Shades of Lime Green #2AB31D
Tints of Lime Green #2AB31D
RGB
CMYK
RGB Variations
Color information
#2AB31D (or 0x2AB31D) is known color: Lime Green. HEX triplet: 2A, B3 and 1D. RGB value is (42,179,29). Sum of RGB (Red+Green+Blue) = 42+179+29=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB31D is #D54CE2. Grayscale: #797979. Windows color (decimal): -13978851 or 1946410. OLE color: 1946410.
HSL color Cylindrical-coordinate representation of color #2AB31D: hue angle of 114.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB31D is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 29 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.30 |
| HSL | 114.8º | 0.72% | 0.41% | - |
| HSV(B) | 114.8º | 0.84% | 0.7% | - |
| XYZ | 17.3 | 32.82 | 6.59 | - |
| YUV | 120.94 | 76.11 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 29 | 0.77 | 0 | 0.84 | 0.30 | 114.8 | 0.72 | 0.41 |
| Hex | 2A | B3 | 1D | 4D | 0 | 54 | 1E | 73 | 48 | 29 |
| Octal | 52 | 263 | 35 | 115 | 0 | 124 | 36 | 163 | 110 | 51 |
| Binary | 101010 | 10110011 | 11101 | 1001101 | 0 | 1010100 | 11110 | 1110011 | 1001000 | 101001 |
Color Harmonies of #2AB31D
Complementary color
Monochromatic Colors of #2AB31D
Black with #2AB31D
Text Example
Text Example
White with #2AB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB31D; }
p { color: rgb(42,179,29); }
H1.HeaderClassName
{
color: #2AB31D;
}
.AnyTagClassName
{
color: #2AB31D;
}
</style>
background-color css
<style>
a { background-color: #2AB31D; }
a { background-color: rgb(42,179,29); }
div.DivClassName
{
background-color: #2AB31D;
}
.BgClassName
{
background-color: #2AB31D;
}
</style>
border-color css
<style>
span { border-color: #2AB31D; }
span { border-color: rgb(42,179,29); }
td.TdClassName
{
border-color: #2AB31D;
}
.TagClassName
{
border-color: #2AB31D;
}
</style>