Shades of Electric Lime #C9FA0A
Tints of Electric Lime #C9FA0A
RGB
CMYK
RGB Variations
Color information
#C9FA0A (or 0xC9FA0A) is known color: Electric Lime. HEX triplet: C9, FA and 0A. RGB value is (201,250,10). Sum of RGB (Red+Green+Blue) = 201+250+10=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FA0A is #3605F5. Grayscale: #D0D0D0. Windows color (decimal): -3540470 or 719561. OLE color: 719561.
HSL color Cylindrical-coordinate representation of color #C9FA0A: hue angle of 72.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9FA0A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 10 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.02 |
| HSL | 72.25º | 0.96% | 0.51% | - |
| HSV(B) | 72.25º | 0.96% | 0.98% | - |
| XYZ | 58.33 | 80.81 | 12.81 | - |
| YUV | 207.99 | 16.27 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 10 | 0.20 | 0 | 0.96 | 0.02 | 72.25 | 0.96 | 0.51 |
| Hex | C9 | FA | A | 14 | 0 | 60 | 2 | 48 | 60 | 33 |
| Octal | 311 | 372 | 12 | 24 | 0 | 140 | 2 | 110 | 140 | 63 |
| Binary | 11001001 | 11111010 | 1010 | 10100 | 0 | 1100000 | 10 | 1001000 | 1100000 | 110011 |
Color Harmonies of #C9FA0A
Complementary color
Monochromatic Colors of #C9FA0A
Black with #C9FA0A
Text Example
Text Example
White with #C9FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA0A; }
p { color: rgb(201,250,10); }
H1.HeaderClassName
{
color: #C9FA0A;
}
.AnyTagClassName
{
color: #C9FA0A;
}
</style>
background-color css
<style>
a { background-color: #C9FA0A; }
a { background-color: rgb(201,250,10); }
div.DivClassName
{
background-color: #C9FA0A;
}
.BgClassName
{
background-color: #C9FA0A;
}
</style>
border-color css
<style>
span { border-color: #C9FA0A; }
span { border-color: rgb(201,250,10); }
td.TdClassName
{
border-color: #C9FA0A;
}
.TagClassName
{
border-color: #C9FA0A;
}
</style>