Shades of Electric Lime #C7FA18
Tints of Electric Lime #C7FA18
RGB
CMYK
RGB Variations
Color information
#C7FA18 (or 0xC7FA18) is known color: Electric Lime. HEX triplet: C7, FA and 18. RGB value is (199,250,24). Sum of RGB (Red+Green+Blue) = 199+250+24=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA18 is #3805E7. Grayscale: #D1D1D1. Windows color (decimal): -3671528 or 1637063. OLE color: 1637063.
HSL color Cylindrical-coordinate representation of color #C7FA18: hue angle of 73.54º 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 #C7FA18 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 24 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.02 |
| HSL | 73.54º | 0.96% | 0.54% | - |
| HSV(B) | 73.54º | 0.9% | 0.98% | - |
| XYZ | 57.9 | 80.58 | 13.37 | - |
| YUV | 208.99 | 23.6 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 24 | 0.20 | 0 | 0.90 | 0.02 | 73.54 | 0.96 | 0.54 |
| Hex | C7 | FA | 18 | 14 | 0 | 5A | 2 | 4A | 60 | 36 |
| Octal | 307 | 372 | 30 | 24 | 0 | 132 | 2 | 112 | 140 | 66 |
| Binary | 11000111 | 11111010 | 11000 | 10100 | 0 | 1011010 | 10 | 1001010 | 1100000 | 110110 |
Color Harmonies of #C7FA18
Complementary color
Monochromatic Colors of #C7FA18
Black with #C7FA18
Text Example
Text Example
White with #C7FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA18; }
p { color: rgb(199,250,24); }
H1.HeaderClassName
{
color: #C7FA18;
}
.AnyTagClassName
{
color: #C7FA18;
}
</style>
background-color css
<style>
a { background-color: #C7FA18; }
a { background-color: rgb(199,250,24); }
div.DivClassName
{
background-color: #C7FA18;
}
.BgClassName
{
background-color: #C7FA18;
}
</style>
border-color css
<style>
span { border-color: #C7FA18; }
span { border-color: rgb(199,250,24); }
td.TdClassName
{
border-color: #C7FA18;
}
.TagClassName
{
border-color: #C7FA18;
}
</style>