Check your constants such as COL_GREEN, and COL_LIGHTBLUE. Probably you wanted to use COLOR_GREEN and COLOR_LIGHTBLUE.
Thank you so much for pointing that out, that was actually the exact problem. I forgot that this isn't a dialog, but rather an actual sendclientmessage. Thanks man!