Shades of Electric Lime #C9EE11
Tints of Electric Lime #C9EE11
RGB
CMYK
RGB Variations
Color information
#C9EE11 (or 0xC9EE11) is known color: Electric Lime. HEX triplet: C9, EE and 11. RGB value is (201,238,17). Sum of RGB (Red+Green+Blue) = 201+238+17=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EE11 is #3611EE. Grayscale: #CACACA. Windows color (decimal): -3543535 or 1175241. OLE color: 1175241.
HSL color Cylindrical-coordinate representation of color #C9EE11: hue angle of 70.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9EE11 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.07 |
| HSL | 70.05º | 0.87% | 0.5% | - |
| HSV(B) | 70.05º | 0.93% | 0.93% | - |
| XYZ | 54.76 | 73.61 | 11.85 | - |
| YUV | 201.74 | 23.74 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 17 | 0.16 | 0 | 0.93 | 0.07 | 70.05 | 0.87 | 0.5 |
| Hex | C9 | EE | 11 | 10 | 0 | 5D | 7 | 46 | 57 | 32 |
| Octal | 311 | 356 | 21 | 20 | 0 | 135 | 7 | 106 | 127 | 62 |
| Binary | 11001001 | 11101110 | 10001 | 10000 | 0 | 1011101 | 111 | 1000110 | 1010111 | 110010 |
Color Harmonies of #C9EE11
Complementary color
Monochromatic Colors of #C9EE11
Black with #C9EE11
Text Example
Text Example
White with #C9EE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EE11; }
p { color: rgb(201,238,17); }
H1.HeaderClassName
{
color: #C9EE11;
}
.AnyTagClassName
{
color: #C9EE11;
}
</style>
background-color css
<style>
a { background-color: #C9EE11; }
a { background-color: rgb(201,238,17); }
div.DivClassName
{
background-color: #C9EE11;
}
.BgClassName
{
background-color: #C9EE11;
}
</style>
border-color css
<style>
span { border-color: #C9EE11; }
span { border-color: rgb(201,238,17); }
td.TdClassName
{
border-color: #C9EE11;
}
.TagClassName
{
border-color: #C9EE11;
}
</style>