Shades of Lime Green #2AB51A
Tints of Lime Green #2AB51A
RGB
CMYK
RGB Variations
Color information
#2AB51A (or 0x2AB51A) is known color: Lime Green. HEX triplet: 2A, B5 and 1A. RGB value is (42,181,26). Sum of RGB (Red+Green+Blue) = 42+181+26=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB51A is #D54AE5. Grayscale: #7A7A7A. Windows color (decimal): -13978342 or 1750314. OLE color: 1750314.
HSL color Cylindrical-coordinate representation of color #2AB51A: hue angle of 113.81º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AB51A is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 26 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.29 |
| HSL | 113.81º | 0.75% | 0.41% | - |
| HSV(B) | 113.81º | 0.86% | 0.71% | - |
| XYZ | 17.67 | 33.61 | 6.53 | - |
| YUV | 121.77 | 73.95 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 26 | 0.77 | 0 | 0.86 | 0.29 | 113.81 | 0.75 | 0.41 |
| Hex | 2A | B5 | 1A | 4D | 0 | 56 | 1D | 72 | 4B | 29 |
| Octal | 52 | 265 | 32 | 115 | 0 | 126 | 35 | 162 | 113 | 51 |
| Binary | 101010 | 10110101 | 11010 | 1001101 | 0 | 1010110 | 11101 | 1110010 | 1001011 | 101001 |
Color Harmonies of #2AB51A
Complementary color
Monochromatic Colors of #2AB51A
Black with #2AB51A
Text Example
Text Example
White with #2AB51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB51A; }
p { color: rgb(42,181,26); }
H1.HeaderClassName
{
color: #2AB51A;
}
.AnyTagClassName
{
color: #2AB51A;
}
</style>
background-color css
<style>
a { background-color: #2AB51A; }
a { background-color: rgb(42,181,26); }
div.DivClassName
{
background-color: #2AB51A;
}
.BgClassName
{
background-color: #2AB51A;
}
</style>
border-color css
<style>
span { border-color: #2AB51A; }
span { border-color: rgb(42,181,26); }
td.TdClassName
{
border-color: #2AB51A;
}
.TagClassName
{
border-color: #2AB51A;
}
</style>