Shades of Lime Green #20D637
Tints of Lime Green #20D637
RGB
CMYK
RGB Variations
Color information
#20D637 (or 0x20D637) is known color: Lime Green. HEX triplet: 20, D6 and 37. RGB value is (32,214,55). Sum of RGB (Red+Green+Blue) = 32+214+55=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #20D637 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D637 is #DF29C8. Grayscale: #8D8D8D. Windows color (decimal): -14625225 or 3659296. OLE color: 3659296.
HSL color Cylindrical-coordinate representation of color #20D637: hue angle of 127.58º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D637 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 55 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.16 |
| HSL | 127.58º | 0.74% | 0.48% | - |
| HSV(B) | 127.58º | 0.85% | 0.84% | - |
| XYZ | 25.33 | 48.68 | 11.67 | - |
| YUV | 141.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 55 | 0.85 | 0 | 0.74 | 0.16 | 127.58 | 0.74 | 0.48 |
| Hex | 20 | D6 | 37 | 55 | 0 | 4A | 10 | 80 | 4A | 30 |
| Octal | 40 | 326 | 67 | 125 | 0 | 112 | 20 | 200 | 112 | 60 |
| Binary | 100000 | 11010110 | 110111 | 1010101 | 0 | 1001010 | 10000 | 10000000 | 1001010 | 110000 |
Color Harmonies of #20D637
Complementary color
Monochromatic Colors of #20D637
Black with #20D637
Text Example
Text Example
White with #20D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D637; }
p { color: rgb(32,214,55); }
H1.HeaderClassName
{
color: #20D637;
}
.AnyTagClassName
{
color: #20D637;
}
</style>
background-color css
<style>
a { background-color: #20D637; }
a { background-color: rgb(32,214,55); }
div.DivClassName
{
background-color: #20D637;
}
.BgClassName
{
background-color: #20D637;
}
</style>
border-color css
<style>
span { border-color: #20D637; }
span { border-color: rgb(32,214,55); }
td.TdClassName
{
border-color: #20D637;
}
.TagClassName
{
border-color: #20D637;
}
</style>