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