Shades of Green Yellow #C2FF3B
Tints of Green Yellow #C2FF3B
RGB
CMYK
RGB Variations
Color information
#C2FF3B (or 0xC2FF3B) is known color: Green Yellow. HEX triplet: C2, FF and 3B. RGB value is (194,255,59). Sum of RGB (Red+Green+Blue) = 194+255+59=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF3B is #3D00C4. Grayscale: #D7D7D7. Windows color (decimal): -3997893 or 3932098. OLE color: 3932098.
HSL color Cylindrical-coordinate representation of color #C2FF3B: hue angle of 78.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2FF3B is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 59 | - |
| CMYK | 0.24 | 0 | 0.77 | 0 |
| HSL | 78.67º | 1% | 0.62% | - |
| HSV(B) | 78.67º | 0.77% | 1% | - |
| XYZ | 58.8 | 83.31 | 17.12 | - |
| YUV | 214.42 | 40.29 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 59 | 0.24 | 0 | 0.77 | 0 | 78.67 | 1 | 0.62 |
| Hex | C2 | FF | 3B | 18 | 0 | 4D | 0 | 4F | 64 | 3E |
| Octal | 302 | 377 | 73 | 30 | 0 | 115 | 0 | 117 | 144 | 76 |
| Binary | 11000010 | 11111111 | 111011 | 11000 | 0 | 1001101 | 0 | 1001111 | 1100100 | 111110 |
Color Harmonies of #C2FF3B
Complementary color
Monochromatic Colors of #C2FF3B
Black with #C2FF3B
Text Example
Text Example
White with #C2FF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF3B; }
p { color: rgb(194,255,59); }
H1.HeaderClassName
{
color: #C2FF3B;
}
.AnyTagClassName
{
color: #C2FF3B;
}
</style>
background-color css
<style>
a { background-color: #C2FF3B; }
a { background-color: rgb(194,255,59); }
div.DivClassName
{
background-color: #C2FF3B;
}
.BgClassName
{
background-color: #C2FF3B;
}
</style>
border-color css
<style>
span { border-color: #C2FF3B; }
span { border-color: rgb(194,255,59); }
td.TdClassName
{
border-color: #C2FF3B;
}
.TagClassName
{
border-color: #C2FF3B;
}
</style>