Shades of Electric Lime #C8FA16
Tints of Electric Lime #C8FA16
RGB
CMYK
RGB Variations
Color information
#C8FA16 (or 0xC8FA16) is known color: Electric Lime. HEX triplet: C8, FA and 16. RGB value is (200,250,22). Sum of RGB (Red+Green+Blue) = 200+250+22=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FA16 is #3705E9. Grayscale: #D1D1D1. Windows color (decimal): -3605994 or 1505992. OLE color: 1505992.
HSL color Cylindrical-coordinate representation of color #C8FA16: hue angle of 73.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8FA16 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 22 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.02 |
| HSL | 73.16º | 0.96% | 0.53% | - |
| HSV(B) | 73.16º | 0.91% | 0.98% | - |
| XYZ | 58.15 | 80.71 | 13.27 | - |
| YUV | 209.06 | 22.44 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 22 | 0.2 | 0 | 0.91 | 0.02 | 73.16 | 0.96 | 0.53 |
| Hex | C8 | FA | 16 | 14 | 0 | 5B | 2 | 49 | 60 | 35 |
| Octal | 310 | 372 | 26 | 24 | 0 | 133 | 2 | 111 | 140 | 65 |
| Binary | 11001000 | 11111010 | 10110 | 10100 | 0 | 1011011 | 10 | 1001001 | 1100000 | 110101 |
Color Harmonies of #C8FA16
Complementary color
Monochromatic Colors of #C8FA16
Black with #C8FA16
Text Example
Text Example
White with #C8FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA16; }
p { color: rgb(200,250,22); }
H1.HeaderClassName
{
color: #C8FA16;
}
.AnyTagClassName
{
color: #C8FA16;
}
</style>
background-color css
<style>
a { background-color: #C8FA16; }
a { background-color: rgb(200,250,22); }
div.DivClassName
{
background-color: #C8FA16;
}
.BgClassName
{
background-color: #C8FA16;
}
</style>
border-color css
<style>
span { border-color: #C8FA16; }
span { border-color: rgb(200,250,22); }
td.TdClassName
{
border-color: #C8FA16;
}
.TagClassName
{
border-color: #C8FA16;
}
</style>