Shades of Electric Lime #C9EF12
Tints of Electric Lime #C9EF12
RGB
CMYK
RGB Variations
Color information
#C9EF12 (or 0xC9EF12) is known color: Electric Lime. HEX triplet: C9, EF and 12. RGB value is (201,239,18). Sum of RGB (Red+Green+Blue) = 201+239+18=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EF12 is #3610ED. Grayscale: #CBCBCB. Windows color (decimal): -3543278 or 1241033. OLE color: 1241033.
HSL color Cylindrical-coordinate representation of color #C9EF12: hue angle of 70.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9EF12 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 18 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.06 |
| HSL | 70.32º | 0.87% | 0.5% | - |
| HSV(B) | 70.32º | 0.92% | 0.94% | - |
| XYZ | 55.06 | 74.19 | 11.99 | - |
| YUV | 202.44 | 23.91 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 18 | 0.16 | 0 | 0.92 | 0.06 | 70.32 | 0.87 | 0.5 |
| Hex | C9 | EF | 12 | 10 | 0 | 5C | 6 | 46 | 57 | 32 |
| Octal | 311 | 357 | 22 | 20 | 0 | 134 | 6 | 106 | 127 | 62 |
| Binary | 11001001 | 11101111 | 10010 | 10000 | 0 | 1011100 | 110 | 1000110 | 1010111 | 110010 |
Color Harmonies of #C9EF12
Complementary color
Monochromatic Colors of #C9EF12
Black with #C9EF12
Text Example
Text Example
White with #C9EF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF12; }
p { color: rgb(201,239,18); }
H1.HeaderClassName
{
color: #C9EF12;
}
.AnyTagClassName
{
color: #C9EF12;
}
</style>
background-color css
<style>
a { background-color: #C9EF12; }
a { background-color: rgb(201,239,18); }
div.DivClassName
{
background-color: #C9EF12;
}
.BgClassName
{
background-color: #C9EF12;
}
</style>
border-color css
<style>
span { border-color: #C9EF12; }
span { border-color: rgb(201,239,18); }
td.TdClassName
{
border-color: #C9EF12;
}
.TagClassName
{
border-color: #C9EF12;
}
</style>