Shades of Lime Green #20DD37
Tints of Lime Green #20DD37
RGB
CMYK
RGB Variations
Color information
#20DD37 (or 0x20DD37) is known color: Lime Green. HEX triplet: 20, DD and 37. RGB value is (32,221,55). Sum of RGB (Red+Green+Blue) = 32+221+55=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD37 is #DF22C8. Grayscale: #929292. Windows color (decimal): -14623433 or 3661088. OLE color: 3661088.
HSL color Cylindrical-coordinate representation of color #20DD37: hue angle of 127.3º 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 #20DD37 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 55 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.13 |
| HSL | 127.3º | 0.75% | 0.5% | - |
| HSV(B) | 127.3º | 0.86% | 0.87% | - |
| XYZ | 27.14 | 52.3 | 12.28 | - |
| YUV | 145.57 | 76.88 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 55 | 0.86 | 0 | 0.75 | 0.13 | 127.3 | 0.75 | 0.5 |
| Hex | 20 | DD | 37 | 56 | 0 | 4B | D | 7F | 4B | 32 |
| Octal | 40 | 335 | 67 | 126 | 0 | 113 | 15 | 177 | 113 | 62 |
| Binary | 100000 | 11011101 | 110111 | 1010110 | 0 | 1001011 | 1101 | 1111111 | 1001011 | 110010 |
Color Harmonies of #20DD37
Complementary color
Monochromatic Colors of #20DD37
Black with #20DD37
Text Example
Text Example
White with #20DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD37; }
p { color: rgb(32,221,55); }
H1.HeaderClassName
{
color: #20DD37;
}
.AnyTagClassName
{
color: #20DD37;
}
</style>
background-color css
<style>
a { background-color: #20DD37; }
a { background-color: rgb(32,221,55); }
div.DivClassName
{
background-color: #20DD37;
}
.BgClassName
{
background-color: #20DD37;
}
</style>
border-color css
<style>
span { border-color: #20DD37; }
span { border-color: rgb(32,221,55); }
td.TdClassName
{
border-color: #20DD37;
}
.TagClassName
{
border-color: #20DD37;
}
</style>