Shades of Lime Green #2BB032
Tints of Lime Green #2BB032
RGB
CMYK
RGB Variations
Color information
#2BB032 (or 0x2BB032) is known color: Lime Green. HEX triplet: 2B, B0 and 32. RGB value is (43,176,50). Sum of RGB (Red+Green+Blue) = 43+176+50=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 176 (69.14% from 255 or 65.43% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB032 is #D44FCD. Grayscale: #7A7A7A. Windows color (decimal): -13914062 or 3321899. OLE color: 3321899.
HSL color Cylindrical-coordinate representation of color #2BB032: hue angle of 123.16º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB032 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 50 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.31 |
| HSL | 123.16º | 0.61% | 0.43% | - |
| HSV(B) | 123.16º | 0.76% | 0.69% | - |
| XYZ | 17.1 | 31.79 | 8.25 | - |
| YUV | 121.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 50 | 0.76 | 0 | 0.72 | 0.31 | 123.16 | 0.61 | 0.43 |
| Hex | 2B | B0 | 32 | 4C | 0 | 48 | 1F | 7B | 3D | 2B |
| Octal | 53 | 260 | 62 | 114 | 0 | 110 | 37 | 173 | 75 | 53 |
| Binary | 101011 | 10110000 | 110010 | 1001100 | 0 | 1001000 | 11111 | 1111011 | 111101 | 101011 |
Color Harmonies of #2BB032
Complementary color
Monochromatic Colors of #2BB032
Black with #2BB032
Text Example
Text Example
White with #2BB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB032; }
p { color: rgb(43,176,50); }
H1.HeaderClassName
{
color: #2BB032;
}
.AnyTagClassName
{
color: #2BB032;
}
</style>
background-color css
<style>
a { background-color: #2BB032; }
a { background-color: rgb(43,176,50); }
div.DivClassName
{
background-color: #2BB032;
}
.BgClassName
{
background-color: #2BB032;
}
</style>
border-color css
<style>
span { border-color: #2BB032; }
span { border-color: rgb(43,176,50); }
td.TdClassName
{
border-color: #2BB032;
}
.TagClassName
{
border-color: #2BB032;
}
</style>