Shades of Lime Green #2BBB49
Tints of Lime Green #2BBB49
RGB
CMYK
RGB Variations
Color information
#2BBB49 (or 0x2BBB49) is known color: Lime Green. HEX triplet: 2B, BB and 49. RGB value is (43,187,73). Sum of RGB (Red+Green+Blue) = 43+187+73=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB49 is #D444B6. Grayscale: #838383. Windows color (decimal): -13911223 or 4832043. OLE color: 4832043.
HSL color Cylindrical-coordinate representation of color #2BBB49: hue angle of 132.5º 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 #2BBB49 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 73 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.27 |
| HSL | 132.5º | 0.63% | 0.45% | - |
| HSV(B) | 132.5º | 0.77% | 0.73% | - |
| XYZ | 19.97 | 36.54 | 12.3 | - |
| YUV | 130.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 73 | 0.77 | 0 | 0.61 | 0.27 | 132.5 | 0.63 | 0.45 |
| Hex | 2B | BB | 49 | 4D | 0 | 3D | 1B | 84 | 3F | 2D |
| Octal | 53 | 273 | 111 | 115 | 0 | 75 | 33 | 204 | 77 | 55 |
| Binary | 101011 | 10111011 | 1001001 | 1001101 | 0 | 111101 | 11011 | 10000100 | 111111 | 101101 |
Color Harmonies of #2BBB49
Complementary color
Monochromatic Colors of #2BBB49
Black with #2BBB49
Text Example
Text Example
White with #2BBB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB49; }
p { color: rgb(43,187,73); }
H1.HeaderClassName
{
color: #2BBB49;
}
.AnyTagClassName
{
color: #2BBB49;
}
</style>
background-color css
<style>
a { background-color: #2BBB49; }
a { background-color: rgb(43,187,73); }
div.DivClassName
{
background-color: #2BBB49;
}
.BgClassName
{
background-color: #2BBB49;
}
</style>
border-color css
<style>
span { border-color: #2BBB49; }
span { border-color: rgb(43,187,73); }
td.TdClassName
{
border-color: #2BBB49;
}
.TagClassName
{
border-color: #2BBB49;
}
</style>