Shades of Lime Green #2BB224
Tints of Lime Green #2BB224
RGB
CMYK
RGB Variations
Color information
#2BB224 (or 0x2BB224) is known color: Lime Green. HEX triplet: 2B, B2 and 24. RGB value is (43,178,36). Sum of RGB (Red+Green+Blue) = 43+178+36=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 178 (69.92% from 255 or 69.26% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB224 is #D44DDB. Grayscale: #797979. Windows color (decimal): -13913564 or 2404907. OLE color: 2404907.
HSL color Cylindrical-coordinate representation of color #2BB224: hue angle of 117.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BB224 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 36 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.30 |
| HSL | 117.04º | 0.66% | 0.42% | - |
| HSV(B) | 117.04º | 0.8% | 0.7% | - |
| XYZ | 17.24 | 32.48 | 7.03 | - |
| YUV | 121.45 | 79.77 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 36 | 0.76 | 0 | 0.80 | 0.30 | 117.04 | 0.66 | 0.42 |
| Hex | 2B | B2 | 24 | 4C | 0 | 50 | 1E | 75 | 42 | 2A |
| Octal | 53 | 262 | 44 | 114 | 0 | 120 | 36 | 165 | 102 | 52 |
| Binary | 101011 | 10110010 | 100100 | 1001100 | 0 | 1010000 | 11110 | 1110101 | 1000010 | 101010 |
Color Harmonies of #2BB224
Complementary color
Monochromatic Colors of #2BB224
Black with #2BB224
Text Example
Text Example
White with #2BB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB224; }
p { color: rgb(43,178,36); }
H1.HeaderClassName
{
color: #2BB224;
}
.AnyTagClassName
{
color: #2BB224;
}
</style>
background-color css
<style>
a { background-color: #2BB224; }
a { background-color: rgb(43,178,36); }
div.DivClassName
{
background-color: #2BB224;
}
.BgClassName
{
background-color: #2BB224;
}
</style>
border-color css
<style>
span { border-color: #2BB224; }
span { border-color: rgb(43,178,36); }
td.TdClassName
{
border-color: #2BB224;
}
.TagClassName
{
border-color: #2BB224;
}
</style>