Shades of Lime Green #2AB849
Tints of Lime Green #2AB849
RGB
CMYK
RGB Variations
Color information
#2AB849 (or 0x2AB849) is known color: Lime Green. HEX triplet: 2A, B8 and 49. RGB value is (42,184,73). Sum of RGB (Red+Green+Blue) = 42+184+73=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB849 is #D547B6. Grayscale: #818181. Windows color (decimal): -13977527 or 4831274. OLE color: 4831274.
HSL color Cylindrical-coordinate representation of color #2AB849: hue angle of 133.1º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB849 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 73 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.28 |
| HSL | 133.1º | 0.63% | 0.44% | - |
| HSV(B) | 133.1º | 0.77% | 0.72% | - |
| XYZ | 19.3 | 35.25 | 12.09 | - |
| YUV | 128.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 73 | 0.77 | 0 | 0.60 | 0.28 | 133.1 | 0.63 | 0.44 |
| Hex | 2A | B8 | 49 | 4D | 0 | 3C | 1C | 85 | 3F | 2C |
| Octal | 52 | 270 | 111 | 115 | 0 | 74 | 34 | 205 | 77 | 54 |
| Binary | 101010 | 10111000 | 1001001 | 1001101 | 0 | 111100 | 11100 | 10000101 | 111111 | 101100 |
Color Harmonies of #2AB849
Complementary color
Monochromatic Colors of #2AB849
Black with #2AB849
Text Example
Text Example
White with #2AB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB849; }
p { color: rgb(42,184,73); }
H1.HeaderClassName
{
color: #2AB849;
}
.AnyTagClassName
{
color: #2AB849;
}
</style>
background-color css
<style>
a { background-color: #2AB849; }
a { background-color: rgb(42,184,73); }
div.DivClassName
{
background-color: #2AB849;
}
.BgClassName
{
background-color: #2AB849;
}
</style>
border-color css
<style>
span { border-color: #2AB849; }
span { border-color: rgb(42,184,73); }
td.TdClassName
{
border-color: #2AB849;
}
.TagClassName
{
border-color: #2AB849;
}
</style>