Shades of Electric Lime #C9FA19
Tints of Electric Lime #C9FA19
RGB
CMYK
RGB Variations
Color information
#C9FA19 (or 0xC9FA19) is known color: Electric Lime. HEX triplet: C9, FA and 19. RGB value is (201,250,25). Sum of RGB (Red+Green+Blue) = 201+250+25=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FA19 is #3605E6. Grayscale: #D2D2D2. Windows color (decimal): -3540455 or 1702601. OLE color: 1702601.
HSL color Cylindrical-coordinate representation of color #C9FA19: hue angle of 73.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9FA19 is Cyan = 0.20, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 25 | - |
| CMYK | 0.20 | 0 | 0.9 | 0.02 |
| HSL | 73.07º | 0.96% | 0.54% | - |
| HSV(B) | 73.07º | 0.9% | 0.98% | - |
| XYZ | 58.45 | 80.86 | 13.45 | - |
| YUV | 209.7 | 23.77 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 25 | 0.20 | 0 | 0.9 | 0.02 | 73.07 | 0.96 | 0.54 |
| Hex | C9 | FA | 19 | 14 | 0 | 5A | 2 | 49 | 60 | 36 |
| Octal | 311 | 372 | 31 | 24 | 0 | 132 | 2 | 111 | 140 | 66 |
| Binary | 11001001 | 11111010 | 11001 | 10100 | 0 | 1011010 | 10 | 1001001 | 1100000 | 110110 |
Color Harmonies of #C9FA19
Complementary color
Monochromatic Colors of #C9FA19
Black with #C9FA19
Text Example
Text Example
White with #C9FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA19; }
p { color: rgb(201,250,25); }
H1.HeaderClassName
{
color: #C9FA19;
}
.AnyTagClassName
{
color: #C9FA19;
}
</style>
background-color css
<style>
a { background-color: #C9FA19; }
a { background-color: rgb(201,250,25); }
div.DivClassName
{
background-color: #C9FA19;
}
.BgClassName
{
background-color: #C9FA19;
}
</style>
border-color css
<style>
span { border-color: #C9FA19; }
span { border-color: rgb(201,250,25); }
td.TdClassName
{
border-color: #C9FA19;
}
.TagClassName
{
border-color: #C9FA19;
}
</style>