Shades of Electric Lime #C4FE02
Tints of Electric Lime #C4FE02
RGB
CMYK
RGB Variations
Color information
#C4FE02 (or 0xC4FE02) is known color: Electric Lime. HEX triplet: C4, FE and 02. RGB value is (196,254,2). Sum of RGB (Red+Green+Blue) = 196+254+2=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FE02 is #3B01FD. Grayscale: #D0D0D0. Windows color (decimal): -3867134 or 196292. OLE color: 196292.
HSL color Cylindrical-coordinate representation of color #C4FE02: hue angle of 73.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4FE02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.00 |
| HSL | 73.81º | 0.99% | 0.5% | - |
| HSV(B) | 73.81º | 0.99% | 1% | - |
| XYZ | 58.22 | 82.62 | 12.94 | - |
| YUV | 207.93 | 11.78 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 2 | 0.23 | 0 | 0.99 | 0.00 | 73.81 | 0.99 | 0.5 |
| Hex | C4 | FE | 2 | 17 | 0 | 63 | 0 | 4A | 63 | 32 |
| Octal | 304 | 376 | 2 | 27 | 0 | 143 | 0 | 112 | 143 | 62 |
| Binary | 11000100 | 11111110 | 10 | 10111 | 0 | 1100011 | 0 | 1001010 | 1100011 | 110010 |
Color Harmonies of #C4FE02
Complementary color
Monochromatic Colors of #C4FE02
Black with #C4FE02
Text Example
Text Example
White with #C4FE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FE02; }
p { color: rgb(196,254,2); }
H1.HeaderClassName
{
color: #C4FE02;
}
.AnyTagClassName
{
color: #C4FE02;
}
</style>
background-color css
<style>
a { background-color: #C4FE02; }
a { background-color: rgb(196,254,2); }
div.DivClassName
{
background-color: #C4FE02;
}
.BgClassName
{
background-color: #C4FE02;
}
</style>
border-color css
<style>
span { border-color: #C4FE02; }
span { border-color: rgb(196,254,2); }
td.TdClassName
{
border-color: #C4FE02;
}
.TagClassName
{
border-color: #C4FE02;
}
</style>