Shades of Electric Lime #C9FA04
Tints of Electric Lime #C9FA04
RGB
CMYK
RGB Variations
Color information
#C9FA04 (or 0xC9FA04) is known color: Electric Lime. HEX triplet: C9, FA and 04. RGB value is (201,250,4). Sum of RGB (Red+Green+Blue) = 201+250+4=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FA04 is #3605FB. Grayscale: #D0D0D0. Windows color (decimal): -3540476 or 326345. OLE color: 326345.
HSL color Cylindrical-coordinate representation of color #C9FA04: hue angle of 71.95º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9FA04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.02 |
| HSL | 71.95º | 0.97% | 0.5% | - |
| HSV(B) | 71.95º | 0.98% | 0.98% | - |
| XYZ | 58.29 | 80.8 | 12.64 | - |
| YUV | 207.31 | 13.27 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 4 | 0.20 | 0 | 0.98 | 0.02 | 71.95 | 0.97 | 0.5 |
| Hex | C9 | FA | 4 | 14 | 0 | 62 | 2 | 48 | 61 | 32 |
| Octal | 311 | 372 | 4 | 24 | 0 | 142 | 2 | 110 | 141 | 62 |
| Binary | 11001001 | 11111010 | 100 | 10100 | 0 | 1100010 | 10 | 1001000 | 1100001 | 110010 |
Color Harmonies of #C9FA04
Complementary color
Monochromatic Colors of #C9FA04
Black with #C9FA04
Text Example
Text Example
White with #C9FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA04; }
p { color: rgb(201,250,4); }
H1.HeaderClassName
{
color: #C9FA04;
}
.AnyTagClassName
{
color: #C9FA04;
}
</style>
background-color css
<style>
a { background-color: #C9FA04; }
a { background-color: rgb(201,250,4); }
div.DivClassName
{
background-color: #C9FA04;
}
.BgClassName
{
background-color: #C9FA04;
}
</style>
border-color css
<style>
span { border-color: #C9FA04; }
span { border-color: rgb(201,250,4); }
td.TdClassName
{
border-color: #C9FA04;
}
.TagClassName
{
border-color: #C9FA04;
}
</style>