Shades of Electric Lime #C9E204
Tints of Electric Lime #C9E204
RGB
CMYK
RGB Variations
Color information
#C9E204 (or 0xC9E204) is known color: Electric Lime. HEX triplet: C9, E2 and 04. RGB value is (201,226,4). Sum of RGB (Red+Green+Blue) = 201+226+4=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9E204 is #361DFB. Grayscale: #C2C2C2. Windows color (decimal): -3546620 or 320201. OLE color: 320201.
HSL color Cylindrical-coordinate representation of color #C9E204: hue angle of 66.76º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9E204 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.11 |
| HSL | 66.76º | 0.97% | 0.45% | - |
| HSV(B) | 66.76º | 0.98% | 0.89% | - |
| XYZ | 51.31 | 66.82 | 10.31 | - |
| YUV | 193.22 | 21.22 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 4 | 0.11 | 0 | 0.98 | 0.11 | 66.76 | 0.97 | 0.45 |
| Hex | C9 | E2 | 4 | B | 0 | 62 | B | 43 | 61 | 2D |
| Octal | 311 | 342 | 4 | 13 | 0 | 142 | 13 | 103 | 141 | 55 |
| Binary | 11001001 | 11100010 | 100 | 1011 | 0 | 1100010 | 1011 | 1000011 | 1100001 | 101101 |
Color Harmonies of #C9E204
Complementary color
Monochromatic Colors of #C9E204
Black with #C9E204
Text Example
Text Example
White with #C9E204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E204; }
p { color: rgb(201,226,4); }
H1.HeaderClassName
{
color: #C9E204;
}
.AnyTagClassName
{
color: #C9E204;
}
</style>
background-color css
<style>
a { background-color: #C9E204; }
a { background-color: rgb(201,226,4); }
div.DivClassName
{
background-color: #C9E204;
}
.BgClassName
{
background-color: #C9E204;
}
</style>
border-color css
<style>
span { border-color: #C9E204; }
span { border-color: rgb(201,226,4); }
td.TdClassName
{
border-color: #C9E204;
}
.TagClassName
{
border-color: #C9E204;
}
</style>