Shades of Lime Green #20D624
Tints of Lime Green #20D624
RGB
CMYK
RGB Variations
Color information
#20D624 (or 0x20D624) is known color: Lime Green. HEX triplet: 20, D6 and 24. RGB value is (32,214,36). Sum of RGB (Red+Green+Blue) = 32+214+36=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #20D624 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D624 is #DF29DB. Grayscale: #8B8B8B. Windows color (decimal): -14625244 or 2414112. OLE color: 2414112.
HSL color Cylindrical-coordinate representation of color #20D624: hue angle of 121.32º 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 #20D624 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 36 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.16 |
| HSL | 121.32º | 0.74% | 0.48% | - |
| HSV(B) | 121.32º | 0.85% | 0.84% | - |
| XYZ | 24.96 | 48.53 | 9.72 | - |
| YUV | 139.29 | 69.7 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 36 | 0.85 | 0 | 0.83 | 0.16 | 121.32 | 0.74 | 0.48 |
| Hex | 20 | D6 | 24 | 55 | 0 | 53 | 10 | 79 | 4A | 30 |
| Octal | 40 | 326 | 44 | 125 | 0 | 123 | 20 | 171 | 112 | 60 |
| Binary | 100000 | 11010110 | 100100 | 1010101 | 0 | 1010011 | 10000 | 1111001 | 1001010 | 110000 |
Color Harmonies of #20D624
Complementary color
Monochromatic Colors of #20D624
Black with #20D624
Text Example
Text Example
White with #20D624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D624; }
p { color: rgb(32,214,36); }
H1.HeaderClassName
{
color: #20D624;
}
.AnyTagClassName
{
color: #20D624;
}
</style>
background-color css
<style>
a { background-color: #20D624; }
a { background-color: rgb(32,214,36); }
div.DivClassName
{
background-color: #20D624;
}
.BgClassName
{
background-color: #20D624;
}
</style>
border-color css
<style>
span { border-color: #20D624; }
span { border-color: rgb(32,214,36); }
td.TdClassName
{
border-color: #20D624;
}
.TagClassName
{
border-color: #20D624;
}
</style>