Shades of Lime Green #2BB629
Tints of Lime Green #2BB629
RGB
CMYK
RGB Variations
Color information
#2BB629 (or 0x2BB629) is known color: Lime Green. HEX triplet: 2B, B6 and 29. RGB value is (43,182,41). Sum of RGB (Red+Green+Blue) = 43+182+41=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB629 is #D449D6. Grayscale: #7C7C7C. Windows color (decimal): -13912535 or 2733611. OLE color: 2733611.
HSL color Cylindrical-coordinate representation of color #2BB629: hue angle of 119.15º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB629 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 41 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.29 |
| HSL | 119.15º | 0.63% | 0.44% | - |
| HSV(B) | 119.15º | 0.77% | 0.71% | - |
| XYZ | 18.12 | 34.13 | 7.73 | - |
| YUV | 124.37 | 80.95 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 41 | 0.76 | 0 | 0.77 | 0.29 | 119.15 | 0.63 | 0.44 |
| Hex | 2B | B6 | 29 | 4C | 0 | 4D | 1D | 77 | 3F | 2C |
| Octal | 53 | 266 | 51 | 114 | 0 | 115 | 35 | 167 | 77 | 54 |
| Binary | 101011 | 10110110 | 101001 | 1001100 | 0 | 1001101 | 11101 | 1110111 | 111111 | 101100 |
Color Harmonies of #2BB629
Complementary color
Monochromatic Colors of #2BB629
Black with #2BB629
Text Example
Text Example
White with #2BB629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB629; }
p { color: rgb(43,182,41); }
H1.HeaderClassName
{
color: #2BB629;
}
.AnyTagClassName
{
color: #2BB629;
}
</style>
background-color css
<style>
a { background-color: #2BB629; }
a { background-color: rgb(43,182,41); }
div.DivClassName
{
background-color: #2BB629;
}
.BgClassName
{
background-color: #2BB629;
}
</style>
border-color css
<style>
span { border-color: #2BB629; }
span { border-color: rgb(43,182,41); }
td.TdClassName
{
border-color: #2BB629;
}
.TagClassName
{
border-color: #2BB629;
}
</style>