Shades of Lime Green #0EC413
Tints of Lime Green #0EC413
RGB
CMYK
RGB Variations
Color information
#0EC413 (or 0x0EC413) is known color: Lime Green. HEX triplet: 0E, C4 and 13. RGB value is (14,196,19). Sum of RGB (Red+Green+Blue) = 14+196+19=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 196 (76.95% from 255 or 85.59% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC413 is #F13BEC. Grayscale: #797979. Windows color (decimal): -15809517 or 1295374. OLE color: 1295374.
HSL color Cylindrical-coordinate representation of color #0EC413: hue angle of 121.65º 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 #0EC413 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 196 | 19 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.23 |
| HSL | 121.65º | 0.87% | 0.41% | - |
| HSV(B) | 121.65º | 0.93% | 0.77% | - |
| XYZ | 20.04 | 39.62 | 7.21 | - |
| YUV | 121.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 19 | 0.93 | 0 | 0.90 | 0.23 | 121.65 | 0.87 | 0.41 |
| Hex | E | C4 | 13 | 5D | 0 | 5A | 17 | 7A | 57 | 29 |
| Octal | 16 | 304 | 23 | 135 | 0 | 132 | 27 | 172 | 127 | 51 |
| Binary | 1110 | 11000100 | 10011 | 1011101 | 0 | 1011010 | 10111 | 1111010 | 1010111 | 101001 |
Color Harmonies of #0EC413
Complementary color
Monochromatic Colors of #0EC413
Black with #0EC413
Text Example
Text Example
White with #0EC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC413; }
p { color: rgb(14,196,19); }
H1.HeaderClassName
{
color: #0EC413;
}
.AnyTagClassName
{
color: #0EC413;
}
</style>
background-color css
<style>
a { background-color: #0EC413; }
a { background-color: rgb(14,196,19); }
div.DivClassName
{
background-color: #0EC413;
}
.BgClassName
{
background-color: #0EC413;
}
</style>
border-color css
<style>
span { border-color: #0EC413; }
span { border-color: rgb(14,196,19); }
td.TdClassName
{
border-color: #0EC413;
}
.TagClassName
{
border-color: #0EC413;
}
</style>