Shades of Lime Green #2BBA37
Tints of Lime Green #2BBA37
RGB
CMYK
RGB Variations
Color information
#2BBA37 (or 0x2BBA37) is known color: Lime Green. HEX triplet: 2B, BA and 37. RGB value is (43,186,55). Sum of RGB (Red+Green+Blue) = 43+186+55=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA37 is #D445C8. Grayscale: #808080. Windows color (decimal): -13911497 or 3652139. OLE color: 3652139.
HSL color Cylindrical-coordinate representation of color #2BBA37: hue angle of 125.03º degrees, saturation: 0.62, 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 #2BBA37 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 55 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.27 |
| HSL | 125.04º | 0.62% | 0.45% | - |
| HSV(B) | 125.04º | 0.77% | 0.73% | - |
| XYZ | 19.24 | 35.91 | 9.53 | - |
| YUV | 128.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 55 | 0.77 | 0 | 0.70 | 0.27 | 125.04 | 0.62 | 0.45 |
| Hex | 2B | BA | 37 | 4D | 0 | 46 | 1B | 7D | 3E | 2D |
| Octal | 53 | 272 | 67 | 115 | 0 | 106 | 33 | 175 | 76 | 55 |
| Binary | 101011 | 10111010 | 110111 | 1001101 | 0 | 1000110 | 11011 | 1111101 | 111110 | 101101 |
Color Harmonies of #2BBA37
Complementary color
Monochromatic Colors of #2BBA37
Black with #2BBA37
Text Example
Text Example
White with #2BBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA37; }
p { color: rgb(43,186,55); }
H1.HeaderClassName
{
color: #2BBA37;
}
.AnyTagClassName
{
color: #2BBA37;
}
</style>
background-color css
<style>
a { background-color: #2BBA37; }
a { background-color: rgb(43,186,55); }
div.DivClassName
{
background-color: #2BBA37;
}
.BgClassName
{
background-color: #2BBA37;
}
</style>
border-color css
<style>
span { border-color: #2BBA37; }
span { border-color: rgb(43,186,55); }
td.TdClassName
{
border-color: #2BBA37;
}
.TagClassName
{
border-color: #2BBA37;
}
</style>