Shades of Lime Green #2BAB3A
Tints of Lime Green #2BAB3A
RGB
CMYK
RGB Variations
Color information
#2BAB3A (or 0x2BAB3A) is known color: Lime Green. HEX triplet: 2B, AB and 3A. RGB value is (43,171,58). Sum of RGB (Red+Green+Blue) = 43+171+58=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAB3A is #D454C5. Grayscale: #787878. Windows color (decimal): -13915334 or 3844907. OLE color: 3844907.
HSL color Cylindrical-coordinate representation of color #2BAB3A: hue angle of 127.03º 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 #2BAB3A is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 58 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.33 |
| HSL | 127.03º | 0.6% | 0.42% | - |
| HSV(B) | 127.03º | 0.75% | 0.67% | - |
| XYZ | 16.32 | 29.94 | 8.92 | - |
| YUV | 119.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 58 | 0.75 | 0 | 0.66 | 0.33 | 127.03 | 0.6 | 0.42 |
| Hex | 2B | AB | 3A | 4B | 0 | 42 | 21 | 7F | 3C | 2A |
| Octal | 53 | 253 | 72 | 113 | 0 | 102 | 41 | 177 | 74 | 52 |
| Binary | 101011 | 10101011 | 111010 | 1001011 | 0 | 1000010 | 100001 | 1111111 | 111100 | 101010 |
Color Harmonies of #2BAB3A
Complementary color
Monochromatic Colors of #2BAB3A
Black with #2BAB3A
Text Example
Text Example
White with #2BAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB3A; }
p { color: rgb(43,171,58); }
H1.HeaderClassName
{
color: #2BAB3A;
}
.AnyTagClassName
{
color: #2BAB3A;
}
</style>
background-color css
<style>
a { background-color: #2BAB3A; }
a { background-color: rgb(43,171,58); }
div.DivClassName
{
background-color: #2BAB3A;
}
.BgClassName
{
background-color: #2BAB3A;
}
</style>
border-color css
<style>
span { border-color: #2BAB3A; }
span { border-color: rgb(43,171,58); }
td.TdClassName
{
border-color: #2BAB3A;
}
.TagClassName
{
border-color: #2BAB3A;
}
</style>