Shades of Lime Green #14D020
Tints of Lime Green #14D020
RGB
CMYK
RGB Variations
Color information
#14D020 (or 0x14D020) is known color: Lime Green. HEX triplet: 14, D0 and 20. RGB value is (20,208,32). Sum of RGB (Red+Green+Blue) = 20+208+32=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #14D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D020 is #EB2FDF. Grayscale: #848484. Windows color (decimal): -15413216 or 2150420. OLE color: 2150420.
HSL color Cylindrical-coordinate representation of color #14D020: hue angle of 123.83º 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 #14D020 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 32 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.18 |
| HSL | 123.83º | 0.82% | 0.45% | - |
| HSV(B) | 123.83º | 0.9% | 0.82% | - |
| XYZ | 23.11 | 45.36 | 8.91 | - |
| YUV | 131.72 | 71.72 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 32 | 0.90 | 0 | 0.85 | 0.18 | 123.83 | 0.82 | 0.45 |
| Hex | 14 | D0 | 20 | 5A | 0 | 55 | 12 | 7C | 52 | 2D |
| Octal | 24 | 320 | 40 | 132 | 0 | 125 | 22 | 174 | 122 | 55 |
| Binary | 10100 | 11010000 | 100000 | 1011010 | 0 | 1010101 | 10010 | 1111100 | 1010010 | 101101 |
Color Harmonies of #14D020
Complementary color
Monochromatic Colors of #14D020
Black with #14D020
Text Example
Text Example
White with #14D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D020; }
p { color: rgb(20,208,32); }
H1.HeaderClassName
{
color: #14D020;
}
.AnyTagClassName
{
color: #14D020;
}
</style>
background-color css
<style>
a { background-color: #14D020; }
a { background-color: rgb(20,208,32); }
div.DivClassName
{
background-color: #14D020;
}
.BgClassName
{
background-color: #14D020;
}
</style>
border-color css
<style>
span { border-color: #14D020; }
span { border-color: rgb(20,208,32); }
td.TdClassName
{
border-color: #14D020;
}
.TagClassName
{
border-color: #14D020;
}
</style>