Why not just use the RGB function or the VB color constants?

ie:

vb Code:
  1. Me.BackColor = vbGreen
  2.  
  3. Me.BackColor = RGB(0, 255, 0)