Shades of Lime Green #20D921
Tints of Lime Green #20D921
RGB
CMYK
RGB Variations
Color information
#20D921 (or 0x20D921) is known color: Lime Green. HEX triplet: 20, D9 and 21. RGB value is (32,217,33). Sum of RGB (Red+Green+Blue) = 32+217+33=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 217 (85.16% from 255 or 76.95% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 217 - color contains mainly: green. Hex color #20D921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D921 is #DF26DE. Grayscale: #8D8D8D. Windows color (decimal): -14624479 or 2218272. OLE color: 2218272.
HSL color Cylindrical-coordinate representation of color #20D921: hue angle of 120.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D921 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 33 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.15 |
| HSL | 120.32º | 0.74% | 0.49% | - |
| HSV(B) | 120.32º | 0.85% | 0.85% | - |
| XYZ | 25.68 | 50.04 | 9.74 | - |
| YUV | 140.71 | 67.21 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 33 | 0.85 | 0 | 0.85 | 0.15 | 120.32 | 0.74 | 0.49 |
| Hex | 20 | D9 | 21 | 55 | 0 | 55 | F | 78 | 4A | 31 |
| Octal | 40 | 331 | 41 | 125 | 0 | 125 | 17 | 170 | 112 | 61 |
| Binary | 100000 | 11011001 | 100001 | 1010101 | 0 | 1010101 | 1111 | 1111000 | 1001010 | 110001 |
Color Harmonies of #20D921
Complementary color
Monochromatic Colors of #20D921
Black with #20D921
Text Example
Text Example
White with #20D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D921; }
p { color: rgb(32,217,33); }
H1.HeaderClassName
{
color: #20D921;
}
.AnyTagClassName
{
color: #20D921;
}
</style>
background-color css
<style>
a { background-color: #20D921; }
a { background-color: rgb(32,217,33); }
div.DivClassName
{
background-color: #20D921;
}
.BgClassName
{
background-color: #20D921;
}
</style>
border-color css
<style>
span { border-color: #20D921; }
span { border-color: rgb(32,217,33); }
td.TdClassName
{
border-color: #20D921;
}
.TagClassName
{
border-color: #20D921;
}
</style>