Shades of Lime Green #0EC815
Tints of Lime Green #0EC815
RGB
CMYK
RGB Variations
Color information
#0EC815 (or 0x0EC815) is known color: Lime Green. HEX triplet: 0E, C8 and 15. RGB value is (14,200,21). Sum of RGB (Red+Green+Blue) = 14+200+21=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 200 (78.52% from 255 or 85.11% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC815 is #F137EA. Grayscale: #7C7C7C. Windows color (decimal): -15808491 or 1427470. OLE color: 1427470.
HSL color Cylindrical-coordinate representation of color #0EC815: hue angle of 122.26º 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 #0EC815 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 21 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.22 |
| HSL | 122.26º | 0.87% | 0.42% | - |
| HSV(B) | 122.26º | 0.93% | 0.78% | - |
| XYZ | 20.97 | 41.46 | 7.61 | - |
| YUV | 123.98 | 69.88 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 21 | 0.93 | 0 | 0.90 | 0.22 | 122.26 | 0.87 | 0.42 |
| Hex | E | C8 | 15 | 5D | 0 | 5A | 16 | 7A | 57 | 2A |
| Octal | 16 | 310 | 25 | 135 | 0 | 132 | 26 | 172 | 127 | 52 |
| Binary | 1110 | 11001000 | 10101 | 1011101 | 0 | 1011010 | 10110 | 1111010 | 1010111 | 101010 |
Color Harmonies of #0EC815
Complementary color
Monochromatic Colors of #0EC815
Black with #0EC815
Text Example
Text Example
White with #0EC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC815; }
p { color: rgb(14,200,21); }
H1.HeaderClassName
{
color: #0EC815;
}
.AnyTagClassName
{
color: #0EC815;
}
</style>
background-color css
<style>
a { background-color: #0EC815; }
a { background-color: rgb(14,200,21); }
div.DivClassName
{
background-color: #0EC815;
}
.BgClassName
{
background-color: #0EC815;
}
</style>
border-color css
<style>
span { border-color: #0EC815; }
span { border-color: rgb(14,200,21); }
td.TdClassName
{
border-color: #0EC815;
}
.TagClassName
{
border-color: #0EC815;
}
</style>