Shades of Lime Green #2AB71E
Tints of Lime Green #2AB71E
RGB
CMYK
RGB Variations
Color information
#2AB71E (or 0x2AB71E) is known color: Lime Green. HEX triplet: 2A, B7 and 1E. RGB value is (42,183,30). Sum of RGB (Red+Green+Blue) = 42+183+30=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 183 (71.88% from 255 or 71.76% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB71E is #D548E1. Grayscale: #7B7B7B. Windows color (decimal): -13977826 or 2012970. OLE color: 2012970.
HSL color Cylindrical-coordinate representation of color #2AB71E: hue angle of 115.29º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB71E is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 30 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.28 |
| HSL | 115.29º | 0.72% | 0.42% | - |
| HSV(B) | 115.29º | 0.84% | 0.72% | - |
| XYZ | 18.12 | 34.45 | 6.92 | - |
| YUV | 123.4 | 75.29 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 30 | 0.77 | 0 | 0.84 | 0.28 | 115.29 | 0.72 | 0.42 |
| Hex | 2A | B7 | 1E | 4D | 0 | 54 | 1C | 73 | 48 | 2A |
| Octal | 52 | 267 | 36 | 115 | 0 | 124 | 34 | 163 | 110 | 52 |
| Binary | 101010 | 10110111 | 11110 | 1001101 | 0 | 1010100 | 11100 | 1110011 | 1001000 | 101010 |
Color Harmonies of #2AB71E
Complementary color
Monochromatic Colors of #2AB71E
Black with #2AB71E
Text Example
Text Example
White with #2AB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB71E; }
p { color: rgb(42,183,30); }
H1.HeaderClassName
{
color: #2AB71E;
}
.AnyTagClassName
{
color: #2AB71E;
}
</style>
background-color css
<style>
a { background-color: #2AB71E; }
a { background-color: rgb(42,183,30); }
div.DivClassName
{
background-color: #2AB71E;
}
.BgClassName
{
background-color: #2AB71E;
}
</style>
border-color css
<style>
span { border-color: #2AB71E; }
span { border-color: rgb(42,183,30); }
td.TdClassName
{
border-color: #2AB71E;
}
.TagClassName
{
border-color: #2AB71E;
}
</style>