Shades of Lime Green #14E02A
Tints of Lime Green #14E02A
RGB
CMYK
RGB Variations
Color information
#14E02A (or 0x14E02A) is known color: Lime Green. HEX triplet: 14, E0 and 2A. RGB value is (20,224,42). Sum of RGB (Red+Green+Blue) = 20+224+42=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #14E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E02A is #EB1FD5. Grayscale: #8E8E8E. Windows color (decimal): -15409110 or 2809876. OLE color: 2809876.
HSL color Cylindrical-coordinate representation of color #14E02A: hue angle of 126.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E02A is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 42 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.12 |
| HSL | 126.47º | 0.84% | 0.48% | - |
| HSV(B) | 126.47º | 0.91% | 0.88% | - |
| XYZ | 27.36 | 53.63 | 11.1 | - |
| YUV | 142.26 | 71.41 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 42 | 0.91 | 0 | 0.81 | 0.12 | 126.47 | 0.84 | 0.48 |
| Hex | 14 | E0 | 2A | 5B | 0 | 51 | C | 7E | 54 | 30 |
| Octal | 24 | 340 | 52 | 133 | 0 | 121 | 14 | 176 | 124 | 60 |
| Binary | 10100 | 11100000 | 101010 | 1011011 | 0 | 1010001 | 1100 | 1111110 | 1010100 | 110000 |
Color Harmonies of #14E02A
Complementary color
Monochromatic Colors of #14E02A
Black with #14E02A
Text Example
Text Example
White with #14E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E02A; }
p { color: rgb(20,224,42); }
H1.HeaderClassName
{
color: #14E02A;
}
.AnyTagClassName
{
color: #14E02A;
}
</style>
background-color css
<style>
a { background-color: #14E02A; }
a { background-color: rgb(20,224,42); }
div.DivClassName
{
background-color: #14E02A;
}
.BgClassName
{
background-color: #14E02A;
}
</style>
border-color css
<style>
span { border-color: #14E02A; }
span { border-color: rgb(20,224,42); }
td.TdClassName
{
border-color: #14E02A;
}
.TagClassName
{
border-color: #14E02A;
}
</style>