Shades of Lime Green #2AB747
Tints of Lime Green #2AB747
RGB
CMYK
RGB Variations
Color information
#2AB747 (or 0x2AB747) is known color: Lime Green. HEX triplet: 2A, B7 and 47. RGB value is (42,183,71). Sum of RGB (Red+Green+Blue) = 42+183+71=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB747 is #D548B8. Grayscale: #808080. Windows color (decimal): -13977785 or 4699946. OLE color: 4699946.
HSL color Cylindrical-coordinate representation of color #2AB747: hue angle of 132.34º 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 #2AB747 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 71 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.28 |
| HSL | 132.34º | 0.63% | 0.44% | - |
| HSV(B) | 132.34º | 0.77% | 0.72% | - |
| XYZ | 19.03 | 34.81 | 11.68 | - |
| YUV | 128.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 71 | 0.77 | 0 | 0.61 | 0.28 | 132.34 | 0.63 | 0.44 |
| Hex | 2A | B7 | 47 | 4D | 0 | 3D | 1C | 84 | 3F | 2C |
| Octal | 52 | 267 | 107 | 115 | 0 | 75 | 34 | 204 | 77 | 54 |
| Binary | 101010 | 10110111 | 1000111 | 1001101 | 0 | 111101 | 11100 | 10000100 | 111111 | 101100 |
Color Harmonies of #2AB747
Complementary color
Monochromatic Colors of #2AB747
Black with #2AB747
Text Example
Text Example
White with #2AB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB747; }
p { color: rgb(42,183,71); }
H1.HeaderClassName
{
color: #2AB747;
}
.AnyTagClassName
{
color: #2AB747;
}
</style>
background-color css
<style>
a { background-color: #2AB747; }
a { background-color: rgb(42,183,71); }
div.DivClassName
{
background-color: #2AB747;
}
.BgClassName
{
background-color: #2AB747;
}
</style>
border-color css
<style>
span { border-color: #2AB747; }
span { border-color: rgb(42,183,71); }
td.TdClassName
{
border-color: #2AB747;
}
.TagClassName
{
border-color: #2AB747;
}
</style>