Shades of Electric Lime #C9EF0F
Tints of Electric Lime #C9EF0F
RGB
CMYK
RGB Variations
Color information
#C9EF0F (or 0xC9EF0F) is known color: Electric Lime. HEX triplet: C9, EF and 0F. RGB value is (201,239,15). Sum of RGB (Red+Green+Blue) = 201+239+15=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EF0F is #3610F0. Grayscale: #CACACA. Windows color (decimal): -3543281 or 1044425. OLE color: 1044425.
HSL color Cylindrical-coordinate representation of color #C9EF0F: hue angle of 70.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9EF0F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.06 |
| HSL | 70.18º | 0.88% | 0.5% | - |
| HSV(B) | 70.18º | 0.94% | 0.94% | - |
| XYZ | 55.04 | 74.19 | 11.87 | - |
| YUV | 202.1 | 22.41 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 15 | 0.16 | 0 | 0.94 | 0.06 | 70.18 | 0.88 | 0.5 |
| Hex | C9 | EF | F | 10 | 0 | 5E | 6 | 46 | 58 | 32 |
| Octal | 311 | 357 | 17 | 20 | 0 | 136 | 6 | 106 | 130 | 62 |
| Binary | 11001001 | 11101111 | 1111 | 10000 | 0 | 1011110 | 110 | 1000110 | 1011000 | 110010 |
Color Harmonies of #C9EF0F
Complementary color
Monochromatic Colors of #C9EF0F
Black with #C9EF0F
Text Example
Text Example
White with #C9EF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF0F; }
p { color: rgb(201,239,15); }
H1.HeaderClassName
{
color: #C9EF0F;
}
.AnyTagClassName
{
color: #C9EF0F;
}
</style>
background-color css
<style>
a { background-color: #C9EF0F; }
a { background-color: rgb(201,239,15); }
div.DivClassName
{
background-color: #C9EF0F;
}
.BgClassName
{
background-color: #C9EF0F;
}
</style>
border-color css
<style>
span { border-color: #C9EF0F; }
span { border-color: rgb(201,239,15); }
td.TdClassName
{
border-color: #C9EF0F;
}
.TagClassName
{
border-color: #C9EF0F;
}
</style>