Shades of Lime Green #2BBB47
Tints of Lime Green #2BBB47
RGB
CMYK
RGB Variations
Color information
#2BBB47 (or 0x2BBB47) is known color: Lime Green. HEX triplet: 2B, BB and 47. RGB value is (43,187,71). Sum of RGB (Red+Green+Blue) = 43+187+71=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB47 is #D444B8. Grayscale: #838383. Windows color (decimal): -13911225 or 4700971. OLE color: 4700971.
HSL color Cylindrical-coordinate representation of color #2BBB47: hue angle of 131.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB47 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 71 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.27 |
| HSL | 131.67º | 0.63% | 0.45% | - |
| HSV(B) | 131.67º | 0.77% | 0.73% | - |
| XYZ | 19.9 | 36.51 | 11.96 | - |
| YUV | 130.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 71 | 0.77 | 0 | 0.62 | 0.27 | 131.67 | 0.63 | 0.45 |
| Hex | 2B | BB | 47 | 4D | 0 | 3E | 1B | 84 | 3F | 2D |
| Octal | 53 | 273 | 107 | 115 | 0 | 76 | 33 | 204 | 77 | 55 |
| Binary | 101011 | 10111011 | 1000111 | 1001101 | 0 | 111110 | 11011 | 10000100 | 111111 | 101101 |
Color Harmonies of #2BBB47
Complementary color
Monochromatic Colors of #2BBB47
Black with #2BBB47
Text Example
Text Example
White with #2BBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB47; }
p { color: rgb(43,187,71); }
H1.HeaderClassName
{
color: #2BBB47;
}
.AnyTagClassName
{
color: #2BBB47;
}
</style>
background-color css
<style>
a { background-color: #2BBB47; }
a { background-color: rgb(43,187,71); }
div.DivClassName
{
background-color: #2BBB47;
}
.BgClassName
{
background-color: #2BBB47;
}
</style>
border-color css
<style>
span { border-color: #2BBB47; }
span { border-color: rgb(43,187,71); }
td.TdClassName
{
border-color: #2BBB47;
}
.TagClassName
{
border-color: #2BBB47;
}
</style>