Shades of Lime Green #2AB119
Tints of Lime Green #2AB119
RGB
CMYK
RGB Variations
Color information
#2AB119 (or 0x2AB119) is known color: Lime Green. HEX triplet: 2A, B1 and 19. RGB value is (42,177,25). Sum of RGB (Red+Green+Blue) = 42+177+25=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 177 (69.53% from 255 or 72.54% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB119 is #D54EE6. Grayscale: #777777. Windows color (decimal): -13979367 or 1683754. OLE color: 1683754.
HSL color Cylindrical-coordinate representation of color #2AB119: hue angle of 113.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AB119 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 25 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.31 |
| HSL | 113.29º | 0.75% | 0.4% | - |
| HSV(B) | 113.29º | 0.86% | 0.69% | - |
| XYZ | 16.85 | 32.01 | 6.21 | - |
| YUV | 119.31 | 74.77 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 25 | 0.76 | 0 | 0.86 | 0.31 | 113.29 | 0.75 | 0.4 |
| Hex | 2A | B1 | 19 | 4C | 0 | 56 | 1F | 71 | 4B | 28 |
| Octal | 52 | 261 | 31 | 114 | 0 | 126 | 37 | 161 | 113 | 50 |
| Binary | 101010 | 10110001 | 11001 | 1001100 | 0 | 1010110 | 11111 | 1110001 | 1001011 | 101000 |
Color Harmonies of #2AB119
Complementary color
Monochromatic Colors of #2AB119
Black with #2AB119
Text Example
Text Example
White with #2AB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB119; }
p { color: rgb(42,177,25); }
H1.HeaderClassName
{
color: #2AB119;
}
.AnyTagClassName
{
color: #2AB119;
}
</style>
background-color css
<style>
a { background-color: #2AB119; }
a { background-color: rgb(42,177,25); }
div.DivClassName
{
background-color: #2AB119;
}
.BgClassName
{
background-color: #2AB119;
}
</style>
border-color css
<style>
span { border-color: #2AB119; }
span { border-color: rgb(42,177,25); }
td.TdClassName
{
border-color: #2AB119;
}
.TagClassName
{
border-color: #2AB119;
}
</style>