Shades of Lime Green #2AB31E
Tints of Lime Green #2AB31E
RGB
CMYK
RGB Variations
Color information
#2AB31E (or 0x2AB31E) is known color: Lime Green. HEX triplet: 2A, B3 and 1E. RGB value is (42,179,30). Sum of RGB (Red+Green+Blue) = 42+179+30=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 179 (70.31% from 255 or 71.31% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB31E is #D54CE1. Grayscale: #797979. Windows color (decimal): -13978850 or 2011946. OLE color: 2011946.
HSL color Cylindrical-coordinate representation of color #2AB31E: hue angle of 115.17º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB31E is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 30 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.30 |
| HSL | 115.17º | 0.71% | 0.41% | - |
| HSV(B) | 115.17º | 0.83% | 0.7% | - |
| XYZ | 17.31 | 32.83 | 6.65 | - |
| YUV | 121.05 | 76.61 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 30 | 0.77 | 0 | 0.83 | 0.30 | 115.17 | 0.71 | 0.41 |
| Hex | 2A | B3 | 1E | 4D | 0 | 53 | 1E | 73 | 47 | 29 |
| Octal | 52 | 263 | 36 | 115 | 0 | 123 | 36 | 163 | 107 | 51 |
| Binary | 101010 | 10110011 | 11110 | 1001101 | 0 | 1010011 | 11110 | 1110011 | 1000111 | 101001 |
Color Harmonies of #2AB31E
Complementary color
Monochromatic Colors of #2AB31E
Black with #2AB31E
Text Example
Text Example
White with #2AB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB31E; }
p { color: rgb(42,179,30); }
H1.HeaderClassName
{
color: #2AB31E;
}
.AnyTagClassName
{
color: #2AB31E;
}
</style>
background-color css
<style>
a { background-color: #2AB31E; }
a { background-color: rgb(42,179,30); }
div.DivClassName
{
background-color: #2AB31E;
}
.BgClassName
{
background-color: #2AB31E;
}
</style>
border-color css
<style>
span { border-color: #2AB31E; }
span { border-color: rgb(42,179,30); }
td.TdClassName
{
border-color: #2AB31E;
}
.TagClassName
{
border-color: #2AB31E;
}
</style>