Shades of Electric Lime #C8FA13
Tints of Electric Lime #C8FA13
RGB
CMYK
RGB Variations
Color information
#C8FA13 (or 0xC8FA13) is known color: Electric Lime. HEX triplet: C8, FA and 13. RGB value is (200,250,19). Sum of RGB (Red+Green+Blue) = 200+250+19=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FA13 is #3705EC. Grayscale: #D1D1D1. Windows color (decimal): -3605997 or 1309384. OLE color: 1309384.
HSL color Cylindrical-coordinate representation of color #C8FA13: hue angle of 72.99º 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 #C8FA13 is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 19 | - |
| CMYK | 0.2 | 0 | 0.92 | 0.02 |
| HSL | 72.99º | 0.96% | 0.53% | - |
| HSV(B) | 72.99º | 0.92% | 0.98% | - |
| XYZ | 58.12 | 80.7 | 13.13 | - |
| YUV | 208.72 | 20.94 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 19 | 0.2 | 0 | 0.92 | 0.02 | 72.99 | 0.96 | 0.53 |
| Hex | C8 | FA | 13 | 14 | 0 | 5C | 2 | 49 | 60 | 35 |
| Octal | 310 | 372 | 23 | 24 | 0 | 134 | 2 | 111 | 140 | 65 |
| Binary | 11001000 | 11111010 | 10011 | 10100 | 0 | 1011100 | 10 | 1001001 | 1100000 | 110101 |
Color Harmonies of #C8FA13
Complementary color
Monochromatic Colors of #C8FA13
Black with #C8FA13
Text Example
Text Example
White with #C8FA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA13; }
p { color: rgb(200,250,19); }
H1.HeaderClassName
{
color: #C8FA13;
}
.AnyTagClassName
{
color: #C8FA13;
}
</style>
background-color css
<style>
a { background-color: #C8FA13; }
a { background-color: rgb(200,250,19); }
div.DivClassName
{
background-color: #C8FA13;
}
.BgClassName
{
background-color: #C8FA13;
}
</style>
border-color css
<style>
span { border-color: #C8FA13; }
span { border-color: rgb(200,250,19); }
td.TdClassName
{
border-color: #C8FA13;
}
.TagClassName
{
border-color: #C8FA13;
}
</style>