Shades of Lime Green #20D937
Tints of Lime Green #20D937
RGB
CMYK
RGB Variations
Color information
#20D937 (or 0x20D937) is known color: Lime Green. HEX triplet: 20, D9 and 37. RGB value is (32,217,55). Sum of RGB (Red+Green+Blue) = 32+217+55=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #20D937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D937 is #DF26C8. Grayscale: #8F8F8F. Windows color (decimal): -14624457 or 3660064. OLE color: 3660064.
HSL color Cylindrical-coordinate representation of color #20D937: hue angle of 127.46º 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 #20D937 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 55 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.15 |
| HSL | 127.46º | 0.74% | 0.49% | - |
| HSV(B) | 127.46º | 0.85% | 0.85% | - |
| XYZ | 26.1 | 50.21 | 11.93 | - |
| YUV | 143.22 | 78.21 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 55 | 0.85 | 0 | 0.75 | 0.15 | 127.46 | 0.74 | 0.49 |
| Hex | 20 | D9 | 37 | 55 | 0 | 4B | F | 7F | 4A | 31 |
| Octal | 40 | 331 | 67 | 125 | 0 | 113 | 17 | 177 | 112 | 61 |
| Binary | 100000 | 11011001 | 110111 | 1010101 | 0 | 1001011 | 1111 | 1111111 | 1001010 | 110001 |
Color Harmonies of #20D937
Complementary color
Monochromatic Colors of #20D937
Black with #20D937
Text Example
Text Example
White with #20D937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D937; }
p { color: rgb(32,217,55); }
H1.HeaderClassName
{
color: #20D937;
}
.AnyTagClassName
{
color: #20D937;
}
</style>
background-color css
<style>
a { background-color: #20D937; }
a { background-color: rgb(32,217,55); }
div.DivClassName
{
background-color: #20D937;
}
.BgClassName
{
background-color: #20D937;
}
</style>
border-color css
<style>
span { border-color: #20D937; }
span { border-color: rgb(32,217,55); }
td.TdClassName
{
border-color: #20D937;
}
.TagClassName
{
border-color: #20D937;
}
</style>