Shades of Lime Green #2AB932
Tints of Lime Green #2AB932
RGB
CMYK
RGB Variations
Color information
#2AB932 (or 0x2AB932) is known color: Lime Green. HEX triplet: 2A, B9 and 32. RGB value is (42,185,50). Sum of RGB (Red+Green+Blue) = 42+185+50=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 185 (72.66% from 255 or 66.79% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB932 is #D546CD. Grayscale: #7F7F7F. Windows color (decimal): -13977294 or 3324202. OLE color: 3324202.
HSL color Cylindrical-coordinate representation of color #2AB932: hue angle of 123.36º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB932 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 50 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.27 |
| HSL | 123.36º | 0.63% | 0.45% | - |
| HSV(B) | 123.36º | 0.77% | 0.73% | - |
| XYZ | 18.88 | 35.42 | 8.86 | - |
| YUV | 126.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 50 | 0.77 | 0 | 0.73 | 0.27 | 123.36 | 0.63 | 0.45 |
| Hex | 2A | B9 | 32 | 4D | 0 | 49 | 1B | 7B | 3F | 2D |
| Octal | 52 | 271 | 62 | 115 | 0 | 111 | 33 | 173 | 77 | 55 |
| Binary | 101010 | 10111001 | 110010 | 1001101 | 0 | 1001001 | 11011 | 1111011 | 111111 | 101101 |
Color Harmonies of #2AB932
Complementary color
Monochromatic Colors of #2AB932
Black with #2AB932
Text Example
Text Example
White with #2AB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB932; }
p { color: rgb(42,185,50); }
H1.HeaderClassName
{
color: #2AB932;
}
.AnyTagClassName
{
color: #2AB932;
}
</style>
background-color css
<style>
a { background-color: #2AB932; }
a { background-color: rgb(42,185,50); }
div.DivClassName
{
background-color: #2AB932;
}
.BgClassName
{
background-color: #2AB932;
}
</style>
border-color css
<style>
span { border-color: #2AB932; }
span { border-color: rgb(42,185,50); }
td.TdClassName
{
border-color: #2AB932;
}
.TagClassName
{
border-color: #2AB932;
}
</style>