Shades of Green Yellow #C2FE1E
Tints of Green Yellow #C2FE1E
RGB
CMYK
RGB Variations
Color information
#C2FE1E (or 0xC2FE1E) is known color: Green Yellow. HEX triplet: C2, FE and 1E. RGB value is (194,254,30). Sum of RGB (Red+Green+Blue) = 194+254+30=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FE1E is #3D01E1. Grayscale: #D3D3D3. Windows color (decimal): -3998178 or 2031298. OLE color: 2031298.
HSL color Cylindrical-coordinate representation of color #C2FE1E: hue angle of 76.07º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2FE1E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 30 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.00 |
| HSL | 76.07º | 0.99% | 0.56% | - |
| HSV(B) | 76.07º | 0.88% | 1% | - |
| XYZ | 57.92 | 82.45 | 14.09 | - |
| YUV | 210.52 | 26.12 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 30 | 0.24 | 0 | 0.88 | 0.00 | 76.07 | 0.99 | 0.56 |
| Hex | C2 | FE | 1E | 18 | 0 | 58 | 0 | 4C | 63 | 38 |
| Octal | 302 | 376 | 36 | 30 | 0 | 130 | 0 | 114 | 143 | 70 |
| Binary | 11000010 | 11111110 | 11110 | 11000 | 0 | 1011000 | 0 | 1001100 | 1100011 | 111000 |
Color Harmonies of #C2FE1E
Complementary color
Monochromatic Colors of #C2FE1E
Black with #C2FE1E
Text Example
Text Example
White with #C2FE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE1E; }
p { color: rgb(194,254,30); }
H1.HeaderClassName
{
color: #C2FE1E;
}
.AnyTagClassName
{
color: #C2FE1E;
}
</style>
background-color css
<style>
a { background-color: #C2FE1E; }
a { background-color: rgb(194,254,30); }
div.DivClassName
{
background-color: #C2FE1E;
}
.BgClassName
{
background-color: #C2FE1E;
}
</style>
border-color css
<style>
span { border-color: #C2FE1E; }
span { border-color: rgb(194,254,30); }
td.TdClassName
{
border-color: #C2FE1E;
}
.TagClassName
{
border-color: #C2FE1E;
}
</style>