Shades of Electric Lime #C9F009
Tints of Electric Lime #C9F009
RGB
CMYK
RGB Variations
Color information
#C9F009 (or 0xC9F009) is known color: Electric Lime. HEX triplet: C9, F0 and 09. RGB value is (201,240,9). Sum of RGB (Red+Green+Blue) = 201+240+9=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F009 is #360FF6. Grayscale: #CACACA. Windows color (decimal): -3543031 or 651465. OLE color: 651465.
HSL color Cylindrical-coordinate representation of color #C9F009: hue angle of 70.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9F009 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.06 |
| HSL | 70.13º | 0.93% | 0.49% | - |
| HSV(B) | 70.13º | 0.96% | 0.94% | - |
| XYZ | 55.3 | 74.76 | 11.77 | - |
| YUV | 202.01 | 19.08 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 9 | 0.16 | 0 | 0.96 | 0.06 | 70.13 | 0.93 | 0.49 |
| Hex | C9 | F0 | 9 | 10 | 0 | 60 | 6 | 46 | 5D | 31 |
| Octal | 311 | 360 | 11 | 20 | 0 | 140 | 6 | 106 | 135 | 61 |
| Binary | 11001001 | 11110000 | 1001 | 10000 | 0 | 1100000 | 110 | 1000110 | 1011101 | 110001 |
Color Harmonies of #C9F009
Complementary color
Monochromatic Colors of #C9F009
Black with #C9F009
Text Example
Text Example
White with #C9F009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F009; }
p { color: rgb(201,240,9); }
H1.HeaderClassName
{
color: #C9F009;
}
.AnyTagClassName
{
color: #C9F009;
}
</style>
background-color css
<style>
a { background-color: #C9F009; }
a { background-color: rgb(201,240,9); }
div.DivClassName
{
background-color: #C9F009;
}
.BgClassName
{
background-color: #C9F009;
}
</style>
border-color css
<style>
span { border-color: #C9F009; }
span { border-color: rgb(201,240,9); }
td.TdClassName
{
border-color: #C9F009;
}
.TagClassName
{
border-color: #C9F009;
}
</style>