Returns the green component of color's the RGB value.

public int Green{ get; }
Public ReadOnly Property Green() As Integer
int green = clr.Green;
Dim green As Integer = clr.Green