Shades of Lime Green #2AB631
Tints of Lime Green #2AB631
RGB
CMYK
RGB Variations
Color information
#2AB631 (or 0x2AB631) is known color: Lime Green. HEX triplet: 2A, B6 and 31. RGB value is (42,182,49). Sum of RGB (Red+Green+Blue) = 42+182+49=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 182 (71.48% from 255 or 66.67% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB631 is #D549CE. Grayscale: #7D7D7D. Windows color (decimal): -13978063 or 3257898. OLE color: 3257898.
HSL color Cylindrical-coordinate representation of color #2AB631: hue angle of 123º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB631 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 49 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.29 |
| HSL | 123º | 0.63% | 0.44% | - |
| HSV(B) | 123º | 0.77% | 0.71% | - |
| XYZ | 18.24 | 34.17 | 8.54 | - |
| YUV | 124.98 | 85.12 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 49 | 0.77 | 0 | 0.73 | 0.29 | 123 | 0.63 | 0.44 |
| Hex | 2A | B6 | 31 | 4D | 0 | 49 | 1D | 7B | 3E | 2C |
| Octal | 52 | 266 | 61 | 115 | 0 | 111 | 35 | 173 | 76 | 54 |
| Binary | 101010 | 10110110 | 110001 | 1001101 | 0 | 1001001 | 11101 | 1111011 | 111110 | 101100 |
Color Harmonies of #2AB631
Complementary color
Monochromatic Colors of #2AB631
Black with #2AB631
Text Example
Text Example
White with #2AB631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB631; }
p { color: rgb(42,182,49); }
H1.HeaderClassName
{
color: #2AB631;
}
.AnyTagClassName
{
color: #2AB631;
}
</style>
background-color css
<style>
a { background-color: #2AB631; }
a { background-color: rgb(42,182,49); }
div.DivClassName
{
background-color: #2AB631;
}
.BgClassName
{
background-color: #2AB631;
}
</style>
border-color css
<style>
span { border-color: #2AB631; }
span { border-color: rgb(42,182,49); }
td.TdClassName
{
border-color: #2AB631;
}
.TagClassName
{
border-color: #2AB631;
}
</style>