Shades of Lime Green #2BB32B
Tints of Lime Green #2BB32B
RGB
CMYK
RGB Variations
Color information
#2BB32B (or 0x2BB32B) is known color: Lime Green. HEX triplet: 2B, B3 and 2B. RGB value is (43,179,43). Sum of RGB (Red+Green+Blue) = 43+179+43=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB32B is #D44CD4. Grayscale: #7B7B7B. Windows color (decimal): -13913301 or 2863915. OLE color: 2863915.
HSL color Cylindrical-coordinate representation of color #2BB32B: hue angle of 120º 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 #2BB32B is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 43 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.30 |
| HSL | 120º | 0.61% | 0.44% | - |
| HSV(B) | 120º | 0.76% | 0.7% | - |
| XYZ | 17.55 | 32.93 | 7.72 | - |
| YUV | 122.83 | 82.94 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 43 | 0.76 | 0 | 0.76 | 0.30 | 120 | 0.61 | 0.44 |
| Hex | 2B | B3 | 2B | 4C | 0 | 4C | 1E | 78 | 3D | 2C |
| Octal | 53 | 263 | 53 | 114 | 0 | 114 | 36 | 170 | 75 | 54 |
| Binary | 101011 | 10110011 | 101011 | 1001100 | 0 | 1001100 | 11110 | 1111000 | 111101 | 101100 |
Color Harmonies of #2BB32B
Complementary color
Monochromatic Colors of #2BB32B
Black with #2BB32B
Text Example
Text Example
White with #2BB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB32B; }
p { color: rgb(43,179,43); }
H1.HeaderClassName
{
color: #2BB32B;
}
.AnyTagClassName
{
color: #2BB32B;
}
</style>
background-color css
<style>
a { background-color: #2BB32B; }
a { background-color: rgb(43,179,43); }
div.DivClassName
{
background-color: #2BB32B;
}
.BgClassName
{
background-color: #2BB32B;
}
</style>
border-color css
<style>
span { border-color: #2BB32B; }
span { border-color: rgb(43,179,43); }
td.TdClassName
{
border-color: #2BB32B;
}
.TagClassName
{
border-color: #2BB32B;
}
</style>