Shades of Electric Lime #C9EE14
Tints of Electric Lime #C9EE14
RGB
CMYK
RGB Variations
Color information
#C9EE14 (or 0xC9EE14) is known color: Electric Lime. HEX triplet: C9, EE and 14. RGB value is (201,238,20). Sum of RGB (Red+Green+Blue) = 201+238+20=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EE14 is #3611EB. Grayscale: #CACACA. Windows color (decimal): -3543532 or 1371849. OLE color: 1371849.
HSL color Cylindrical-coordinate representation of color #C9EE14: hue angle of 70.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9EE14 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 20 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.07 |
| HSL | 70.18º | 0.87% | 0.51% | - |
| HSV(B) | 70.18º | 0.92% | 0.93% | - |
| XYZ | 54.79 | 73.62 | 11.98 | - |
| YUV | 202.09 | 25.24 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 20 | 0.16 | 0 | 0.92 | 0.07 | 70.18 | 0.87 | 0.51 |
| Hex | C9 | EE | 14 | 10 | 0 | 5C | 7 | 46 | 57 | 33 |
| Octal | 311 | 356 | 24 | 20 | 0 | 134 | 7 | 106 | 127 | 63 |
| Binary | 11001001 | 11101110 | 10100 | 10000 | 0 | 1011100 | 111 | 1000110 | 1010111 | 110011 |
Color Harmonies of #C9EE14
Complementary color
Monochromatic Colors of #C9EE14
Black with #C9EE14
Text Example
Text Example
White with #C9EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EE14; }
p { color: rgb(201,238,20); }
H1.HeaderClassName
{
color: #C9EE14;
}
.AnyTagClassName
{
color: #C9EE14;
}
</style>
background-color css
<style>
a { background-color: #C9EE14; }
a { background-color: rgb(201,238,20); }
div.DivClassName
{
background-color: #C9EE14;
}
.BgClassName
{
background-color: #C9EE14;
}
</style>
border-color css
<style>
span { border-color: #C9EE14; }
span { border-color: rgb(201,238,20); }
td.TdClassName
{
border-color: #C9EE14;
}
.TagClassName
{
border-color: #C9EE14;
}
</style>