Shades of Lime Green #2AB91E
Tints of Lime Green #2AB91E
RGB
CMYK
RGB Variations
Color information
#2AB91E (or 0x2AB91E) is known color: Lime Green. HEX triplet: 2A, B9 and 1E. RGB value is (42,185,30). Sum of RGB (Red+Green+Blue) = 42+185+30=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 185 (72.66% from 255 or 71.98% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB91E is #D546E1. Grayscale: #7D7D7D. Windows color (decimal): -13977314 or 2013482. OLE color: 2013482.
HSL color Cylindrical-coordinate representation of color #2AB91E: hue angle of 115.35º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB91E is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 30 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.27 |
| HSL | 115.35º | 0.72% | 0.42% | - |
| HSV(B) | 115.35º | 0.84% | 0.73% | - |
| XYZ | 18.54 | 35.28 | 7.06 | - |
| YUV | 124.57 | 74.62 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 30 | 0.77 | 0 | 0.84 | 0.27 | 115.35 | 0.72 | 0.42 |
| Hex | 2A | B9 | 1E | 4D | 0 | 54 | 1B | 73 | 48 | 2A |
| Octal | 52 | 271 | 36 | 115 | 0 | 124 | 33 | 163 | 110 | 52 |
| Binary | 101010 | 10111001 | 11110 | 1001101 | 0 | 1010100 | 11011 | 1110011 | 1001000 | 101010 |
Color Harmonies of #2AB91E
Complementary color
Monochromatic Colors of #2AB91E
Black with #2AB91E
Text Example
Text Example
White with #2AB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB91E; }
p { color: rgb(42,185,30); }
H1.HeaderClassName
{
color: #2AB91E;
}
.AnyTagClassName
{
color: #2AB91E;
}
</style>
background-color css
<style>
a { background-color: #2AB91E; }
a { background-color: rgb(42,185,30); }
div.DivClassName
{
background-color: #2AB91E;
}
.BgClassName
{
background-color: #2AB91E;
}
</style>
border-color css
<style>
span { border-color: #2AB91E; }
span { border-color: rgb(42,185,30); }
td.TdClassName
{
border-color: #2AB91E;
}
.TagClassName
{
border-color: #2AB91E;
}
</style>