Shades of Lime Green #20B126
Tints of Lime Green #20B126
RGB
CMYK
RGB Variations
Color information
#20B126 (or 0x20B126) is known color: Lime Green. HEX triplet: 20, B1 and 26. RGB value is (32,177,38). Sum of RGB (Red+Green+Blue) = 32+177+38=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #20B126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B126 is #DF4ED9. Grayscale: #767676. Windows color (decimal): -14634714 or 2535712. OLE color: 2535712.
HSL color Cylindrical-coordinate representation of color #20B126: hue angle of 122.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B126 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 177 | 38 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.31 |
| HSL | 122.48º | 0.69% | 0.41% | - |
| HSV(B) | 122.48º | 0.82% | 0.69% | - |
| XYZ | 16.67 | 31.89 | 7.11 | - |
| YUV | 117.8 | 82.96 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 177 | 38 | 0.82 | 0 | 0.79 | 0.31 | 122.48 | 0.69 | 0.41 |
| Hex | 20 | B1 | 26 | 52 | 0 | 4F | 1F | 7A | 45 | 29 |
| Octal | 40 | 261 | 46 | 122 | 0 | 117 | 37 | 172 | 105 | 51 |
| Binary | 100000 | 10110001 | 100110 | 1010010 | 0 | 1001111 | 11111 | 1111010 | 1000101 | 101001 |
Color Harmonies of #20B126
Complementary color
Monochromatic Colors of #20B126
Black with #20B126
Text Example
Text Example
White with #20B126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B126; }
p { color: rgb(32,177,38); }
H1.HeaderClassName
{
color: #20B126;
}
.AnyTagClassName
{
color: #20B126;
}
</style>
background-color css
<style>
a { background-color: #20B126; }
a { background-color: rgb(32,177,38); }
div.DivClassName
{
background-color: #20B126;
}
.BgClassName
{
background-color: #20B126;
}
</style>
border-color css
<style>
span { border-color: #20B126; }
span { border-color: rgb(32,177,38); }
td.TdClassName
{
border-color: #20B126;
}
.TagClassName
{
border-color: #20B126;
}
</style>