Shades of Electric Lime #C9FA15
Tints of Electric Lime #C9FA15
RGB
CMYK
RGB Variations
Color information
#C9FA15 (or 0xC9FA15) is known color: Electric Lime. HEX triplet: C9, FA and 15. RGB value is (201,250,21). Sum of RGB (Red+Green+Blue) = 201+250+21=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FA15 is #3605EA. Grayscale: #D2D2D2. Windows color (decimal): -3540459 or 1440457. OLE color: 1440457.
HSL color Cylindrical-coordinate representation of color #C9FA15: hue angle of 72.84º 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 #C9FA15 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 21 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.02 |
| HSL | 72.84º | 0.96% | 0.53% | - |
| HSV(B) | 72.84º | 0.92% | 0.98% | - |
| XYZ | 58.41 | 80.84 | 13.24 | - |
| YUV | 209.24 | 21.77 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 21 | 0.20 | 0 | 0.92 | 0.02 | 72.84 | 0.96 | 0.53 |
| Hex | C9 | FA | 15 | 14 | 0 | 5C | 2 | 49 | 60 | 35 |
| Octal | 311 | 372 | 25 | 24 | 0 | 134 | 2 | 111 | 140 | 65 |
| Binary | 11001001 | 11111010 | 10101 | 10100 | 0 | 1011100 | 10 | 1001001 | 1100000 | 110101 |
Color Harmonies of #C9FA15
Complementary color
Monochromatic Colors of #C9FA15
Black with #C9FA15
Text Example
Text Example
White with #C9FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA15; }
p { color: rgb(201,250,21); }
H1.HeaderClassName
{
color: #C9FA15;
}
.AnyTagClassName
{
color: #C9FA15;
}
</style>
background-color css
<style>
a { background-color: #C9FA15; }
a { background-color: rgb(201,250,21); }
div.DivClassName
{
background-color: #C9FA15;
}
.BgClassName
{
background-color: #C9FA15;
}
</style>
border-color css
<style>
span { border-color: #C9FA15; }
span { border-color: rgb(201,250,21); }
td.TdClassName
{
border-color: #C9FA15;
}
.TagClassName
{
border-color: #C9FA15;
}
</style>