Shades of Lime Green #2BB343
Tints of Lime Green #2BB343
RGB
CMYK
RGB Variations
Color information
#2BB343 (or 0x2BB343) is known color: Lime Green. HEX triplet: 2B, B3 and 43. RGB value is (43,179,67). Sum of RGB (Red+Green+Blue) = 43+179+67=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB343 is #D44CBC. Grayscale: #7D7D7D. Windows color (decimal): -13913277 or 4436779. OLE color: 4436779.
HSL color Cylindrical-coordinate representation of color #2BB343: hue angle of 130.59º 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 #2BB343 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 67 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.30 |
| HSL | 130.59º | 0.61% | 0.44% | - |
| HSV(B) | 130.59º | 0.76% | 0.7% | - |
| XYZ | 18.13 | 33.16 | 10.76 | - |
| YUV | 125.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 67 | 0.76 | 0 | 0.63 | 0.30 | 130.59 | 0.61 | 0.44 |
| Hex | 2B | B3 | 43 | 4C | 0 | 3F | 1E | 83 | 3D | 2C |
| Octal | 53 | 263 | 103 | 114 | 0 | 77 | 36 | 203 | 75 | 54 |
| Binary | 101011 | 10110011 | 1000011 | 1001100 | 0 | 111111 | 11110 | 10000011 | 111101 | 101100 |
Color Harmonies of #2BB343
Complementary color
Monochromatic Colors of #2BB343
Black with #2BB343
Text Example
Text Example
White with #2BB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB343; }
p { color: rgb(43,179,67); }
H1.HeaderClassName
{
color: #2BB343;
}
.AnyTagClassName
{
color: #2BB343;
}
</style>
background-color css
<style>
a { background-color: #2BB343; }
a { background-color: rgb(43,179,67); }
div.DivClassName
{
background-color: #2BB343;
}
.BgClassName
{
background-color: #2BB343;
}
</style>
border-color css
<style>
span { border-color: #2BB343; }
span { border-color: rgb(43,179,67); }
td.TdClassName
{
border-color: #2BB343;
}
.TagClassName
{
border-color: #2BB343;
}
</style>