Shades of Lime Green #2AB842
Tints of Lime Green #2AB842
RGB
CMYK
RGB Variations
Color information
#2AB842 (or 0x2AB842) is known color: Lime Green. HEX triplet: 2A, B8 and 42. RGB value is (42,184,66). Sum of RGB (Red+Green+Blue) = 42+184+66=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB842 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB842 is #D547BD. Grayscale: #808080. Windows color (decimal): -13977534 or 4372522. OLE color: 4372522.
HSL color Cylindrical-coordinate representation of color #2AB842: hue angle of 130.14º 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 #2AB842 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 66 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.28 |
| HSL | 130.14º | 0.63% | 0.44% | - |
| HSV(B) | 130.14º | 0.77% | 0.72% | - |
| XYZ | 19.08 | 35.17 | 10.94 | - |
| YUV | 128.09 | 92.96 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 66 | 0.77 | 0 | 0.64 | 0.28 | 130.14 | 0.63 | 0.44 |
| Hex | 2A | B8 | 42 | 4D | 0 | 40 | 1C | 82 | 3F | 2C |
| Octal | 52 | 270 | 102 | 115 | 0 | 100 | 34 | 202 | 77 | 54 |
| Binary | 101010 | 10111000 | 1000010 | 1001101 | 0 | 1000000 | 11100 | 10000010 | 111111 | 101100 |
Color Harmonies of #2AB842
Complementary color
Monochromatic Colors of #2AB842
Black with #2AB842
Text Example
Text Example
White with #2AB842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB842; }
p { color: rgb(42,184,66); }
H1.HeaderClassName
{
color: #2AB842;
}
.AnyTagClassName
{
color: #2AB842;
}
</style>
background-color css
<style>
a { background-color: #2AB842; }
a { background-color: rgb(42,184,66); }
div.DivClassName
{
background-color: #2AB842;
}
.BgClassName
{
background-color: #2AB842;
}
</style>
border-color css
<style>
span { border-color: #2AB842; }
span { border-color: rgb(42,184,66); }
td.TdClassName
{
border-color: #2AB842;
}
.TagClassName
{
border-color: #2AB842;
}
</style>