Shades of Lime Green #2AB61F
Tints of Lime Green #2AB61F
RGB
CMYK
RGB Variations
Color information
#2AB61F (or 0x2AB61F) is known color: Lime Green. HEX triplet: 2A, B6 and 1F. RGB value is (42,182,31). Sum of RGB (Red+Green+Blue) = 42+182+31=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 182 (71.48% from 255 or 71.37% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB61F is #D549E0. Grayscale: #7B7B7B. Windows color (decimal): -13978081 or 2078250. OLE color: 2078250.
HSL color Cylindrical-coordinate representation of color #2AB61F: hue angle of 115.63º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB61F is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 31 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.29 |
| HSL | 115.63º | 0.71% | 0.42% | - |
| HSV(B) | 115.63º | 0.83% | 0.71% | - |
| XYZ | 17.93 | 34.05 | 6.92 | - |
| YUV | 122.93 | 76.12 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 31 | 0.77 | 0 | 0.83 | 0.29 | 115.63 | 0.71 | 0.42 |
| Hex | 2A | B6 | 1F | 4D | 0 | 53 | 1D | 74 | 47 | 2A |
| Octal | 52 | 266 | 37 | 115 | 0 | 123 | 35 | 164 | 107 | 52 |
| Binary | 101010 | 10110110 | 11111 | 1001101 | 0 | 1010011 | 11101 | 1110100 | 1000111 | 101010 |
Color Harmonies of #2AB61F
Complementary color
Monochromatic Colors of #2AB61F
Black with #2AB61F
Text Example
Text Example
White with #2AB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB61F; }
p { color: rgb(42,182,31); }
H1.HeaderClassName
{
color: #2AB61F;
}
.AnyTagClassName
{
color: #2AB61F;
}
</style>
background-color css
<style>
a { background-color: #2AB61F; }
a { background-color: rgb(42,182,31); }
div.DivClassName
{
background-color: #2AB61F;
}
.BgClassName
{
background-color: #2AB61F;
}
</style>
border-color css
<style>
span { border-color: #2AB61F; }
span { border-color: rgb(42,182,31); }
td.TdClassName
{
border-color: #2AB61F;
}
.TagClassName
{
border-color: #2AB61F;
}
</style>