Shades of Lime Green #2AB53F
Tints of Lime Green #2AB53F
RGB
CMYK
RGB Variations
Color information
#2AB53F (or 0x2AB53F) is known color: Lime Green. HEX triplet: 2A, B5 and 3F. RGB value is (42,181,63). Sum of RGB (Red+Green+Blue) = 42+181+63=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB53F is #D54AC0. Grayscale: #7E7E7E. Windows color (decimal): -13978305 or 4175146. OLE color: 4175146.
HSL color Cylindrical-coordinate representation of color #2AB53F: hue angle of 129.06º 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 #2AB53F is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 63 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.29 |
| HSL | 129.06º | 0.62% | 0.44% | - |
| HSV(B) | 129.06º | 0.77% | 0.71% | - |
| XYZ | 18.38 | 33.9 | 10.28 | - |
| YUV | 125.99 | 92.45 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 63 | 0.77 | 0 | 0.65 | 0.29 | 129.06 | 0.62 | 0.44 |
| Hex | 2A | B5 | 3F | 4D | 0 | 41 | 1D | 81 | 3E | 2C |
| Octal | 52 | 265 | 77 | 115 | 0 | 101 | 35 | 201 | 76 | 54 |
| Binary | 101010 | 10110101 | 111111 | 1001101 | 0 | 1000001 | 11101 | 10000001 | 111110 | 101100 |
Color Harmonies of #2AB53F
Complementary color
Monochromatic Colors of #2AB53F
Black with #2AB53F
Text Example
Text Example
White with #2AB53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB53F; }
p { color: rgb(42,181,63); }
H1.HeaderClassName
{
color: #2AB53F;
}
.AnyTagClassName
{
color: #2AB53F;
}
</style>
background-color css
<style>
a { background-color: #2AB53F; }
a { background-color: rgb(42,181,63); }
div.DivClassName
{
background-color: #2AB53F;
}
.BgClassName
{
background-color: #2AB53F;
}
</style>
border-color css
<style>
span { border-color: #2AB53F; }
span { border-color: rgb(42,181,63); }
td.TdClassName
{
border-color: #2AB53F;
}
.TagClassName
{
border-color: #2AB53F;
}
</style>