Shades of Lime Green #2AB840
Tints of Lime Green #2AB840
RGB
CMYK
RGB Variations
Color information
#2AB840 (or 0x2AB840) is known color: Lime Green. HEX triplet: 2A, B8 and 40. RGB value is (42,184,64). Sum of RGB (Red+Green+Blue) = 42+184+64=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 184 (72.27% from 255 or 63.45% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB840 is #D547BF. Grayscale: #808080. Windows color (decimal): -13977536 or 4241450. OLE color: 4241450.
HSL color Cylindrical-coordinate representation of color #2AB840: hue angle of 129.3º 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 #2AB840 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 64 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.28 |
| HSL | 129.3º | 0.63% | 0.44% | - |
| HSV(B) | 129.3º | 0.77% | 0.72% | - |
| XYZ | 19.02 | 35.14 | 10.63 | - |
| YUV | 127.86 | 91.96 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 64 | 0.77 | 0 | 0.65 | 0.28 | 129.3 | 0.63 | 0.44 |
| Hex | 2A | B8 | 40 | 4D | 0 | 41 | 1C | 81 | 3F | 2C |
| Octal | 52 | 270 | 100 | 115 | 0 | 101 | 34 | 201 | 77 | 54 |
| Binary | 101010 | 10111000 | 1000000 | 1001101 | 0 | 1000001 | 11100 | 10000001 | 111111 | 101100 |
Color Harmonies of #2AB840
Complementary color
Monochromatic Colors of #2AB840
Black with #2AB840
Text Example
Text Example
White with #2AB840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB840; }
p { color: rgb(42,184,64); }
H1.HeaderClassName
{
color: #2AB840;
}
.AnyTagClassName
{
color: #2AB840;
}
</style>
background-color css
<style>
a { background-color: #2AB840; }
a { background-color: rgb(42,184,64); }
div.DivClassName
{
background-color: #2AB840;
}
.BgClassName
{
background-color: #2AB840;
}
</style>
border-color css
<style>
span { border-color: #2AB840; }
span { border-color: rgb(42,184,64); }
td.TdClassName
{
border-color: #2AB840;
}
.TagClassName
{
border-color: #2AB840;
}
</style>