Shades of Lime Green #20D53D
Tints of Lime Green #20D53D
RGB
CMYK
RGB Variations
Color information
#20D53D (or 0x20D53D) is known color: Lime Green. HEX triplet: 20, D5 and 3D. RGB value is (32,213,61). Sum of RGB (Red+Green+Blue) = 32+213+61=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #20D53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D53D is #DF2AC2. Grayscale: #8D8D8D. Windows color (decimal): -14625475 or 4052256. OLE color: 4052256.
HSL color Cylindrical-coordinate representation of color #20D53D: hue angle of 129.61º 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 #20D53D is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 61 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.16 |
| HSL | 129.61º | 0.74% | 0.48% | - |
| HSV(B) | 129.61º | 0.85% | 0.84% | - |
| XYZ | 25.23 | 48.23 | 12.39 | - |
| YUV | 141.55 | 82.53 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 61 | 0.85 | 0 | 0.71 | 0.16 | 129.61 | 0.74 | 0.48 |
| Hex | 20 | D5 | 3D | 55 | 0 | 47 | 10 | 82 | 4A | 30 |
| Octal | 40 | 325 | 75 | 125 | 0 | 107 | 20 | 202 | 112 | 60 |
| Binary | 100000 | 11010101 | 111101 | 1010101 | 0 | 1000111 | 10000 | 10000010 | 1001010 | 110000 |
Color Harmonies of #20D53D
Complementary color
Monochromatic Colors of #20D53D
Black with #20D53D
Text Example
Text Example
White with #20D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D53D; }
p { color: rgb(32,213,61); }
H1.HeaderClassName
{
color: #20D53D;
}
.AnyTagClassName
{
color: #20D53D;
}
</style>
background-color css
<style>
a { background-color: #20D53D; }
a { background-color: rgb(32,213,61); }
div.DivClassName
{
background-color: #20D53D;
}
.BgClassName
{
background-color: #20D53D;
}
</style>
border-color css
<style>
span { border-color: #20D53D; }
span { border-color: rgb(32,213,61); }
td.TdClassName
{
border-color: #20D53D;
}
.TagClassName
{
border-color: #20D53D;
}
</style>