Shades of Lime Green #2BB241
Tints of Lime Green #2BB241
RGB
CMYK
RGB Variations
Color information
#2BB241 (or 0x2BB241) is known color: Lime Green. HEX triplet: 2B, B2 and 41. RGB value is (43,178,65). Sum of RGB (Red+Green+Blue) = 43+178+65=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB241 is #D44DBE. Grayscale: #7D7D7D. Windows color (decimal): -13913535 or 4305451. OLE color: 4305451.
HSL color Cylindrical-coordinate representation of color #2BB241: hue angle of 129.78º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB241 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 65 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.30 |
| HSL | 129.78º | 0.61% | 0.43% | - |
| HSV(B) | 129.78º | 0.76% | 0.7% | - |
| XYZ | 17.87 | 32.74 | 10.38 | - |
| YUV | 124.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 65 | 0.76 | 0 | 0.63 | 0.30 | 129.78 | 0.61 | 0.43 |
| Hex | 2B | B2 | 41 | 4C | 0 | 3F | 1E | 82 | 3D | 2B |
| Octal | 53 | 262 | 101 | 114 | 0 | 77 | 36 | 202 | 75 | 53 |
| Binary | 101011 | 10110010 | 1000001 | 1001100 | 0 | 111111 | 11110 | 10000010 | 111101 | 101011 |
Color Harmonies of #2BB241
Complementary color
Monochromatic Colors of #2BB241
Black with #2BB241
Text Example
Text Example
White with #2BB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB241; }
p { color: rgb(43,178,65); }
H1.HeaderClassName
{
color: #2BB241;
}
.AnyTagClassName
{
color: #2BB241;
}
</style>
background-color css
<style>
a { background-color: #2BB241; }
a { background-color: rgb(43,178,65); }
div.DivClassName
{
background-color: #2BB241;
}
.BgClassName
{
background-color: #2BB241;
}
</style>
border-color css
<style>
span { border-color: #2BB241; }
span { border-color: rgb(43,178,65); }
td.TdClassName
{
border-color: #2BB241;
}
.TagClassName
{
border-color: #2BB241;
}
</style>