Shades of Electric Lime #C9EE15
Tints of Electric Lime #C9EE15
RGB
CMYK
RGB Variations
Color information
#C9EE15 (or 0xC9EE15) is known color: Electric Lime. HEX triplet: C9, EE and 15. RGB value is (201,238,21). Sum of RGB (Red+Green+Blue) = 201+238+21=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EE15 is #3611EA. Grayscale: #CBCBCB. Windows color (decimal): -3543531 or 1437385. OLE color: 1437385.
HSL color Cylindrical-coordinate representation of color #C9EE15: hue angle of 70.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9EE15 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 21 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.07 |
| HSL | 70.23º | 0.86% | 0.51% | - |
| HSV(B) | 70.23º | 0.91% | 0.93% | - |
| XYZ | 54.8 | 73.62 | 12.03 | - |
| YUV | 202.2 | 25.74 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 21 | 0.16 | 0 | 0.91 | 0.07 | 70.23 | 0.86 | 0.51 |
| Hex | C9 | EE | 15 | 10 | 0 | 5B | 7 | 46 | 56 | 33 |
| Octal | 311 | 356 | 25 | 20 | 0 | 133 | 7 | 106 | 126 | 63 |
| Binary | 11001001 | 11101110 | 10101 | 10000 | 0 | 1011011 | 111 | 1000110 | 1010110 | 110011 |
Color Harmonies of #C9EE15
Complementary color
Monochromatic Colors of #C9EE15
Black with #C9EE15
Text Example
Text Example
White with #C9EE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EE15; }
p { color: rgb(201,238,21); }
H1.HeaderClassName
{
color: #C9EE15;
}
.AnyTagClassName
{
color: #C9EE15;
}
</style>
background-color css
<style>
a { background-color: #C9EE15; }
a { background-color: rgb(201,238,21); }
div.DivClassName
{
background-color: #C9EE15;
}
.BgClassName
{
background-color: #C9EE15;
}
</style>
border-color css
<style>
span { border-color: #C9EE15; }
span { border-color: rgb(201,238,21); }
td.TdClassName
{
border-color: #C9EE15;
}
.TagClassName
{
border-color: #C9EE15;
}
</style>