Shades of Lime Green #20DE37
Tints of Lime Green #20DE37
RGB
CMYK
RGB Variations
Color information
#20DE37 (or 0x20DE37) is known color: Lime Green. HEX triplet: 20, DE and 37. RGB value is (32,222,55). Sum of RGB (Red+Green+Blue) = 32+222+55=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 222 (87.11% from 255 or 71.84% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 222 - color contains mainly: green. Hex color #20DE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DE37 is #DF21C8. Grayscale: #929292. Windows color (decimal): -14623177 or 3661344. OLE color: 3661344.
HSL color Cylindrical-coordinate representation of color #20DE37: hue angle of 127.26º 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 #20DE37 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 55 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.13 |
| HSL | 127.26º | 0.75% | 0.5% | - |
| HSV(B) | 127.26º | 0.86% | 0.87% | - |
| XYZ | 27.41 | 52.83 | 12.37 | - |
| YUV | 146.15 | 76.55 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 55 | 0.86 | 0 | 0.75 | 0.13 | 127.26 | 0.75 | 0.5 |
| Hex | 20 | DE | 37 | 56 | 0 | 4B | D | 7F | 4B | 32 |
| Octal | 40 | 336 | 67 | 126 | 0 | 113 | 15 | 177 | 113 | 62 |
| Binary | 100000 | 11011110 | 110111 | 1010110 | 0 | 1001011 | 1101 | 1111111 | 1001011 | 110010 |
Color Harmonies of #20DE37
Complementary color
Monochromatic Colors of #20DE37
Black with #20DE37
Text Example
Text Example
White with #20DE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DE37; }
p { color: rgb(32,222,55); }
H1.HeaderClassName
{
color: #20DE37;
}
.AnyTagClassName
{
color: #20DE37;
}
</style>
background-color css
<style>
a { background-color: #20DE37; }
a { background-color: rgb(32,222,55); }
div.DivClassName
{
background-color: #20DE37;
}
.BgClassName
{
background-color: #20DE37;
}
</style>
border-color css
<style>
span { border-color: #20DE37; }
span { border-color: rgb(32,222,55); }
td.TdClassName
{
border-color: #20DE37;
}
.TagClassName
{
border-color: #20DE37;
}
</style>