Shades of Lime Green #2BB32F
Tints of Lime Green #2BB32F
RGB
CMYK
RGB Variations
Color information
#2BB32F (or 0x2BB32F) is known color: Lime Green. HEX triplet: 2B, B3 and 2F. RGB value is (43,179,47). Sum of RGB (Red+Green+Blue) = 43+179+47=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB32F is #D44CD0. Grayscale: #7B7B7B. Windows color (decimal): -13913297 or 3126059. OLE color: 3126059.
HSL color Cylindrical-coordinate representation of color #2BB32F: hue angle of 121.76º 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 #2BB32F is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 47 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.30 |
| HSL | 121.76º | 0.61% | 0.44% | - |
| HSV(B) | 121.76º | 0.76% | 0.7% | - |
| XYZ | 17.63 | 32.96 | 8.12 | - |
| YUV | 123.29 | 84.94 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 47 | 0.76 | 0 | 0.74 | 0.30 | 121.76 | 0.61 | 0.44 |
| Hex | 2B | B3 | 2F | 4C | 0 | 4A | 1E | 7A | 3D | 2C |
| Octal | 53 | 263 | 57 | 114 | 0 | 112 | 36 | 172 | 75 | 54 |
| Binary | 101011 | 10110011 | 101111 | 1001100 | 0 | 1001010 | 11110 | 1111010 | 111101 | 101100 |
Color Harmonies of #2BB32F
Complementary color
Monochromatic Colors of #2BB32F
Black with #2BB32F
Text Example
Text Example
White with #2BB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB32F; }
p { color: rgb(43,179,47); }
H1.HeaderClassName
{
color: #2BB32F;
}
.AnyTagClassName
{
color: #2BB32F;
}
</style>
background-color css
<style>
a { background-color: #2BB32F; }
a { background-color: rgb(43,179,47); }
div.DivClassName
{
background-color: #2BB32F;
}
.BgClassName
{
background-color: #2BB32F;
}
</style>
border-color css
<style>
span { border-color: #2BB32F; }
span { border-color: rgb(43,179,47); }
td.TdClassName
{
border-color: #2BB32F;
}
.TagClassName
{
border-color: #2BB32F;
}
</style>