Shades of Electric Lime #C9EA01
Tints of Electric Lime #C9EA01
RGB
CMYK
RGB Variations
Color information
#C9EA01 (or 0xC9EA01) is known color: Electric Lime. HEX triplet: C9, EA and 01. RGB value is (201,234,1). Sum of RGB (Red+Green+Blue) = 201+234+1=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EA01 is #3615FE. Grayscale: #C6C6C6. Windows color (decimal): -3544575 or 125641. OLE color: 125641.
HSL color Cylindrical-coordinate representation of color #C9EA01: hue angle of 68.5º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9EA01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.08 |
| HSL | 68.5º | 0.99% | 0.46% | - |
| HSV(B) | 68.5º | 1% | 0.92% | - |
| XYZ | 53.52 | 71.27 | 10.96 | - |
| YUV | 197.57 | 17.07 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 1 | 0.14 | 0 | 1.00 | 0.08 | 68.5 | 0.99 | 0.46 |
| Hex | C9 | EA | 1 | E | 0 | 64 | 8 | 44 | 63 | 2E |
| Octal | 311 | 352 | 1 | 16 | 0 | 144 | 10 | 104 | 143 | 56 |
| Binary | 11001001 | 11101010 | 1 | 1110 | 0 | 1100100 | 1000 | 1000100 | 1100011 | 101110 |
Color Harmonies of #C9EA01
Complementary color
Monochromatic Colors of #C9EA01
Black with #C9EA01
Text Example
Text Example
White with #C9EA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA01; }
p { color: rgb(201,234,1); }
H1.HeaderClassName
{
color: #C9EA01;
}
.AnyTagClassName
{
color: #C9EA01;
}
</style>
background-color css
<style>
a { background-color: #C9EA01; }
a { background-color: rgb(201,234,1); }
div.DivClassName
{
background-color: #C9EA01;
}
.BgClassName
{
background-color: #C9EA01;
}
</style>
border-color css
<style>
span { border-color: #C9EA01; }
span { border-color: rgb(201,234,1); }
td.TdClassName
{
border-color: #C9EA01;
}
.TagClassName
{
border-color: #C9EA01;
}
</style>