Shades of Lime Green #2BBA41
Tints of Lime Green #2BBA41
RGB
CMYK
RGB Variations
Color information
#2BBA41 (or 0x2BBA41) is known color: Lime Green. HEX triplet: 2B, BA and 41. RGB value is (43,186,65). Sum of RGB (Red+Green+Blue) = 43+186+65=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA41 is #D445BE. Grayscale: #818181. Windows color (decimal): -13911487 or 4307499. OLE color: 4307499.
HSL color Cylindrical-coordinate representation of color #2BBA41: hue angle of 129.23º 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 #2BBA41 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 65 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.27 |
| HSL | 129.23º | 0.62% | 0.45% | - |
| HSV(B) | 129.23º | 0.77% | 0.73% | - |
| XYZ | 19.51 | 36.01 | 10.92 | - |
| YUV | 129.45 | 91.62 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 65 | 0.77 | 0 | 0.65 | 0.27 | 129.23 | 0.62 | 0.45 |
| Hex | 2B | BA | 41 | 4D | 0 | 41 | 1B | 81 | 3E | 2D |
| Octal | 53 | 272 | 101 | 115 | 0 | 101 | 33 | 201 | 76 | 55 |
| Binary | 101011 | 10111010 | 1000001 | 1001101 | 0 | 1000001 | 11011 | 10000001 | 111110 | 101101 |
Color Harmonies of #2BBA41
Complementary color
Monochromatic Colors of #2BBA41
Black with #2BBA41
Text Example
Text Example
White with #2BBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA41; }
p { color: rgb(43,186,65); }
H1.HeaderClassName
{
color: #2BBA41;
}
.AnyTagClassName
{
color: #2BBA41;
}
</style>
background-color css
<style>
a { background-color: #2BBA41; }
a { background-color: rgb(43,186,65); }
div.DivClassName
{
background-color: #2BBA41;
}
.BgClassName
{
background-color: #2BBA41;
}
</style>
border-color css
<style>
span { border-color: #2BBA41; }
span { border-color: rgb(43,186,65); }
td.TdClassName
{
border-color: #2BBA41;
}
.TagClassName
{
border-color: #2BBA41;
}
</style>