Shades of Electric Lime #C4FE05
Tints of Electric Lime #C4FE05
RGB
CMYK
RGB Variations
Color information
#C4FE05 (or 0xC4FE05) is known color: Electric Lime. HEX triplet: C4, FE and 05. RGB value is (196,254,5). Sum of RGB (Red+Green+Blue) = 196+254+5=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FE05 is #3B01FA. Grayscale: #D1D1D1. Windows color (decimal): -3867131 or 392900. OLE color: 392900.
HSL color Cylindrical-coordinate representation of color #C4FE05: hue angle of 73.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4FE05 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.00 |
| HSL | 73.98º | 0.99% | 0.51% | - |
| HSV(B) | 73.98º | 0.98% | 1% | - |
| XYZ | 58.23 | 82.63 | 13.02 | - |
| YUV | 208.27 | 13.28 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 5 | 0.23 | 0 | 0.98 | 0.00 | 73.98 | 0.99 | 0.51 |
| Hex | C4 | FE | 5 | 17 | 0 | 62 | 0 | 4A | 63 | 33 |
| Octal | 304 | 376 | 5 | 27 | 0 | 142 | 0 | 112 | 143 | 63 |
| Binary | 11000100 | 11111110 | 101 | 10111 | 0 | 1100010 | 0 | 1001010 | 1100011 | 110011 |
Color Harmonies of #C4FE05
Complementary color
Monochromatic Colors of #C4FE05
Black with #C4FE05
Text Example
Text Example
White with #C4FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FE05; }
p { color: rgb(196,254,5); }
H1.HeaderClassName
{
color: #C4FE05;
}
.AnyTagClassName
{
color: #C4FE05;
}
</style>
background-color css
<style>
a { background-color: #C4FE05; }
a { background-color: rgb(196,254,5); }
div.DivClassName
{
background-color: #C4FE05;
}
.BgClassName
{
background-color: #C4FE05;
}
</style>
border-color css
<style>
span { border-color: #C4FE05; }
span { border-color: rgb(196,254,5); }
td.TdClassName
{
border-color: #C4FE05;
}
.TagClassName
{
border-color: #C4FE05;
}
</style>