Shades of Lime Green #20C932
Tints of Lime Green #20C932
RGB
CMYK
RGB Variations
Color information
#20C932 (or 0x20C932) is known color: Lime Green. HEX triplet: 20, C9 and 32. RGB value is (32,201,50). Sum of RGB (Red+Green+Blue) = 32+201+50=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 201 (78.91% from 255 or 71.02% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 201 - color contains mainly: green. Hex color #20C932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C932 is #DF36CD. Grayscale: #858585. Windows color (decimal): -14628558 or 3328288. OLE color: 3328288.
HSL color Cylindrical-coordinate representation of color #20C932: hue angle of 126.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C932 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 50 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.21 |
| HSL | 126.39º | 0.73% | 0.46% | - |
| HSV(B) | 126.39º | 0.84% | 0.79% | - |
| XYZ | 22.06 | 42.31 | 10.02 | - |
| YUV | 133.26 | 81.01 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 50 | 0.84 | 0 | 0.75 | 0.21 | 126.39 | 0.73 | 0.46 |
| Hex | 20 | C9 | 32 | 54 | 0 | 4B | 15 | 7E | 49 | 2E |
| Octal | 40 | 311 | 62 | 124 | 0 | 113 | 25 | 176 | 111 | 56 |
| Binary | 100000 | 11001001 | 110010 | 1010100 | 0 | 1001011 | 10101 | 1111110 | 1001001 | 101110 |
Color Harmonies of #20C932
Complementary color
Monochromatic Colors of #20C932
Black with #20C932
Text Example
Text Example
White with #20C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C932; }
p { color: rgb(32,201,50); }
H1.HeaderClassName
{
color: #20C932;
}
.AnyTagClassName
{
color: #20C932;
}
</style>
background-color css
<style>
a { background-color: #20C932; }
a { background-color: rgb(32,201,50); }
div.DivClassName
{
background-color: #20C932;
}
.BgClassName
{
background-color: #20C932;
}
</style>
border-color css
<style>
span { border-color: #20C932; }
span { border-color: rgb(32,201,50); }
td.TdClassName
{
border-color: #20C932;
}
.TagClassName
{
border-color: #20C932;
}
</style>