Shades of Lime Green #20D21D
Tints of Lime Green #20D21D
RGB
CMYK
RGB Variations
Color information
#20D21D (or 0x20D21D) is known color: Lime Green. HEX triplet: 20, D2 and 1D. RGB value is (32,210,29). Sum of RGB (Red+Green+Blue) = 32+210+29=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 210 (82.42% from 255 or 77.49% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 210 - color contains mainly: green. Hex color #20D21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D21D is #DF2DE2. Grayscale: #888888. Windows color (decimal): -14626275 or 1954336. OLE color: 1954336.
HSL color Cylindrical-coordinate representation of color #20D21D: hue angle of 119.01º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20D21D is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 29 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.18 |
| HSL | 119.01º | 0.76% | 0.47% | - |
| HSV(B) | 119.01º | 0.86% | 0.82% | - |
| XYZ | 23.86 | 46.49 | 8.88 | - |
| YUV | 136.14 | 67.53 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 29 | 0.85 | 0 | 0.86 | 0.18 | 119.01 | 0.76 | 0.47 |
| Hex | 20 | D2 | 1D | 55 | 0 | 56 | 12 | 77 | 4C | 2F |
| Octal | 40 | 322 | 35 | 125 | 0 | 126 | 22 | 167 | 114 | 57 |
| Binary | 100000 | 11010010 | 11101 | 1010101 | 0 | 1010110 | 10010 | 1110111 | 1001100 | 101111 |
Color Harmonies of #20D21D
Complementary color
Monochromatic Colors of #20D21D
Black with #20D21D
Text Example
Text Example
White with #20D21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D21D; }
p { color: rgb(32,210,29); }
H1.HeaderClassName
{
color: #20D21D;
}
.AnyTagClassName
{
color: #20D21D;
}
</style>
background-color css
<style>
a { background-color: #20D21D; }
a { background-color: rgb(32,210,29); }
div.DivClassName
{
background-color: #20D21D;
}
.BgClassName
{
background-color: #20D21D;
}
</style>
border-color css
<style>
span { border-color: #20D21D; }
span { border-color: rgb(32,210,29); }
td.TdClassName
{
border-color: #20D21D;
}
.TagClassName
{
border-color: #20D21D;
}
</style>