Shades of Lime Green #2AB31C
Tints of Lime Green #2AB31C
RGB
CMYK
RGB Variations
Color information
#2AB31C (or 0x2AB31C) is known color: Lime Green. HEX triplet: 2A, B3 and 1C. RGB value is (42,179,28). Sum of RGB (Red+Green+Blue) = 42+179+28=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 179 (70.31% from 255 or 71.89% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB31C is #D54CE3. Grayscale: #797979. Windows color (decimal): -13978852 or 1880874. OLE color: 1880874.
HSL color Cylindrical-coordinate representation of color #2AB31C: hue angle of 114.44º degrees, saturation: 0.73, 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 #2AB31C is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 28 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.30 |
| HSL | 114.44º | 0.73% | 0.41% | - |
| HSV(B) | 114.44º | 0.84% | 0.7% | - |
| XYZ | 17.28 | 32.82 | 6.52 | - |
| YUV | 120.82 | 75.61 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 28 | 0.77 | 0 | 0.84 | 0.30 | 114.44 | 0.73 | 0.41 |
| Hex | 2A | B3 | 1C | 4D | 0 | 54 | 1E | 72 | 49 | 29 |
| Octal | 52 | 263 | 34 | 115 | 0 | 124 | 36 | 162 | 111 | 51 |
| Binary | 101010 | 10110011 | 11100 | 1001101 | 0 | 1010100 | 11110 | 1110010 | 1001001 | 101001 |
Color Harmonies of #2AB31C
Complementary color
Monochromatic Colors of #2AB31C
Black with #2AB31C
Text Example
Text Example
White with #2AB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB31C; }
p { color: rgb(42,179,28); }
H1.HeaderClassName
{
color: #2AB31C;
}
.AnyTagClassName
{
color: #2AB31C;
}
</style>
background-color css
<style>
a { background-color: #2AB31C; }
a { background-color: rgb(42,179,28); }
div.DivClassName
{
background-color: #2AB31C;
}
.BgClassName
{
background-color: #2AB31C;
}
</style>
border-color css
<style>
span { border-color: #2AB31C; }
span { border-color: rgb(42,179,28); }
td.TdClassName
{
border-color: #2AB31C;
}
.TagClassName
{
border-color: #2AB31C;
}
</style>