Shades of Lime Green #2BBA20
Tints of Lime Green #2BBA20
RGB
CMYK
RGB Variations
Color information
#2BBA20 (or 0x2BBA20) is known color: Lime Green. HEX triplet: 2B, BA and 20. RGB value is (43,186,32). Sum of RGB (Red+Green+Blue) = 43+186+32=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA20 is #D445DF. Grayscale: #7E7E7E. Windows color (decimal): -13911520 or 2144811. OLE color: 2144811.
HSL color Cylindrical-coordinate representation of color #2BBA20: hue angle of 115.71º 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 #2BBA20 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 32 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.27 |
| HSL | 115.71º | 0.71% | 0.43% | - |
| HSV(B) | 115.71º | 0.83% | 0.73% | - |
| XYZ | 18.82 | 35.74 | 7.27 | - |
| YUV | 125.69 | 75.12 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 32 | 0.77 | 0 | 0.83 | 0.27 | 115.71 | 0.71 | 0.43 |
| Hex | 2B | BA | 20 | 4D | 0 | 53 | 1B | 74 | 47 | 2B |
| Octal | 53 | 272 | 40 | 115 | 0 | 123 | 33 | 164 | 107 | 53 |
| Binary | 101011 | 10111010 | 100000 | 1001101 | 0 | 1010011 | 11011 | 1110100 | 1000111 | 101011 |
Color Harmonies of #2BBA20
Complementary color
Monochromatic Colors of #2BBA20
Black with #2BBA20
Text Example
Text Example
White with #2BBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA20; }
p { color: rgb(43,186,32); }
H1.HeaderClassName
{
color: #2BBA20;
}
.AnyTagClassName
{
color: #2BBA20;
}
</style>
background-color css
<style>
a { background-color: #2BBA20; }
a { background-color: rgb(43,186,32); }
div.DivClassName
{
background-color: #2BBA20;
}
.BgClassName
{
background-color: #2BBA20;
}
</style>
border-color css
<style>
span { border-color: #2BBA20; }
span { border-color: rgb(43,186,32); }
td.TdClassName
{
border-color: #2BBA20;
}
.TagClassName
{
border-color: #2BBA20;
}
</style>