Shades of Lime Green #2AB71D
Tints of Lime Green #2AB71D
RGB
CMYK
RGB Variations
Color information
#2AB71D (or 0x2AB71D) is known color: Lime Green. HEX triplet: 2A, B7 and 1D. RGB value is (42,183,29). Sum of RGB (Red+Green+Blue) = 42+183+29=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB71D is #D548E2. Grayscale: #7B7B7B. Windows color (decimal): -13977827 or 1947434. OLE color: 1947434.
HSL color Cylindrical-coordinate representation of color #2AB71D: hue angle of 114.94º degrees, saturation: 0.73, 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 #2AB71D is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 29 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.28 |
| HSL | 114.94º | 0.73% | 0.42% | - |
| HSV(B) | 114.94º | 0.84% | 0.72% | - |
| XYZ | 18.11 | 34.45 | 6.86 | - |
| YUV | 123.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 29 | 0.77 | 0 | 0.84 | 0.28 | 114.94 | 0.73 | 0.42 |
| Hex | 2A | B7 | 1D | 4D | 0 | 54 | 1C | 73 | 49 | 2A |
| Octal | 52 | 267 | 35 | 115 | 0 | 124 | 34 | 163 | 111 | 52 |
| Binary | 101010 | 10110111 | 11101 | 1001101 | 0 | 1010100 | 11100 | 1110011 | 1001001 | 101010 |
Color Harmonies of #2AB71D
Complementary color
Monochromatic Colors of #2AB71D
Black with #2AB71D
Text Example
Text Example
White with #2AB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB71D; }
p { color: rgb(42,183,29); }
H1.HeaderClassName
{
color: #2AB71D;
}
.AnyTagClassName
{
color: #2AB71D;
}
</style>
background-color css
<style>
a { background-color: #2AB71D; }
a { background-color: rgb(42,183,29); }
div.DivClassName
{
background-color: #2AB71D;
}
.BgClassName
{
background-color: #2AB71D;
}
</style>
border-color css
<style>
span { border-color: #2AB71D; }
span { border-color: rgb(42,183,29); }
td.TdClassName
{
border-color: #2AB71D;
}
.TagClassName
{
border-color: #2AB71D;
}
</style>