Shades of Lime Green #2AB746
Tints of Lime Green #2AB746
RGB
CMYK
RGB Variations
Color information
#2AB746 (or 0x2AB746) is known color: Lime Green. HEX triplet: 2A, B7 and 46. RGB value is (42,183,70). Sum of RGB (Red+Green+Blue) = 42+183+70=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB746 is #D548B9. Grayscale: #808080. Windows color (decimal): -13977786 or 4634410. OLE color: 4634410.
HSL color Cylindrical-coordinate representation of color #2AB746: hue angle of 131.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB746 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 70 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.28 |
| HSL | 131.91º | 0.63% | 0.44% | - |
| HSV(B) | 131.91º | 0.77% | 0.72% | - |
| XYZ | 18.99 | 34.8 | 11.51 | - |
| YUV | 127.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 70 | 0.77 | 0 | 0.62 | 0.28 | 131.91 | 0.63 | 0.44 |
| Hex | 2A | B7 | 46 | 4D | 0 | 3E | 1C | 84 | 3F | 2C |
| Octal | 52 | 267 | 106 | 115 | 0 | 76 | 34 | 204 | 77 | 54 |
| Binary | 101010 | 10110111 | 1000110 | 1001101 | 0 | 111110 | 11100 | 10000100 | 111111 | 101100 |
Color Harmonies of #2AB746
Complementary color
Monochromatic Colors of #2AB746
Black with #2AB746
Text Example
Text Example
White with #2AB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB746; }
p { color: rgb(42,183,70); }
H1.HeaderClassName
{
color: #2AB746;
}
.AnyTagClassName
{
color: #2AB746;
}
</style>
background-color css
<style>
a { background-color: #2AB746; }
a { background-color: rgb(42,183,70); }
div.DivClassName
{
background-color: #2AB746;
}
.BgClassName
{
background-color: #2AB746;
}
</style>
border-color css
<style>
span { border-color: #2AB746; }
span { border-color: rgb(42,183,70); }
td.TdClassName
{
border-color: #2AB746;
}
.TagClassName
{
border-color: #2AB746;
}
</style>