Shades of Lime Green #20C721
Tints of Lime Green #20C721
RGB
CMYK
RGB Variations
Color information
#20C721 (or 0x20C721) is known color: Lime Green. HEX triplet: 20, C7 and 21. RGB value is (32,199,33). Sum of RGB (Red+Green+Blue) = 32+199+33=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 199 (78.12% from 255 or 75.38% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 199 - color contains mainly: green. Hex color #20C721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C721 is #DF38DE. Grayscale: #828282. Windows color (decimal): -14629087 or 2213664. OLE color: 2213664.
HSL color Cylindrical-coordinate representation of color #20C721: hue angle of 120.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C721 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 199 | 33 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.22 |
| HSL | 120.36º | 0.72% | 0.45% | - |
| HSV(B) | 120.36º | 0.84% | 0.78% | - |
| XYZ | 21.29 | 41.26 | 8.28 | - |
| YUV | 130.14 | 73.17 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 199 | 33 | 0.84 | 0 | 0.83 | 0.22 | 120.36 | 0.72 | 0.45 |
| Hex | 20 | C7 | 21 | 54 | 0 | 53 | 16 | 78 | 48 | 2D |
| Octal | 40 | 307 | 41 | 124 | 0 | 123 | 26 | 170 | 110 | 55 |
| Binary | 100000 | 11000111 | 100001 | 1010100 | 0 | 1010011 | 10110 | 1111000 | 1001000 | 101101 |
Color Harmonies of #20C721
Complementary color
Monochromatic Colors of #20C721
Black with #20C721
Text Example
Text Example
White with #20C721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C721; }
p { color: rgb(32,199,33); }
H1.HeaderClassName
{
color: #20C721;
}
.AnyTagClassName
{
color: #20C721;
}
</style>
background-color css
<style>
a { background-color: #20C721; }
a { background-color: rgb(32,199,33); }
div.DivClassName
{
background-color: #20C721;
}
.BgClassName
{
background-color: #20C721;
}
</style>
border-color css
<style>
span { border-color: #20C721; }
span { border-color: rgb(32,199,33); }
td.TdClassName
{
border-color: #20C721;
}
.TagClassName
{
border-color: #20C721;
}
</style>