Shades of Lime Green #20D726
Tints of Lime Green #20D726
RGB
CMYK
RGB Variations
Color information
#20D726 (or 0x20D726) is known color: Lime Green. HEX triplet: 20, D7 and 26. RGB value is (32,215,38). Sum of RGB (Red+Green+Blue) = 32+215+38=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #20D726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D726 is #DF28D9. Grayscale: #8C8C8C. Windows color (decimal): -14624986 or 2545440. OLE color: 2545440.
HSL color Cylindrical-coordinate representation of color #20D726: hue angle of 121.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 #20D726 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 38 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.16 |
| HSL | 121.97º | 0.74% | 0.48% | - |
| HSV(B) | 121.97º | 0.85% | 0.84% | - |
| XYZ | 25.25 | 49.05 | 9.97 | - |
| YUV | 140.11 | 70.37 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 38 | 0.85 | 0 | 0.82 | 0.16 | 121.97 | 0.74 | 0.48 |
| Hex | 20 | D7 | 26 | 55 | 0 | 52 | 10 | 7A | 4A | 30 |
| Octal | 40 | 327 | 46 | 125 | 0 | 122 | 20 | 172 | 112 | 60 |
| Binary | 100000 | 11010111 | 100110 | 1010101 | 0 | 1010010 | 10000 | 1111010 | 1001010 | 110000 |
Color Harmonies of #20D726
Complementary color
Monochromatic Colors of #20D726
Black with #20D726
Text Example
Text Example
White with #20D726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D726; }
p { color: rgb(32,215,38); }
H1.HeaderClassName
{
color: #20D726;
}
.AnyTagClassName
{
color: #20D726;
}
</style>
background-color css
<style>
a { background-color: #20D726; }
a { background-color: rgb(32,215,38); }
div.DivClassName
{
background-color: #20D726;
}
.BgClassName
{
background-color: #20D726;
}
</style>
border-color css
<style>
span { border-color: #20D726; }
span { border-color: rgb(32,215,38); }
td.TdClassName
{
border-color: #20D726;
}
.TagClassName
{
border-color: #20D726;
}
</style>