Shades of Electric Lime #C7FA11
Tints of Electric Lime #C7FA11
RGB
CMYK
RGB Variations
Color information
#C7FA11 (or 0xC7FA11) is known color: Electric Lime. HEX triplet: C7, FA and 11. RGB value is (199,250,17). Sum of RGB (Red+Green+Blue) = 199+250+17=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA11 is #3805EE. Grayscale: #D1D1D1. Windows color (decimal): -3671535 or 1178311. OLE color: 1178311.
HSL color Cylindrical-coordinate representation of color #C7FA11: hue angle of 73.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7FA11 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.02 |
| HSL | 73.13º | 0.96% | 0.52% | - |
| HSV(B) | 73.13º | 0.93% | 0.98% | - |
| XYZ | 57.84 | 80.55 | 13.03 | - |
| YUV | 208.19 | 20.1 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 17 | 0.20 | 0 | 0.93 | 0.02 | 73.13 | 0.96 | 0.52 |
| Hex | C7 | FA | 11 | 14 | 0 | 5D | 2 | 49 | 60 | 34 |
| Octal | 307 | 372 | 21 | 24 | 0 | 135 | 2 | 111 | 140 | 64 |
| Binary | 11000111 | 11111010 | 10001 | 10100 | 0 | 1011101 | 10 | 1001001 | 1100000 | 110100 |
Color Harmonies of #C7FA11
Complementary color
Monochromatic Colors of #C7FA11
Black with #C7FA11
Text Example
Text Example
White with #C7FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA11; }
p { color: rgb(199,250,17); }
H1.HeaderClassName
{
color: #C7FA11;
}
.AnyTagClassName
{
color: #C7FA11;
}
</style>
background-color css
<style>
a { background-color: #C7FA11; }
a { background-color: rgb(199,250,17); }
div.DivClassName
{
background-color: #C7FA11;
}
.BgClassName
{
background-color: #C7FA11;
}
</style>
border-color css
<style>
span { border-color: #C7FA11; }
span { border-color: rgb(199,250,17); }
td.TdClassName
{
border-color: #C7FA11;
}
.TagClassName
{
border-color: #C7FA11;
}
</style>