Shades of Lime Green #20BA2B
Tints of Lime Green #20BA2B
RGB
CMYK
RGB Variations
Color information
#20BA2B (or 0x20BA2B) is known color: Lime Green. HEX triplet: 20, BA and 2B. RGB value is (32,186,43). Sum of RGB (Red+Green+Blue) = 32+186+43=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA2B is #DF45D4. Grayscale: #7C7C7C. Windows color (decimal): -14632405 or 2865696. OLE color: 2865696.
HSL color Cylindrical-coordinate representation of color #20BA2B: hue angle of 124.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA2B is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 43 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.27 |
| HSL | 124.29º | 0.71% | 0.43% | - |
| HSV(B) | 124.29º | 0.83% | 0.73% | - |
| XYZ | 18.59 | 35.6 | 8.18 | - |
| YUV | 123.65 | 82.48 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 43 | 0.83 | 0 | 0.77 | 0.27 | 124.29 | 0.71 | 0.43 |
| Hex | 20 | BA | 2B | 53 | 0 | 4D | 1B | 7C | 47 | 2B |
| Octal | 40 | 272 | 53 | 123 | 0 | 115 | 33 | 174 | 107 | 53 |
| Binary | 100000 | 10111010 | 101011 | 1010011 | 0 | 1001101 | 11011 | 1111100 | 1000111 | 101011 |
Color Harmonies of #20BA2B
Complementary color
Monochromatic Colors of #20BA2B
Black with #20BA2B
Text Example
Text Example
White with #20BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA2B; }
p { color: rgb(32,186,43); }
H1.HeaderClassName
{
color: #20BA2B;
}
.AnyTagClassName
{
color: #20BA2B;
}
</style>
background-color css
<style>
a { background-color: #20BA2B; }
a { background-color: rgb(32,186,43); }
div.DivClassName
{
background-color: #20BA2B;
}
.BgClassName
{
background-color: #20BA2B;
}
</style>
border-color css
<style>
span { border-color: #20BA2B; }
span { border-color: rgb(32,186,43); }
td.TdClassName
{
border-color: #20BA2B;
}
.TagClassName
{
border-color: #20BA2B;
}
</style>