Shades of Electric Lime #C9EE0D
Tints of Electric Lime #C9EE0D
RGB
CMYK
RGB Variations
Color information
#C9EE0D (or 0xC9EE0D) is known color: Electric Lime. HEX triplet: C9, EE and 0D. RGB value is (201,238,13). Sum of RGB (Red+Green+Blue) = 201+238+13=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EE0D is #3611F2. Grayscale: #CACACA. Windows color (decimal): -3543539 or 913097. OLE color: 913097.
HSL color Cylindrical-coordinate representation of color #C9EE0D: hue angle of 69.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9EE0D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 13 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.07 |
| HSL | 69.87º | 0.9% | 0.49% | - |
| HSV(B) | 69.87º | 0.95% | 0.93% | - |
| XYZ | 54.73 | 73.6 | 11.7 | - |
| YUV | 201.29 | 21.74 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 13 | 0.16 | 0 | 0.95 | 0.07 | 69.87 | 0.9 | 0.49 |
| Hex | C9 | EE | D | 10 | 0 | 5F | 7 | 46 | 5A | 31 |
| Octal | 311 | 356 | 15 | 20 | 0 | 137 | 7 | 106 | 132 | 61 |
| Binary | 11001001 | 11101110 | 1101 | 10000 | 0 | 1011111 | 111 | 1000110 | 1011010 | 110001 |
Color Harmonies of #C9EE0D
Complementary color
Monochromatic Colors of #C9EE0D
Black with #C9EE0D
Text Example
Text Example
White with #C9EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EE0D; }
p { color: rgb(201,238,13); }
H1.HeaderClassName
{
color: #C9EE0D;
}
.AnyTagClassName
{
color: #C9EE0D;
}
</style>
background-color css
<style>
a { background-color: #C9EE0D; }
a { background-color: rgb(201,238,13); }
div.DivClassName
{
background-color: #C9EE0D;
}
.BgClassName
{
background-color: #C9EE0D;
}
</style>
border-color css
<style>
span { border-color: #C9EE0D; }
span { border-color: rgb(201,238,13); }
td.TdClassName
{
border-color: #C9EE0D;
}
.TagClassName
{
border-color: #C9EE0D;
}
</style>