Shades of Lime Green #2AAB32
Tints of Lime Green #2AAB32
RGB
CMYK
RGB Variations
Color information
#2AAB32 (or 0x2AAB32) is known color: Lime Green. HEX triplet: 2A, AB and 32. RGB value is (42,171,50). Sum of RGB (Red+Green+Blue) = 42+171+50=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB32 is #D554CD. Grayscale: #767676. Windows color (decimal): -13980878 or 3320618. OLE color: 3320618.
HSL color Cylindrical-coordinate representation of color #2AAB32: hue angle of 123.72º degrees, saturation: 0.61, 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 #2AAB32 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 50 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.33 |
| HSL | 123.72º | 0.61% | 0.42% | - |
| HSV(B) | 123.72º | 0.75% | 0.67% | - |
| XYZ | 16.09 | 29.85 | 7.93 | - |
| YUV | 118.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 50 | 0.75 | 0 | 0.71 | 0.33 | 123.72 | 0.61 | 0.42 |
| Hex | 2A | AB | 32 | 4B | 0 | 47 | 21 | 7C | 3D | 2A |
| Octal | 52 | 253 | 62 | 113 | 0 | 107 | 41 | 174 | 75 | 52 |
| Binary | 101010 | 10101011 | 110010 | 1001011 | 0 | 1000111 | 100001 | 1111100 | 111101 | 101010 |
Color Harmonies of #2AAB32
Complementary color
Monochromatic Colors of #2AAB32
Black with #2AAB32
Text Example
Text Example
White with #2AAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB32; }
p { color: rgb(42,171,50); }
H1.HeaderClassName
{
color: #2AAB32;
}
.AnyTagClassName
{
color: #2AAB32;
}
</style>
background-color css
<style>
a { background-color: #2AAB32; }
a { background-color: rgb(42,171,50); }
div.DivClassName
{
background-color: #2AAB32;
}
.BgClassName
{
background-color: #2AAB32;
}
</style>
border-color css
<style>
span { border-color: #2AAB32; }
span { border-color: rgb(42,171,50); }
td.TdClassName
{
border-color: #2AAB32;
}
.TagClassName
{
border-color: #2AAB32;
}
</style>