Shades of Lime Green #0EC611
Tints of Lime Green #0EC611
RGB
CMYK
RGB Variations
Color information
#0EC611 (or 0x0EC611) is known color: Lime Green. HEX triplet: 0E, C6 and 11. RGB value is (14,198,17). Sum of RGB (Red+Green+Blue) = 14+198+17=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 198 (77.73% from 255 or 86.46% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC611 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC611 is #F139EE. Grayscale: #7A7A7A. Windows color (decimal): -15809007 or 1164814. OLE color: 1164814.
HSL color Cylindrical-coordinate representation of color #0EC611: hue angle of 120.98º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC611 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 17 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.22 |
| HSL | 120.98º | 0.87% | 0.42% | - |
| HSV(B) | 120.98º | 0.93% | 0.78% | - |
| XYZ | 20.48 | 40.52 | 7.27 | - |
| YUV | 122.35 | 68.54 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 17 | 0.93 | 0 | 0.91 | 0.22 | 120.98 | 0.87 | 0.42 |
| Hex | E | C6 | 11 | 5D | 0 | 5B | 16 | 79 | 57 | 2A |
| Octal | 16 | 306 | 21 | 135 | 0 | 133 | 26 | 171 | 127 | 52 |
| Binary | 1110 | 11000110 | 10001 | 1011101 | 0 | 1011011 | 10110 | 1111001 | 1010111 | 101010 |
Color Harmonies of #0EC611
Complementary color
Monochromatic Colors of #0EC611
Black with #0EC611
Text Example
Text Example
White with #0EC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC611; }
p { color: rgb(14,198,17); }
H1.HeaderClassName
{
color: #0EC611;
}
.AnyTagClassName
{
color: #0EC611;
}
</style>
background-color css
<style>
a { background-color: #0EC611; }
a { background-color: rgb(14,198,17); }
div.DivClassName
{
background-color: #0EC611;
}
.BgClassName
{
background-color: #0EC611;
}
</style>
border-color css
<style>
span { border-color: #0EC611; }
span { border-color: rgb(14,198,17); }
td.TdClassName
{
border-color: #0EC611;
}
.TagClassName
{
border-color: #0EC611;
}
</style>