Shades of Electric Lime #C9EA08
Tints of Electric Lime #C9EA08
RGB
CMYK
RGB Variations
Color information
#C9EA08 (or 0xC9EA08) is known color: Electric Lime. HEX triplet: C9, EA and 08. RGB value is (201,234,8). Sum of RGB (Red+Green+Blue) = 201+234+8=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EA08 is #3615F7. Grayscale: #C7C7C7. Windows color (decimal): -3544568 or 584393. OLE color: 584393.
HSL color Cylindrical-coordinate representation of color #C9EA08: hue angle of 68.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9EA08 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 8 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.08 |
| HSL | 68.76º | 0.93% | 0.47% | - |
| HSV(B) | 68.76º | 0.97% | 0.92% | - |
| XYZ | 53.55 | 71.28 | 11.17 | - |
| YUV | 198.37 | 20.57 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 8 | 0.14 | 0 | 0.97 | 0.08 | 68.76 | 0.93 | 0.47 |
| Hex | C9 | EA | 8 | E | 0 | 61 | 8 | 45 | 5D | 2F |
| Octal | 311 | 352 | 10 | 16 | 0 | 141 | 10 | 105 | 135 | 57 |
| Binary | 11001001 | 11101010 | 1000 | 1110 | 0 | 1100001 | 1000 | 1000101 | 1011101 | 101111 |
Color Harmonies of #C9EA08
Complementary color
Monochromatic Colors of #C9EA08
Black with #C9EA08
Text Example
Text Example
White with #C9EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA08; }
p { color: rgb(201,234,8); }
H1.HeaderClassName
{
color: #C9EA08;
}
.AnyTagClassName
{
color: #C9EA08;
}
</style>
background-color css
<style>
a { background-color: #C9EA08; }
a { background-color: rgb(201,234,8); }
div.DivClassName
{
background-color: #C9EA08;
}
.BgClassName
{
background-color: #C9EA08;
}
</style>
border-color css
<style>
span { border-color: #C9EA08; }
span { border-color: rgb(201,234,8); }
td.TdClassName
{
border-color: #C9EA08;
}
.TagClassName
{
border-color: #C9EA08;
}
</style>