Shades of Lime Green #2BB443
Tints of Lime Green #2BB443
RGB
CMYK
RGB Variations
Color information
#2BB443 (or 0x2BB443) is known color: Lime Green. HEX triplet: 2B, B4 and 43. RGB value is (43,180,67). Sum of RGB (Red+Green+Blue) = 43+180+67=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB443 is #D44BBC. Grayscale: #7E7E7E. Windows color (decimal): -13913021 or 4437035. OLE color: 4437035.
HSL color Cylindrical-coordinate representation of color #2BB443: hue angle of 130.51º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB443 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 67 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.29 |
| HSL | 130.51º | 0.61% | 0.44% | - |
| HSV(B) | 130.51º | 0.76% | 0.71% | - |
| XYZ | 18.33 | 33.56 | 10.82 | - |
| YUV | 126.16 | 94.61 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 67 | 0.76 | 0 | 0.63 | 0.29 | 130.51 | 0.61 | 0.44 |
| Hex | 2B | B4 | 43 | 4C | 0 | 3F | 1D | 83 | 3D | 2C |
| Octal | 53 | 264 | 103 | 114 | 0 | 77 | 35 | 203 | 75 | 54 |
| Binary | 101011 | 10110100 | 1000011 | 1001100 | 0 | 111111 | 11101 | 10000011 | 111101 | 101100 |
Color Harmonies of #2BB443
Complementary color
Monochromatic Colors of #2BB443
Black with #2BB443
Text Example
Text Example
White with #2BB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB443; }
p { color: rgb(43,180,67); }
H1.HeaderClassName
{
color: #2BB443;
}
.AnyTagClassName
{
color: #2BB443;
}
</style>
background-color css
<style>
a { background-color: #2BB443; }
a { background-color: rgb(43,180,67); }
div.DivClassName
{
background-color: #2BB443;
}
.BgClassName
{
background-color: #2BB443;
}
</style>
border-color css
<style>
span { border-color: #2BB443; }
span { border-color: rgb(43,180,67); }
td.TdClassName
{
border-color: #2BB443;
}
.TagClassName
{
border-color: #2BB443;
}
</style>