Shades of Lime Green #0EC614
Tints of Lime Green #0EC614
RGB
CMYK
RGB Variations
Color information
#0EC614 (or 0x0EC614) is known color: Lime Green. HEX triplet: 0E, C6 and 14. RGB value is (14,198,20). Sum of RGB (Red+Green+Blue) = 14+198+20=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 198 (77.73% from 255 or 85.34% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC614 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC614 is #F139EB. Grayscale: #7B7B7B. Windows color (decimal): -15809004 or 1361422. OLE color: 1361422.
HSL color Cylindrical-coordinate representation of color #0EC614: hue angle of 121.96º 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 #0EC614 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 20 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.22 |
| HSL | 121.96º | 0.87% | 0.42% | - |
| HSV(B) | 121.96º | 0.93% | 0.78% | - |
| XYZ | 20.5 | 40.53 | 7.4 | - |
| YUV | 122.69 | 70.04 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 20 | 0.93 | 0 | 0.90 | 0.22 | 121.96 | 0.87 | 0.42 |
| Hex | E | C6 | 14 | 5D | 0 | 5A | 16 | 7A | 57 | 2A |
| Octal | 16 | 306 | 24 | 135 | 0 | 132 | 26 | 172 | 127 | 52 |
| Binary | 1110 | 11000110 | 10100 | 1011101 | 0 | 1011010 | 10110 | 1111010 | 1010111 | 101010 |
Color Harmonies of #0EC614
Complementary color
Monochromatic Colors of #0EC614
Black with #0EC614
Text Example
Text Example
White with #0EC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC614; }
p { color: rgb(14,198,20); }
H1.HeaderClassName
{
color: #0EC614;
}
.AnyTagClassName
{
color: #0EC614;
}
</style>
background-color css
<style>
a { background-color: #0EC614; }
a { background-color: rgb(14,198,20); }
div.DivClassName
{
background-color: #0EC614;
}
.BgClassName
{
background-color: #0EC614;
}
</style>
border-color css
<style>
span { border-color: #0EC614; }
span { border-color: rgb(14,198,20); }
td.TdClassName
{
border-color: #0EC614;
}
.TagClassName
{
border-color: #0EC614;
}
</style>