Shades of Lime Green #0EC812
Tints of Lime Green #0EC812
RGB
CMYK
RGB Variations
Color information
#0EC812 (or 0x0EC812) is known color: Lime Green. HEX triplet: 0E, C8 and 12. RGB value is (14,200,18). Sum of RGB (Red+Green+Blue) = 14+200+18=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 200 (78.52% from 255 or 86.21% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC812 is #F137ED. Grayscale: #7C7C7C. Windows color (decimal): -15808494 or 1230862. OLE color: 1230862.
HSL color Cylindrical-coordinate representation of color #0EC812: hue angle of 121.29º 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 #0EC812 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 18 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.22 |
| HSL | 121.29º | 0.87% | 0.42% | - |
| HSV(B) | 121.29º | 0.93% | 0.78% | - |
| XYZ | 20.94 | 41.45 | 7.47 | - |
| YUV | 123.64 | 68.38 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 18 | 0.93 | 0 | 0.91 | 0.22 | 121.29 | 0.87 | 0.42 |
| Hex | E | C8 | 12 | 5D | 0 | 5B | 16 | 79 | 57 | 2A |
| Octal | 16 | 310 | 22 | 135 | 0 | 133 | 26 | 171 | 127 | 52 |
| Binary | 1110 | 11001000 | 10010 | 1011101 | 0 | 1011011 | 10110 | 1111001 | 1010111 | 101010 |
Color Harmonies of #0EC812
Complementary color
Monochromatic Colors of #0EC812
Black with #0EC812
Text Example
Text Example
White with #0EC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC812; }
p { color: rgb(14,200,18); }
H1.HeaderClassName
{
color: #0EC812;
}
.AnyTagClassName
{
color: #0EC812;
}
</style>
background-color css
<style>
a { background-color: #0EC812; }
a { background-color: rgb(14,200,18); }
div.DivClassName
{
background-color: #0EC812;
}
.BgClassName
{
background-color: #0EC812;
}
</style>
border-color css
<style>
span { border-color: #0EC812; }
span { border-color: rgb(14,200,18); }
td.TdClassName
{
border-color: #0EC812;
}
.TagClassName
{
border-color: #0EC812;
}
</style>