Shades of Electric Lime #C8FA19
Tints of Electric Lime #C8FA19
RGB
CMYK
RGB Variations
Color information
#C8FA19 (or 0xC8FA19) is known color: Electric Lime. HEX triplet: C8, FA and 19. RGB value is (200,250,25). Sum of RGB (Red+Green+Blue) = 200+250+25=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FA19 is #3705E6. Grayscale: #D2D2D2. Windows color (decimal): -3605991 or 1702600. OLE color: 1702600.
HSL color Cylindrical-coordinate representation of color #C8FA19: hue angle of 73.33º 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 #C8FA19 is Cyan = 0.2, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 25 | - |
| CMYK | 0.2 | 0 | 0.9 | 0.02 |
| HSL | 73.33º | 0.96% | 0.54% | - |
| HSV(B) | 73.33º | 0.9% | 0.98% | - |
| XYZ | 58.18 | 80.72 | 13.43 | - |
| YUV | 209.4 | 23.94 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 25 | 0.2 | 0 | 0.9 | 0.02 | 73.33 | 0.96 | 0.54 |
| Hex | C8 | FA | 19 | 14 | 0 | 5A | 2 | 49 | 60 | 36 |
| Octal | 310 | 372 | 31 | 24 | 0 | 132 | 2 | 111 | 140 | 66 |
| Binary | 11001000 | 11111010 | 11001 | 10100 | 0 | 1011010 | 10 | 1001001 | 1100000 | 110110 |
Color Harmonies of #C8FA19
Complementary color
Monochromatic Colors of #C8FA19
Black with #C8FA19
Text Example
Text Example
White with #C8FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA19; }
p { color: rgb(200,250,25); }
H1.HeaderClassName
{
color: #C8FA19;
}
.AnyTagClassName
{
color: #C8FA19;
}
</style>
background-color css
<style>
a { background-color: #C8FA19; }
a { background-color: rgb(200,250,25); }
div.DivClassName
{
background-color: #C8FA19;
}
.BgClassName
{
background-color: #C8FA19;
}
</style>
border-color css
<style>
span { border-color: #C8FA19; }
span { border-color: rgb(200,250,25); }
td.TdClassName
{
border-color: #C8FA19;
}
.TagClassName
{
border-color: #C8FA19;
}
</style>