Shades of Lime Green #20B616
Tints of Lime Green #20B616
RGB
CMYK
RGB Variations
Color information
#20B616 (or 0x20B616) is known color: Lime Green. HEX triplet: 20, B6 and 16. RGB value is (32,182,22). Sum of RGB (Red+Green+Blue) = 32+182+22=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 182 (71.48% from 255 or 77.12% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 182 - color contains mainly: green. Hex color #20B616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B616 is #DF49E9. Grayscale: #777777. Windows color (decimal): -14633450 or 1488416. OLE color: 1488416.
HSL color Cylindrical-coordinate representation of color #20B616: hue angle of 116.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20B616 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 22 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.29 |
| HSL | 116.25º | 0.78% | 0.4% | - |
| HSV(B) | 116.25º | 0.88% | 0.71% | - |
| XYZ | 17.47 | 33.82 | 6.37 | - |
| YUV | 118.91 | 73.31 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 22 | 0.82 | 0 | 0.88 | 0.29 | 116.25 | 0.78 | 0.4 |
| Hex | 20 | B6 | 16 | 52 | 0 | 58 | 1D | 74 | 4E | 28 |
| Octal | 40 | 266 | 26 | 122 | 0 | 130 | 35 | 164 | 116 | 50 |
| Binary | 100000 | 10110110 | 10110 | 1010010 | 0 | 1011000 | 11101 | 1110100 | 1001110 | 101000 |
Color Harmonies of #20B616
Complementary color
Monochromatic Colors of #20B616
Black with #20B616
Text Example
Text Example
White with #20B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B616; }
p { color: rgb(32,182,22); }
H1.HeaderClassName
{
color: #20B616;
}
.AnyTagClassName
{
color: #20B616;
}
</style>
background-color css
<style>
a { background-color: #20B616; }
a { background-color: rgb(32,182,22); }
div.DivClassName
{
background-color: #20B616;
}
.BgClassName
{
background-color: #20B616;
}
</style>
border-color css
<style>
span { border-color: #20B616; }
span { border-color: rgb(32,182,22); }
td.TdClassName
{
border-color: #20B616;
}
.TagClassName
{
border-color: #20B616;
}
</style>