Shades of Green Yellow #C2FF1E
Tints of Green Yellow #C2FF1E
RGB
CMYK
RGB Variations
Color information
#C2FF1E (or 0xC2FF1E) is known color: Green Yellow. HEX triplet: C2, FF and 1E. RGB value is (194,255,30). Sum of RGB (Red+Green+Blue) = 194+255+30=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF1E is #3D00E1. Grayscale: #D3D3D3. Windows color (decimal): -3997922 or 2031554. OLE color: 2031554.
HSL color Cylindrical-coordinate representation of color #C2FF1E: hue angle of 76.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2FF1E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 30 | - |
| CMYK | 0.24 | 0 | 0.88 | 0 |
| HSL | 76.27º | 1% | 0.56% | - |
| HSV(B) | 76.27º | 0.88% | 1% | - |
| XYZ | 58.24 | 83.08 | 14.2 | - |
| YUV | 211.11 | 25.79 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 30 | 0.24 | 0 | 0.88 | 0 | 76.27 | 1 | 0.56 |
| Hex | C2 | FF | 1E | 18 | 0 | 58 | 0 | 4C | 64 | 38 |
| Octal | 302 | 377 | 36 | 30 | 0 | 130 | 0 | 114 | 144 | 70 |
| Binary | 11000010 | 11111111 | 11110 | 11000 | 0 | 1011000 | 0 | 1001100 | 1100100 | 111000 |
Color Harmonies of #C2FF1E
Complementary color
Monochromatic Colors of #C2FF1E
Black with #C2FF1E
Text Example
Text Example
White with #C2FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF1E; }
p { color: rgb(194,255,30); }
H1.HeaderClassName
{
color: #C2FF1E;
}
.AnyTagClassName
{
color: #C2FF1E;
}
</style>
background-color css
<style>
a { background-color: #C2FF1E; }
a { background-color: rgb(194,255,30); }
div.DivClassName
{
background-color: #C2FF1E;
}
.BgClassName
{
background-color: #C2FF1E;
}
</style>
border-color css
<style>
span { border-color: #C2FF1E; }
span { border-color: rgb(194,255,30); }
td.TdClassName
{
border-color: #C2FF1E;
}
.TagClassName
{
border-color: #C2FF1E;
}
</style>