Shades of Lime Green #20CC32
Tints of Lime Green #20CC32
RGB
CMYK
RGB Variations
Color information
#20CC32 (or 0x20CC32) is known color: Lime Green. HEX triplet: 20, CC and 32. RGB value is (32,204,50). Sum of RGB (Red+Green+Blue) = 32+204+50=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC32 is #DF33CD. Grayscale: #878787. Windows color (decimal): -14627790 or 3329056. OLE color: 3329056.
HSL color Cylindrical-coordinate representation of color #20CC32: hue angle of 126.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC32 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 50 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.2 |
| HSL | 126.28º | 0.73% | 0.46% | - |
| HSV(B) | 126.28º | 0.84% | 0.8% | - |
| XYZ | 22.76 | 43.72 | 10.26 | - |
| YUV | 135.02 | 80.02 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 50 | 0.84 | 0 | 0.75 | 0.2 | 126.28 | 0.73 | 0.46 |
| Hex | 20 | CC | 32 | 54 | 0 | 4B | 14 | 7E | 49 | 2E |
| Octal | 40 | 314 | 62 | 124 | 0 | 113 | 24 | 176 | 111 | 56 |
| Binary | 100000 | 11001100 | 110010 | 1010100 | 0 | 1001011 | 10100 | 1111110 | 1001001 | 101110 |
Color Harmonies of #20CC32
Complementary color
Monochromatic Colors of #20CC32
Black with #20CC32
Text Example
Text Example
White with #20CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC32; }
p { color: rgb(32,204,50); }
H1.HeaderClassName
{
color: #20CC32;
}
.AnyTagClassName
{
color: #20CC32;
}
</style>
background-color css
<style>
a { background-color: #20CC32; }
a { background-color: rgb(32,204,50); }
div.DivClassName
{
background-color: #20CC32;
}
.BgClassName
{
background-color: #20CC32;
}
</style>
border-color css
<style>
span { border-color: #20CC32; }
span { border-color: rgb(32,204,50); }
td.TdClassName
{
border-color: #20CC32;
}
.TagClassName
{
border-color: #20CC32;
}
</style>