Shades of Lime Green #14D02A
Tints of Lime Green #14D02A
RGB
CMYK
RGB Variations
Color information
#14D02A (or 0x14D02A) is known color: Lime Green. HEX triplet: 14, D0 and 2A. RGB value is (20,208,42). Sum of RGB (Red+Green+Blue) = 20+208+42=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #14D02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D02A is #EB2FD5. Grayscale: #858585. Windows color (decimal): -15413206 or 2805780. OLE color: 2805780.
HSL color Cylindrical-coordinate representation of color #14D02A: hue angle of 127.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D02A is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 42 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.18 |
| HSL | 127.02º | 0.82% | 0.45% | - |
| HSV(B) | 127.02º | 0.9% | 0.82% | - |
| XYZ | 23.26 | 45.43 | 9.73 | - |
| YUV | 132.86 | 76.72 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 42 | 0.90 | 0 | 0.80 | 0.18 | 127.02 | 0.82 | 0.45 |
| Hex | 14 | D0 | 2A | 5A | 0 | 50 | 12 | 7F | 52 | 2D |
| Octal | 24 | 320 | 52 | 132 | 0 | 120 | 22 | 177 | 122 | 55 |
| Binary | 10100 | 11010000 | 101010 | 1011010 | 0 | 1010000 | 10010 | 1111111 | 1010010 | 101101 |
Color Harmonies of #14D02A
Complementary color
Monochromatic Colors of #14D02A
Black with #14D02A
Text Example
Text Example
White with #14D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D02A; }
p { color: rgb(20,208,42); }
H1.HeaderClassName
{
color: #14D02A;
}
.AnyTagClassName
{
color: #14D02A;
}
</style>
background-color css
<style>
a { background-color: #14D02A; }
a { background-color: rgb(20,208,42); }
div.DivClassName
{
background-color: #14D02A;
}
.BgClassName
{
background-color: #14D02A;
}
</style>
border-color css
<style>
span { border-color: #14D02A; }
span { border-color: rgb(20,208,42); }
td.TdClassName
{
border-color: #14D02A;
}
.TagClassName
{
border-color: #14D02A;
}
</style>