Shades of Lime Green #2AB71F
Tints of Lime Green #2AB71F
RGB
CMYK
RGB Variations
Color information
#2AB71F (or 0x2AB71F) is known color: Lime Green. HEX triplet: 2A, B7 and 1F. RGB value is (42,183,31). Sum of RGB (Red+Green+Blue) = 42+183+31=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 183 (71.88% from 255 or 71.48% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB71F is #D548E0. Grayscale: #7B7B7B. Windows color (decimal): -13977825 or 2078506. OLE color: 2078506.
HSL color Cylindrical-coordinate representation of color #2AB71F: hue angle of 115.66º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB71F is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 31 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.28 |
| HSL | 115.66º | 0.71% | 0.42% | - |
| HSV(B) | 115.66º | 0.83% | 0.72% | - |
| XYZ | 18.14 | 34.46 | 6.99 | - |
| YUV | 123.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 31 | 0.77 | 0 | 0.83 | 0.28 | 115.66 | 0.71 | 0.42 |
| Hex | 2A | B7 | 1F | 4D | 0 | 53 | 1C | 74 | 47 | 2A |
| Octal | 52 | 267 | 37 | 115 | 0 | 123 | 34 | 164 | 107 | 52 |
| Binary | 101010 | 10110111 | 11111 | 1001101 | 0 | 1010011 | 11100 | 1110100 | 1000111 | 101010 |
Color Harmonies of #2AB71F
Complementary color
Monochromatic Colors of #2AB71F
Black with #2AB71F
Text Example
Text Example
White with #2AB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB71F; }
p { color: rgb(42,183,31); }
H1.HeaderClassName
{
color: #2AB71F;
}
.AnyTagClassName
{
color: #2AB71F;
}
</style>
background-color css
<style>
a { background-color: #2AB71F; }
a { background-color: rgb(42,183,31); }
div.DivClassName
{
background-color: #2AB71F;
}
.BgClassName
{
background-color: #2AB71F;
}
</style>
border-color css
<style>
span { border-color: #2AB71F; }
span { border-color: rgb(42,183,31); }
td.TdClassName
{
border-color: #2AB71F;
}
.TagClassName
{
border-color: #2AB71F;
}
</style>