Shades of Electric Lime #C9F007
Tints of Electric Lime #C9F007
RGB
CMYK
RGB Variations
Color information
#C9F007 (or 0xC9F007) is known color: Electric Lime. HEX triplet: C9, F0 and 07. RGB value is (201,240,7). Sum of RGB (Red+Green+Blue) = 201+240+7=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F007 is #360FF8. Grayscale: #CACACA. Windows color (decimal): -3543033 or 520393. OLE color: 520393.
HSL color Cylindrical-coordinate representation of color #C9F007: hue angle of 70.04º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9F007 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.06 |
| HSL | 70.04º | 0.94% | 0.48% | - |
| HSV(B) | 70.04º | 0.97% | 0.94% | - |
| XYZ | 55.29 | 74.75 | 11.72 | - |
| YUV | 201.78 | 18.08 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 7 | 0.16 | 0 | 0.97 | 0.06 | 70.04 | 0.94 | 0.48 |
| Hex | C9 | F0 | 7 | 10 | 0 | 61 | 6 | 46 | 5E | 30 |
| Octal | 311 | 360 | 7 | 20 | 0 | 141 | 6 | 106 | 136 | 60 |
| Binary | 11001001 | 11110000 | 111 | 10000 | 0 | 1100001 | 110 | 1000110 | 1011110 | 110000 |
Color Harmonies of #C9F007
Complementary color
Monochromatic Colors of #C9F007
Black with #C9F007
Text Example
Text Example
White with #C9F007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F007; }
p { color: rgb(201,240,7); }
H1.HeaderClassName
{
color: #C9F007;
}
.AnyTagClassName
{
color: #C9F007;
}
</style>
background-color css
<style>
a { background-color: #C9F007; }
a { background-color: rgb(201,240,7); }
div.DivClassName
{
background-color: #C9F007;
}
.BgClassName
{
background-color: #C9F007;
}
</style>
border-color css
<style>
span { border-color: #C9F007; }
span { border-color: rgb(201,240,7); }
td.TdClassName
{
border-color: #C9F007;
}
.TagClassName
{
border-color: #C9F007;
}
</style>