Shades of Lime Green #2BB32E
Tints of Lime Green #2BB32E
RGB
CMYK
RGB Variations
Color information
#2BB32E (or 0x2BB32E) is known color: Lime Green. HEX triplet: 2B, B3 and 2E. RGB value is (43,179,46). Sum of RGB (Red+Green+Blue) = 43+179+46=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB32E is #D44CD1. Grayscale: #7B7B7B. Windows color (decimal): -13913298 or 3060523. OLE color: 3060523.
HSL color Cylindrical-coordinate representation of color #2BB32E: hue angle of 121.32º 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 #2BB32E is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 46 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.30 |
| HSL | 121.32º | 0.61% | 0.44% | - |
| HSV(B) | 121.32º | 0.76% | 0.7% | - |
| XYZ | 17.61 | 32.95 | 8.02 | - |
| YUV | 123.17 | 84.44 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 46 | 0.76 | 0 | 0.74 | 0.30 | 121.32 | 0.61 | 0.44 |
| Hex | 2B | B3 | 2E | 4C | 0 | 4A | 1E | 79 | 3D | 2C |
| Octal | 53 | 263 | 56 | 114 | 0 | 112 | 36 | 171 | 75 | 54 |
| Binary | 101011 | 10110011 | 101110 | 1001100 | 0 | 1001010 | 11110 | 1111001 | 111101 | 101100 |
Color Harmonies of #2BB32E
Complementary color
Monochromatic Colors of #2BB32E
Black with #2BB32E
Text Example
Text Example
White with #2BB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB32E; }
p { color: rgb(43,179,46); }
H1.HeaderClassName
{
color: #2BB32E;
}
.AnyTagClassName
{
color: #2BB32E;
}
</style>
background-color css
<style>
a { background-color: #2BB32E; }
a { background-color: rgb(43,179,46); }
div.DivClassName
{
background-color: #2BB32E;
}
.BgClassName
{
background-color: #2BB32E;
}
</style>
border-color css
<style>
span { border-color: #2BB32E; }
span { border-color: rgb(43,179,46); }
td.TdClassName
{
border-color: #2BB32E;
}
.TagClassName
{
border-color: #2BB32E;
}
</style>