Shades of Electric Lime #C7EF11
Tints of Electric Lime #C7EF11
RGB
CMYK
RGB Variations
Color information
#C7EF11 (or 0xC7EF11) is known color: Electric Lime. HEX triplet: C7, EF and 11. RGB value is (199,239,17). Sum of RGB (Red+Green+Blue) = 199+239+17=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EF11 is #3810EE. Grayscale: #CACACA. Windows color (decimal): -3674351 or 1175495. OLE color: 1175495.
HSL color Cylindrical-coordinate representation of color #C7EF11: hue angle of 70.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7EF11 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 239 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.06 |
| HSL | 70.81º | 0.87% | 0.5% | - |
| HSV(B) | 70.81º | 0.93% | 0.94% | - |
| XYZ | 54.52 | 73.92 | 11.92 | - |
| YUV | 201.73 | 23.75 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 239 | 17 | 0.17 | 0 | 0.93 | 0.06 | 70.81 | 0.87 | 0.5 |
| Hex | C7 | EF | 11 | 11 | 0 | 5D | 6 | 47 | 57 | 32 |
| Octal | 307 | 357 | 21 | 21 | 0 | 135 | 6 | 107 | 127 | 62 |
| Binary | 11000111 | 11101111 | 10001 | 10001 | 0 | 1011101 | 110 | 1000111 | 1010111 | 110010 |
Color Harmonies of #C7EF11
Complementary color
Monochromatic Colors of #C7EF11
Black with #C7EF11
Text Example
Text Example
White with #C7EF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EF11; }
p { color: rgb(199,239,17); }
H1.HeaderClassName
{
color: #C7EF11;
}
.AnyTagClassName
{
color: #C7EF11;
}
</style>
background-color css
<style>
a { background-color: #C7EF11; }
a { background-color: rgb(199,239,17); }
div.DivClassName
{
background-color: #C7EF11;
}
.BgClassName
{
background-color: #C7EF11;
}
</style>
border-color css
<style>
span { border-color: #C7EF11; }
span { border-color: rgb(199,239,17); }
td.TdClassName
{
border-color: #C7EF11;
}
.TagClassName
{
border-color: #C7EF11;
}
</style>