Shades of Lime Green #2AB940
Tints of Lime Green #2AB940
RGB
CMYK
RGB Variations
Color information
#2AB940 (or 0x2AB940) is known color: Lime Green. HEX triplet: 2A, B9 and 40. RGB value is (42,185,64). Sum of RGB (Red+Green+Blue) = 42+185+64=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB940 is #D546BF. Grayscale: #808080. Windows color (decimal): -13977280 or 4241706. OLE color: 4241706.
HSL color Cylindrical-coordinate representation of color #2AB940: hue angle of 129.23º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB940 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 64 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.27 |
| HSL | 129.23º | 0.63% | 0.45% | - |
| HSV(B) | 129.23º | 0.77% | 0.73% | - |
| XYZ | 19.23 | 35.56 | 10.7 | - |
| YUV | 128.45 | 91.62 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 64 | 0.77 | 0 | 0.65 | 0.27 | 129.23 | 0.63 | 0.45 |
| Hex | 2A | B9 | 40 | 4D | 0 | 41 | 1B | 81 | 3F | 2D |
| Octal | 52 | 271 | 100 | 115 | 0 | 101 | 33 | 201 | 77 | 55 |
| Binary | 101010 | 10111001 | 1000000 | 1001101 | 0 | 1000001 | 11011 | 10000001 | 111111 | 101101 |
Color Harmonies of #2AB940
Complementary color
Monochromatic Colors of #2AB940
Black with #2AB940
Text Example
Text Example
White with #2AB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB940; }
p { color: rgb(42,185,64); }
H1.HeaderClassName
{
color: #2AB940;
}
.AnyTagClassName
{
color: #2AB940;
}
</style>
background-color css
<style>
a { background-color: #2AB940; }
a { background-color: rgb(42,185,64); }
div.DivClassName
{
background-color: #2AB940;
}
.BgClassName
{
background-color: #2AB940;
}
</style>
border-color css
<style>
span { border-color: #2AB940; }
span { border-color: rgb(42,185,64); }
td.TdClassName
{
border-color: #2AB940;
}
.TagClassName
{
border-color: #2AB940;
}
</style>