Shades of Electric Lime #C9FA13
Tints of Electric Lime #C9FA13
RGB
CMYK
RGB Variations
Color information
#C9FA13 (or 0xC9FA13) is known color: Electric Lime. HEX triplet: C9, FA and 13. RGB value is (201,250,19). Sum of RGB (Red+Green+Blue) = 201+250+19=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FA13 is #3605EC. Grayscale: #D1D1D1. Windows color (decimal): -3540461 or 1309385. OLE color: 1309385.
HSL color Cylindrical-coordinate representation of color #C9FA13: hue angle of 72.73º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9FA13 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 19 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.02 |
| HSL | 72.73º | 0.96% | 0.53% | - |
| HSV(B) | 72.73º | 0.92% | 0.98% | - |
| XYZ | 58.39 | 80.84 | 13.14 | - |
| YUV | 209.02 | 20.77 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 19 | 0.20 | 0 | 0.92 | 0.02 | 72.73 | 0.96 | 0.53 |
| Hex | C9 | FA | 13 | 14 | 0 | 5C | 2 | 49 | 60 | 35 |
| Octal | 311 | 372 | 23 | 24 | 0 | 134 | 2 | 111 | 140 | 65 |
| Binary | 11001001 | 11111010 | 10011 | 10100 | 0 | 1011100 | 10 | 1001001 | 1100000 | 110101 |
Color Harmonies of #C9FA13
Complementary color
Monochromatic Colors of #C9FA13
Black with #C9FA13
Text Example
Text Example
White with #C9FA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA13; }
p { color: rgb(201,250,19); }
H1.HeaderClassName
{
color: #C9FA13;
}
.AnyTagClassName
{
color: #C9FA13;
}
</style>
background-color css
<style>
a { background-color: #C9FA13; }
a { background-color: rgb(201,250,19); }
div.DivClassName
{
background-color: #C9FA13;
}
.BgClassName
{
background-color: #C9FA13;
}
</style>
border-color css
<style>
span { border-color: #C9FA13; }
span { border-color: rgb(201,250,19); }
td.TdClassName
{
border-color: #C9FA13;
}
.TagClassName
{
border-color: #C9FA13;
}
</style>