Shades of Lime Green #20DD21
Tints of Lime Green #20DD21
RGB
CMYK
RGB Variations
Color information
#20DD21 (or 0x20DD21) is known color: Lime Green. HEX triplet: 20, DD and 21. RGB value is (32,221,33). Sum of RGB (Red+Green+Blue) = 32+221+33=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 221 (86.72% from 255 or 77.27% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD21 is #DF22DE. Grayscale: #8F8F8F. Windows color (decimal): -14623455 or 2219296. OLE color: 2219296.
HSL color Cylindrical-coordinate representation of color #20DD21: hue angle of 120.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD21 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 33 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.13 |
| HSL | 120.32º | 0.75% | 0.5% | - |
| HSV(B) | 120.32º | 0.86% | 0.87% | - |
| XYZ | 26.73 | 52.13 | 10.09 | - |
| YUV | 143.06 | 65.88 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 33 | 0.86 | 0 | 0.85 | 0.13 | 120.32 | 0.75 | 0.5 |
| Hex | 20 | DD | 21 | 56 | 0 | 55 | D | 78 | 4B | 32 |
| Octal | 40 | 335 | 41 | 126 | 0 | 125 | 15 | 170 | 113 | 62 |
| Binary | 100000 | 11011101 | 100001 | 1010110 | 0 | 1010101 | 1101 | 1111000 | 1001011 | 110010 |
Color Harmonies of #20DD21
Complementary color
Monochromatic Colors of #20DD21
Black with #20DD21
Text Example
Text Example
White with #20DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD21; }
p { color: rgb(32,221,33); }
H1.HeaderClassName
{
color: #20DD21;
}
.AnyTagClassName
{
color: #20DD21;
}
</style>
background-color css
<style>
a { background-color: #20DD21; }
a { background-color: rgb(32,221,33); }
div.DivClassName
{
background-color: #20DD21;
}
.BgClassName
{
background-color: #20DD21;
}
</style>
border-color css
<style>
span { border-color: #20DD21; }
span { border-color: rgb(32,221,33); }
td.TdClassName
{
border-color: #20DD21;
}
.TagClassName
{
border-color: #20DD21;
}
</style>