Shades of Lime Green #2AB127
Tints of Lime Green #2AB127
RGB
CMYK
RGB Variations
Color information
#2AB127 (or 0x2AB127) is known color: Lime Green. HEX triplet: 2A, B1 and 27. RGB value is (42,177,39). Sum of RGB (Red+Green+Blue) = 42+177+39=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 177 (69.53% from 255 or 68.60% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB127 is #D54ED8. Grayscale: #797979. Windows color (decimal): -13979353 or 2601258. OLE color: 2601258.
HSL color Cylindrical-coordinate representation of color #2AB127: hue angle of 118.7º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB127 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 39 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.31 |
| HSL | 118.7º | 0.64% | 0.42% | - |
| HSV(B) | 118.7º | 0.78% | 0.69% | - |
| XYZ | 17.04 | 32.08 | 7.21 | - |
| YUV | 120.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 39 | 0.76 | 0 | 0.78 | 0.31 | 118.7 | 0.64 | 0.42 |
| Hex | 2A | B1 | 27 | 4C | 0 | 4E | 1F | 77 | 40 | 2A |
| Octal | 52 | 261 | 47 | 114 | 0 | 116 | 37 | 167 | 100 | 52 |
| Binary | 101010 | 10110001 | 100111 | 1001100 | 0 | 1001110 | 11111 | 1110111 | 1000000 | 101010 |
Color Harmonies of #2AB127
Complementary color
Monochromatic Colors of #2AB127
Black with #2AB127
Text Example
Text Example
White with #2AB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB127; }
p { color: rgb(42,177,39); }
H1.HeaderClassName
{
color: #2AB127;
}
.AnyTagClassName
{
color: #2AB127;
}
</style>
background-color css
<style>
a { background-color: #2AB127; }
a { background-color: rgb(42,177,39); }
div.DivClassName
{
background-color: #2AB127;
}
.BgClassName
{
background-color: #2AB127;
}
</style>
border-color css
<style>
span { border-color: #2AB127; }
span { border-color: rgb(42,177,39); }
td.TdClassName
{
border-color: #2AB127;
}
.TagClassName
{
border-color: #2AB127;
}
</style>