Shades of Lime Green #20B220
Tints of Lime Green #20B220
RGB
CMYK
RGB Variations
Color information
#20B220 (or 0x20B220) is known color: Lime Green. HEX triplet: 20, B2 and 20. RGB value is (32,178,32). Sum of RGB (Red+Green+Blue) = 32+178+32=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #20B220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B220 is #DF4DDF. Grayscale: #767676. Windows color (decimal): -14634464 or 2142752. OLE color: 2142752.
HSL color Cylindrical-coordinate representation of color #20B220: hue angle of 120º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B220 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 32 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.30 |
| HSL | 120º | 0.7% | 0.41% | - |
| HSV(B) | 120º | 0.82% | 0.7% | - |
| XYZ | 16.78 | 32.25 | 6.71 | - |
| YUV | 117.7 | 79.63 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 32 | 0.82 | 0 | 0.82 | 0.30 | 120 | 0.7 | 0.41 |
| Hex | 20 | B2 | 20 | 52 | 0 | 52 | 1E | 78 | 46 | 29 |
| Octal | 40 | 262 | 40 | 122 | 0 | 122 | 36 | 170 | 106 | 51 |
| Binary | 100000 | 10110010 | 100000 | 1010010 | 0 | 1010010 | 11110 | 1111000 | 1000110 | 101001 |
Color Harmonies of #20B220
Complementary color
Monochromatic Colors of #20B220
Black with #20B220
Text Example
Text Example
White with #20B220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B220; }
p { color: rgb(32,178,32); }
H1.HeaderClassName
{
color: #20B220;
}
.AnyTagClassName
{
color: #20B220;
}
</style>
background-color css
<style>
a { background-color: #20B220; }
a { background-color: rgb(32,178,32); }
div.DivClassName
{
background-color: #20B220;
}
.BgClassName
{
background-color: #20B220;
}
</style>
border-color css
<style>
span { border-color: #20B220; }
span { border-color: rgb(32,178,32); }
td.TdClassName
{
border-color: #20B220;
}
.TagClassName
{
border-color: #20B220;
}
</style>