Shades of Lime Green #2BBB3E
Tints of Lime Green #2BBB3E
RGB
CMYK
RGB Variations
Color information
#2BBB3E (or 0x2BBB3E) is known color: Lime Green. HEX triplet: 2B, BB and 3E. RGB value is (43,187,62). Sum of RGB (Red+Green+Blue) = 43+187+62=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB3E is #D444C1. Grayscale: #828282. Windows color (decimal): -13911234 or 4111147. OLE color: 4111147.
HSL color Cylindrical-coordinate representation of color #2BBB3E: hue angle of 127.92º 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 #2BBB3E is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 62 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.27 |
| HSL | 127.92º | 0.63% | 0.45% | - |
| HSV(B) | 127.92º | 0.77% | 0.73% | - |
| XYZ | 19.64 | 36.4 | 10.55 | - |
| YUV | 129.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 62 | 0.77 | 0 | 0.67 | 0.27 | 127.92 | 0.63 | 0.45 |
| Hex | 2B | BB | 3E | 4D | 0 | 43 | 1B | 80 | 3F | 2D |
| Octal | 53 | 273 | 76 | 115 | 0 | 103 | 33 | 200 | 77 | 55 |
| Binary | 101011 | 10111011 | 111110 | 1001101 | 0 | 1000011 | 11011 | 10000000 | 111111 | 101101 |
Color Harmonies of #2BBB3E
Complementary color
Monochromatic Colors of #2BBB3E
Black with #2BBB3E
Text Example
Text Example
White with #2BBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB3E; }
p { color: rgb(43,187,62); }
H1.HeaderClassName
{
color: #2BBB3E;
}
.AnyTagClassName
{
color: #2BBB3E;
}
</style>
background-color css
<style>
a { background-color: #2BBB3E; }
a { background-color: rgb(43,187,62); }
div.DivClassName
{
background-color: #2BBB3E;
}
.BgClassName
{
background-color: #2BBB3E;
}
</style>
border-color css
<style>
span { border-color: #2BBB3E; }
span { border-color: rgb(43,187,62); }
td.TdClassName
{
border-color: #2BBB3E;
}
.TagClassName
{
border-color: #2BBB3E;
}
</style>