Shades of Lime Green #14D220
Tints of Lime Green #14D220
RGB
CMYK
RGB Variations
Color information
#14D220 (or 0x14D220) is known color: Lime Green. HEX triplet: 14, D2 and 20. RGB value is (20,210,32). Sum of RGB (Red+Green+Blue) = 20+210+32=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 210 (82.42% from 255 or 80.15% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 210 - color contains mainly: green. Hex color #14D220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D220 is #EB2DDF. Grayscale: #858585. Windows color (decimal): -15412704 or 2150932. OLE color: 2150932.
HSL color Cylindrical-coordinate representation of color #14D220: hue angle of 123.79º degrees, saturation: 0.83, 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 #14D220 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 32 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.18 |
| HSL | 123.79º | 0.83% | 0.45% | - |
| HSV(B) | 123.79º | 0.9% | 0.82% | - |
| XYZ | 23.6 | 46.35 | 9.07 | - |
| YUV | 132.9 | 71.05 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 32 | 0.90 | 0 | 0.85 | 0.18 | 123.79 | 0.83 | 0.45 |
| Hex | 14 | D2 | 20 | 5A | 0 | 55 | 12 | 7C | 53 | 2D |
| Octal | 24 | 322 | 40 | 132 | 0 | 125 | 22 | 174 | 123 | 55 |
| Binary | 10100 | 11010010 | 100000 | 1011010 | 0 | 1010101 | 10010 | 1111100 | 1010011 | 101101 |
Color Harmonies of #14D220
Complementary color
Monochromatic Colors of #14D220
Black with #14D220
Text Example
Text Example
White with #14D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D220; }
p { color: rgb(20,210,32); }
H1.HeaderClassName
{
color: #14D220;
}
.AnyTagClassName
{
color: #14D220;
}
</style>
background-color css
<style>
a { background-color: #14D220; }
a { background-color: rgb(20,210,32); }
div.DivClassName
{
background-color: #14D220;
}
.BgClassName
{
background-color: #14D220;
}
</style>
border-color css
<style>
span { border-color: #14D220; }
span { border-color: rgb(20,210,32); }
td.TdClassName
{
border-color: #14D220;
}
.TagClassName
{
border-color: #14D220;
}
</style>