Shades of Lime Green #2BB341
Tints of Lime Green #2BB341
RGB
CMYK
RGB Variations
Color information
#2BB341 (or 0x2BB341) is known color: Lime Green. HEX triplet: 2B, B3 and 41. RGB value is (43,179,65). Sum of RGB (Red+Green+Blue) = 43+179+65=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 179 (70.31% from 255 or 62.37% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB341 is #D44CBE. Grayscale: #7D7D7D. Windows color (decimal): -13913279 or 4305707. OLE color: 4305707.
HSL color Cylindrical-coordinate representation of color #2BB341: hue angle of 129.71º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB341 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 65 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.30 |
| HSL | 129.71º | 0.61% | 0.44% | - |
| HSV(B) | 129.71º | 0.76% | 0.7% | - |
| XYZ | 18.07 | 33.14 | 10.44 | - |
| YUV | 125.34 | 93.94 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 65 | 0.76 | 0 | 0.64 | 0.30 | 129.71 | 0.61 | 0.44 |
| Hex | 2B | B3 | 41 | 4C | 0 | 40 | 1E | 82 | 3D | 2C |
| Octal | 53 | 263 | 101 | 114 | 0 | 100 | 36 | 202 | 75 | 54 |
| Binary | 101011 | 10110011 | 1000001 | 1001100 | 0 | 1000000 | 11110 | 10000010 | 111101 | 101100 |
Color Harmonies of #2BB341
Complementary color
Monochromatic Colors of #2BB341
Black with #2BB341
Text Example
Text Example
White with #2BB341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB341; }
p { color: rgb(43,179,65); }
H1.HeaderClassName
{
color: #2BB341;
}
.AnyTagClassName
{
color: #2BB341;
}
</style>
background-color css
<style>
a { background-color: #2BB341; }
a { background-color: rgb(43,179,65); }
div.DivClassName
{
background-color: #2BB341;
}
.BgClassName
{
background-color: #2BB341;
}
</style>
border-color css
<style>
span { border-color: #2BB341; }
span { border-color: rgb(43,179,65); }
td.TdClassName
{
border-color: #2BB341;
}
.TagClassName
{
border-color: #2BB341;
}
</style>