Shades of Lime Green #20D73D
Tints of Lime Green #20D73D
RGB
CMYK
RGB Variations
Color information
#20D73D (or 0x20D73D) is known color: Lime Green. HEX triplet: 20, D7 and 3D. RGB value is (32,215,61). Sum of RGB (Red+Green+Blue) = 32+215+61=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 215 (84.38% from 255 or 69.81% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 215 - color contains mainly: green. Hex color #20D73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D73D is #DF28C2. Grayscale: #8F8F8F. Windows color (decimal): -14624963 or 4052768. OLE color: 4052768.
HSL color Cylindrical-coordinate representation of color #20D73D: hue angle of 129.51º 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 #20D73D is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 61 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.16 |
| HSL | 129.51º | 0.74% | 0.48% | - |
| HSV(B) | 129.51º | 0.85% | 0.84% | - |
| XYZ | 25.74 | 49.24 | 12.56 | - |
| YUV | 142.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 61 | 0.85 | 0 | 0.72 | 0.16 | 129.51 | 0.74 | 0.48 |
| Hex | 20 | D7 | 3D | 55 | 0 | 48 | 10 | 82 | 4A | 30 |
| Octal | 40 | 327 | 75 | 125 | 0 | 110 | 20 | 202 | 112 | 60 |
| Binary | 100000 | 11010111 | 111101 | 1010101 | 0 | 1001000 | 10000 | 10000010 | 1001010 | 110000 |
Color Harmonies of #20D73D
Complementary color
Monochromatic Colors of #20D73D
Black with #20D73D
Text Example
Text Example
White with #20D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D73D; }
p { color: rgb(32,215,61); }
H1.HeaderClassName
{
color: #20D73D;
}
.AnyTagClassName
{
color: #20D73D;
}
</style>
background-color css
<style>
a { background-color: #20D73D; }
a { background-color: rgb(32,215,61); }
div.DivClassName
{
background-color: #20D73D;
}
.BgClassName
{
background-color: #20D73D;
}
</style>
border-color css
<style>
span { border-color: #20D73D; }
span { border-color: rgb(32,215,61); }
td.TdClassName
{
border-color: #20D73D;
}
.TagClassName
{
border-color: #20D73D;
}
</style>