Shades of Lime Green #2AB41A
Tints of Lime Green #2AB41A
RGB
CMYK
RGB Variations
Color information
#2AB41A (or 0x2AB41A) is known color: Lime Green. HEX triplet: 2A, B4 and 1A. RGB value is (42,180,26). Sum of RGB (Red+Green+Blue) = 42+180+26=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB41A is #D54BE5. Grayscale: #797979. Windows color (decimal): -13978598 or 1750058. OLE color: 1750058.
HSL color Cylindrical-coordinate representation of color #2AB41A: hue angle of 113.77º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AB41A is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 26 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.29 |
| HSL | 113.77º | 0.75% | 0.4% | - |
| HSV(B) | 113.77º | 0.86% | 0.71% | - |
| XYZ | 17.46 | 33.21 | 6.47 | - |
| YUV | 121.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 26 | 0.77 | 0 | 0.86 | 0.29 | 113.77 | 0.75 | 0.4 |
| Hex | 2A | B4 | 1A | 4D | 0 | 56 | 1D | 72 | 4B | 28 |
| Octal | 52 | 264 | 32 | 115 | 0 | 126 | 35 | 162 | 113 | 50 |
| Binary | 101010 | 10110100 | 11010 | 1001101 | 0 | 1010110 | 11101 | 1110010 | 1001011 | 101000 |
Color Harmonies of #2AB41A
Complementary color
Monochromatic Colors of #2AB41A
Black with #2AB41A
Text Example
Text Example
White with #2AB41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB41A; }
p { color: rgb(42,180,26); }
H1.HeaderClassName
{
color: #2AB41A;
}
.AnyTagClassName
{
color: #2AB41A;
}
</style>
background-color css
<style>
a { background-color: #2AB41A; }
a { background-color: rgb(42,180,26); }
div.DivClassName
{
background-color: #2AB41A;
}
.BgClassName
{
background-color: #2AB41A;
}
</style>
border-color css
<style>
span { border-color: #2AB41A; }
span { border-color: rgb(42,180,26); }
td.TdClassName
{
border-color: #2AB41A;
}
.TagClassName
{
border-color: #2AB41A;
}
</style>