Shades of Lime Green #20D532
Tints of Lime Green #20D532
RGB
CMYK
RGB Variations
Color information
#20D532 (or 0x20D532) is known color: Lime Green. HEX triplet: 20, D5 and 32. RGB value is (32,213,50). Sum of RGB (Red+Green+Blue) = 32+213+50=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #20D532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D532 is #DF2ACD. Grayscale: #8C8C8C. Windows color (decimal): -14625486 or 3331360. OLE color: 3331360.
HSL color Cylindrical-coordinate representation of color #20D532: hue angle of 125.97º 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 #20D532 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 50 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.16 |
| HSL | 125.97º | 0.74% | 0.48% | - |
| HSV(B) | 125.97º | 0.85% | 0.84% | - |
| XYZ | 24.97 | 48.13 | 10.99 | - |
| YUV | 140.3 | 77.03 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 50 | 0.85 | 0 | 0.77 | 0.16 | 125.97 | 0.74 | 0.48 |
| Hex | 20 | D5 | 32 | 55 | 0 | 4D | 10 | 7E | 4A | 30 |
| Octal | 40 | 325 | 62 | 125 | 0 | 115 | 20 | 176 | 112 | 60 |
| Binary | 100000 | 11010101 | 110010 | 1010101 | 0 | 1001101 | 10000 | 1111110 | 1001010 | 110000 |
Color Harmonies of #20D532
Complementary color
Monochromatic Colors of #20D532
Black with #20D532
Text Example
Text Example
White with #20D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D532; }
p { color: rgb(32,213,50); }
H1.HeaderClassName
{
color: #20D532;
}
.AnyTagClassName
{
color: #20D532;
}
</style>
background-color css
<style>
a { background-color: #20D532; }
a { background-color: rgb(32,213,50); }
div.DivClassName
{
background-color: #20D532;
}
.BgClassName
{
background-color: #20D532;
}
</style>
border-color css
<style>
span { border-color: #20D532; }
span { border-color: rgb(32,213,50); }
td.TdClassName
{
border-color: #20D532;
}
.TagClassName
{
border-color: #20D532;
}
</style>