Shades of Lime Green #2BAB3B
Tints of Lime Green #2BAB3B
RGB
CMYK
RGB Variations
Color information
#2BAB3B (or 0x2BAB3B) is known color: Lime Green. HEX triplet: 2B, AB and 3B. RGB value is (43,171,59). Sum of RGB (Red+Green+Blue) = 43+171+59=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAB3B is #D454C4. Grayscale: #787878. Windows color (decimal): -13915333 or 3910443. OLE color: 3910443.
HSL color Cylindrical-coordinate representation of color #2BAB3B: hue angle of 127.5º 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 #2BAB3B is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 59 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.33 |
| HSL | 127.5º | 0.6% | 0.42% | - |
| HSV(B) | 127.5º | 0.75% | 0.67% | - |
| XYZ | 16.35 | 29.96 | 9.06 | - |
| YUV | 119.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 59 | 0.75 | 0 | 0.65 | 0.33 | 127.5 | 0.6 | 0.42 |
| Hex | 2B | AB | 3B | 4B | 0 | 41 | 21 | 80 | 3C | 2A |
| Octal | 53 | 253 | 73 | 113 | 0 | 101 | 41 | 200 | 74 | 52 |
| Binary | 101011 | 10101011 | 111011 | 1001011 | 0 | 1000001 | 100001 | 10000000 | 111100 | 101010 |
Color Harmonies of #2BAB3B
Complementary color
Monochromatic Colors of #2BAB3B
Black with #2BAB3B
Text Example
Text Example
White with #2BAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB3B; }
p { color: rgb(43,171,59); }
H1.HeaderClassName
{
color: #2BAB3B;
}
.AnyTagClassName
{
color: #2BAB3B;
}
</style>
background-color css
<style>
a { background-color: #2BAB3B; }
a { background-color: rgb(43,171,59); }
div.DivClassName
{
background-color: #2BAB3B;
}
.BgClassName
{
background-color: #2BAB3B;
}
</style>
border-color css
<style>
span { border-color: #2BAB3B; }
span { border-color: rgb(43,171,59); }
td.TdClassName
{
border-color: #2BAB3B;
}
.TagClassName
{
border-color: #2BAB3B;
}
</style>