Shades of Lime Green #2BAA33
Tints of Lime Green #2BAA33
RGB
CMYK
RGB Variations
Color information
#2BAA33 (or 0x2BAA33) is known color: Lime Green. HEX triplet: 2B, AA and 33. RGB value is (43,170,51). Sum of RGB (Red+Green+Blue) = 43+170+51=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA33 is #D455CC. Grayscale: #767676. Windows color (decimal): -13915597 or 3385899. OLE color: 3385899.
HSL color Cylindrical-coordinate representation of color #2BAA33: hue angle of 123.78º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA33 is Cyan = 0.75, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 51 | - |
| CMYK | 0.75 | 0 | 0.7 | 0.33 |
| HSL | 123.78º | 0.6% | 0.42% | - |
| HSV(B) | 123.78º | 0.75% | 0.67% | - |
| XYZ | 15.97 | 29.5 | 7.98 | - |
| YUV | 118.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 51 | 0.75 | 0 | 0.7 | 0.33 | 123.78 | 0.6 | 0.42 |
| Hex | 2B | AA | 33 | 4B | 0 | 46 | 21 | 7C | 3C | 2A |
| Octal | 53 | 252 | 63 | 113 | 0 | 106 | 41 | 174 | 74 | 52 |
| Binary | 101011 | 10101010 | 110011 | 1001011 | 0 | 1000110 | 100001 | 1111100 | 111100 | 101010 |
Color Harmonies of #2BAA33
Complementary color
Monochromatic Colors of #2BAA33
Black with #2BAA33
Text Example
Text Example
White with #2BAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA33; }
p { color: rgb(43,170,51); }
H1.HeaderClassName
{
color: #2BAA33;
}
.AnyTagClassName
{
color: #2BAA33;
}
</style>
background-color css
<style>
a { background-color: #2BAA33; }
a { background-color: rgb(43,170,51); }
div.DivClassName
{
background-color: #2BAA33;
}
.BgClassName
{
background-color: #2BAA33;
}
</style>
border-color css
<style>
span { border-color: #2BAA33; }
span { border-color: rgb(43,170,51); }
td.TdClassName
{
border-color: #2BAA33;
}
.TagClassName
{
border-color: #2BAA33;
}
</style>