Shades of Lime Green #2AB31B
Tints of Lime Green #2AB31B
RGB
CMYK
RGB Variations
Color information
#2AB31B (or 0x2AB31B) is known color: Lime Green. HEX triplet: 2A, B3 and 1B. RGB value is (42,179,27). Sum of RGB (Red+Green+Blue) = 42+179+27=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB31B is #D54CE4. Grayscale: #797979. Windows color (decimal): -13978853 or 1815338. OLE color: 1815338.
HSL color Cylindrical-coordinate representation of color #2AB31B: hue angle of 114.08º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AB31B is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 27 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.30 |
| HSL | 114.08º | 0.74% | 0.4% | - |
| HSV(B) | 114.08º | 0.85% | 0.7% | - |
| XYZ | 17.27 | 32.81 | 6.46 | - |
| YUV | 120.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 27 | 0.77 | 0 | 0.85 | 0.30 | 114.08 | 0.74 | 0.4 |
| Hex | 2A | B3 | 1B | 4D | 0 | 55 | 1E | 72 | 4A | 28 |
| Octal | 52 | 263 | 33 | 115 | 0 | 125 | 36 | 162 | 112 | 50 |
| Binary | 101010 | 10110011 | 11011 | 1001101 | 0 | 1010101 | 11110 | 1110010 | 1001010 | 101000 |
Color Harmonies of #2AB31B
Complementary color
Monochromatic Colors of #2AB31B
Black with #2AB31B
Text Example
Text Example
White with #2AB31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB31B; }
p { color: rgb(42,179,27); }
H1.HeaderClassName
{
color: #2AB31B;
}
.AnyTagClassName
{
color: #2AB31B;
}
</style>
background-color css
<style>
a { background-color: #2AB31B; }
a { background-color: rgb(42,179,27); }
div.DivClassName
{
background-color: #2AB31B;
}
.BgClassName
{
background-color: #2AB31B;
}
</style>
border-color css
<style>
span { border-color: #2AB31B; }
span { border-color: rgb(42,179,27); }
td.TdClassName
{
border-color: #2AB31B;
}
.TagClassName
{
border-color: #2AB31B;
}
</style>