Shades of Lime Green #2BBA46
Tints of Lime Green #2BBA46
RGB
CMYK
RGB Variations
Color information
#2BBA46 (or 0x2BBA46) is known color: Lime Green. HEX triplet: 2B, BA and 46. RGB value is (43,186,70). Sum of RGB (Red+Green+Blue) = 43+186+70=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA46 is #D445B9. Grayscale: #828282. Windows color (decimal): -13911482 or 4635179. OLE color: 4635179.
HSL color Cylindrical-coordinate representation of color #2BBA46: hue angle of 131.33º 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 #2BBA46 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 70 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.27 |
| HSL | 131.33º | 0.62% | 0.45% | - |
| HSV(B) | 131.33º | 0.77% | 0.73% | - |
| XYZ | 19.66 | 36.07 | 11.72 | - |
| YUV | 130.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 70 | 0.77 | 0 | 0.62 | 0.27 | 131.33 | 0.62 | 0.45 |
| Hex | 2B | BA | 46 | 4D | 0 | 3E | 1B | 83 | 3E | 2D |
| Octal | 53 | 272 | 106 | 115 | 0 | 76 | 33 | 203 | 76 | 55 |
| Binary | 101011 | 10111010 | 1000110 | 1001101 | 0 | 111110 | 11011 | 10000011 | 111110 | 101101 |
Color Harmonies of #2BBA46
Complementary color
Monochromatic Colors of #2BBA46
Black with #2BBA46
Text Example
Text Example
White with #2BBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA46; }
p { color: rgb(43,186,70); }
H1.HeaderClassName
{
color: #2BBA46;
}
.AnyTagClassName
{
color: #2BBA46;
}
</style>
background-color css
<style>
a { background-color: #2BBA46; }
a { background-color: rgb(43,186,70); }
div.DivClassName
{
background-color: #2BBA46;
}
.BgClassName
{
background-color: #2BBA46;
}
</style>
border-color css
<style>
span { border-color: #2BBA46; }
span { border-color: rgb(43,186,70); }
td.TdClassName
{
border-color: #2BBA46;
}
.TagClassName
{
border-color: #2BBA46;
}
</style>