Shades of Electric Lime #C2FE08
Tints of Electric Lime #C2FE08
RGB
CMYK
RGB Variations
Color information
#C2FE08 (or 0xC2FE08) is known color: Electric Lime. HEX triplet: C2, FE and 08. RGB value is (194,254,8). Sum of RGB (Red+Green+Blue) = 194+254+8=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE08 is #3D01F7. Grayscale: #D0D0D0. Windows color (decimal): -3998200 or 589506. OLE color: 589506.
HSL color Cylindrical-coordinate representation of color #C2FE08: hue angle of 74.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2FE08 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.00 |
| HSL | 74.63º | 0.99% | 0.51% | - |
| HSV(B) | 74.63º | 0.97% | 1% | - |
| XYZ | 57.73 | 82.37 | 13.09 | - |
| YUV | 208.02 | 15.12 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 8 | 0.24 | 0 | 0.97 | 0.00 | 74.63 | 0.99 | 0.51 |
| Hex | C2 | FE | 8 | 18 | 0 | 61 | 0 | 4B | 63 | 33 |
| Octal | 302 | 376 | 10 | 30 | 0 | 141 | 0 | 113 | 143 | 63 |
| Binary | 11000010 | 11111110 | 1000 | 11000 | 0 | 1100001 | 0 | 1001011 | 1100011 | 110011 |
Color Harmonies of #C2FE08
Complementary color
Monochromatic Colors of #C2FE08
Black with #C2FE08
Text Example
Text Example
White with #C2FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE08; }
p { color: rgb(194,254,8); }
H1.HeaderClassName
{
color: #C2FE08;
}
.AnyTagClassName
{
color: #C2FE08;
}
</style>
background-color css
<style>
a { background-color: #C2FE08; }
a { background-color: rgb(194,254,8); }
div.DivClassName
{
background-color: #C2FE08;
}
.BgClassName
{
background-color: #C2FE08;
}
</style>
border-color css
<style>
span { border-color: #C2FE08; }
span { border-color: rgb(194,254,8); }
td.TdClassName
{
border-color: #C2FE08;
}
.TagClassName
{
border-color: #C2FE08;
}
</style>