Shades of Lime Green #2BB229
Tints of Lime Green #2BB229
RGB
CMYK
RGB Variations
Color information
#2BB229 (or 0x2BB229) is known color: Lime Green. HEX triplet: 2B, B2 and 29. RGB value is (43,178,41). Sum of RGB (Red+Green+Blue) = 43+178+41=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB229 is #D44DD6. Grayscale: #7A7A7A. Windows color (decimal): -13913559 or 2732587. OLE color: 2732587.
HSL color Cylindrical-coordinate representation of color #2BB229: hue angle of 119.12º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB229 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 41 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.30 |
| HSL | 119.12º | 0.63% | 0.43% | - |
| HSV(B) | 119.12º | 0.77% | 0.7% | - |
| XYZ | 17.32 | 32.51 | 7.46 | - |
| YUV | 122.02 | 82.27 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 41 | 0.76 | 0 | 0.77 | 0.30 | 119.12 | 0.63 | 0.43 |
| Hex | 2B | B2 | 29 | 4C | 0 | 4D | 1E | 77 | 3F | 2B |
| Octal | 53 | 262 | 51 | 114 | 0 | 115 | 36 | 167 | 77 | 53 |
| Binary | 101011 | 10110010 | 101001 | 1001100 | 0 | 1001101 | 11110 | 1110111 | 111111 | 101011 |
Color Harmonies of #2BB229
Complementary color
Monochromatic Colors of #2BB229
Black with #2BB229
Text Example
Text Example
White with #2BB229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB229; }
p { color: rgb(43,178,41); }
H1.HeaderClassName
{
color: #2BB229;
}
.AnyTagClassName
{
color: #2BB229;
}
</style>
background-color css
<style>
a { background-color: #2BB229; }
a { background-color: rgb(43,178,41); }
div.DivClassName
{
background-color: #2BB229;
}
.BgClassName
{
background-color: #2BB229;
}
</style>
border-color css
<style>
span { border-color: #2BB229; }
span { border-color: rgb(43,178,41); }
td.TdClassName
{
border-color: #2BB229;
}
.TagClassName
{
border-color: #2BB229;
}
</style>