Shades of Lime Green #2AB532
Tints of Lime Green #2AB532
RGB
CMYK
RGB Variations
Color information
#2AB532 (or 0x2AB532) is known color: Lime Green. HEX triplet: 2A, B5 and 32. RGB value is (42,181,50). Sum of RGB (Red+Green+Blue) = 42+181+50=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB532 is #D54ACD. Grayscale: #7C7C7C. Windows color (decimal): -13978318 or 3323178. OLE color: 3323178.
HSL color Cylindrical-coordinate representation of color #2AB532: hue angle of 123.45º degrees, saturation: 0.62, 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 #2AB532 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 50 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.29 |
| HSL | 123.45º | 0.62% | 0.44% | - |
| HSV(B) | 123.45º | 0.77% | 0.71% | - |
| XYZ | 18.05 | 33.77 | 8.58 | - |
| YUV | 124.51 | 85.95 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 50 | 0.77 | 0 | 0.72 | 0.29 | 123.45 | 0.62 | 0.44 |
| Hex | 2A | B5 | 32 | 4D | 0 | 48 | 1D | 7B | 3E | 2C |
| Octal | 52 | 265 | 62 | 115 | 0 | 110 | 35 | 173 | 76 | 54 |
| Binary | 101010 | 10110101 | 110010 | 1001101 | 0 | 1001000 | 11101 | 1111011 | 111110 | 101100 |
Color Harmonies of #2AB532
Complementary color
Monochromatic Colors of #2AB532
Black with #2AB532
Text Example
Text Example
White with #2AB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB532; }
p { color: rgb(42,181,50); }
H1.HeaderClassName
{
color: #2AB532;
}
.AnyTagClassName
{
color: #2AB532;
}
</style>
background-color css
<style>
a { background-color: #2AB532; }
a { background-color: rgb(42,181,50); }
div.DivClassName
{
background-color: #2AB532;
}
.BgClassName
{
background-color: #2AB532;
}
</style>
border-color css
<style>
span { border-color: #2AB532; }
span { border-color: rgb(42,181,50); }
td.TdClassName
{
border-color: #2AB532;
}
.TagClassName
{
border-color: #2AB532;
}
</style>