Shades of Lime Green #0EC512
Tints of Lime Green #0EC512
RGB
CMYK
RGB Variations
Color information
#0EC512 (or 0x0EC512) is known color: Lime Green. HEX triplet: 0E, C5 and 12. RGB value is (14,197,18). Sum of RGB (Red+Green+Blue) = 14+197+18=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 197 (77.34% from 255 or 86.03% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC512 is #F13AED. Grayscale: #7A7A7A. Windows color (decimal): -15809262 or 1230094. OLE color: 1230094.
HSL color Cylindrical-coordinate representation of color #0EC512: hue angle of 121.31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC512 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 18 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.23 |
| HSL | 121.31º | 0.87% | 0.41% | - |
| HSV(B) | 121.31º | 0.93% | 0.77% | - |
| XYZ | 20.26 | 40.07 | 7.24 | - |
| YUV | 121.88 | 69.37 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 18 | 0.93 | 0 | 0.91 | 0.23 | 121.31 | 0.87 | 0.41 |
| Hex | E | C5 | 12 | 5D | 0 | 5B | 17 | 79 | 57 | 29 |
| Octal | 16 | 305 | 22 | 135 | 0 | 133 | 27 | 171 | 127 | 51 |
| Binary | 1110 | 11000101 | 10010 | 1011101 | 0 | 1011011 | 10111 | 1111001 | 1010111 | 101001 |
Color Harmonies of #0EC512
Complementary color
Monochromatic Colors of #0EC512
Black with #0EC512
Text Example
Text Example
White with #0EC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC512; }
p { color: rgb(14,197,18); }
H1.HeaderClassName
{
color: #0EC512;
}
.AnyTagClassName
{
color: #0EC512;
}
</style>
background-color css
<style>
a { background-color: #0EC512; }
a { background-color: rgb(14,197,18); }
div.DivClassName
{
background-color: #0EC512;
}
.BgClassName
{
background-color: #0EC512;
}
</style>
border-color css
<style>
span { border-color: #0EC512; }
span { border-color: rgb(14,197,18); }
td.TdClassName
{
border-color: #0EC512;
}
.TagClassName
{
border-color: #0EC512;
}
</style>