Shades of Lime Green #2AB942
Tints of Lime Green #2AB942
RGB
CMYK
RGB Variations
Color information
#2AB942 (or 0x2AB942) is known color: Lime Green. HEX triplet: 2A, B9 and 42. RGB value is (42,185,66). Sum of RGB (Red+Green+Blue) = 42+185+66=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB942 is #D546BD. Grayscale: #818181. Windows color (decimal): -13977278 or 4372778. OLE color: 4372778.
HSL color Cylindrical-coordinate representation of color #2AB942: hue angle of 130.07º 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 #2AB942 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 66 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.27 |
| HSL | 130.07º | 0.63% | 0.45% | - |
| HSV(B) | 130.07º | 0.77% | 0.73% | - |
| XYZ | 19.29 | 35.58 | 11.01 | - |
| YUV | 128.68 | 92.62 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 66 | 0.77 | 0 | 0.64 | 0.27 | 130.07 | 0.63 | 0.45 |
| Hex | 2A | B9 | 42 | 4D | 0 | 40 | 1B | 82 | 3F | 2D |
| Octal | 52 | 271 | 102 | 115 | 0 | 100 | 33 | 202 | 77 | 55 |
| Binary | 101010 | 10111001 | 1000010 | 1001101 | 0 | 1000000 | 11011 | 10000010 | 111111 | 101101 |
Color Harmonies of #2AB942
Complementary color
Monochromatic Colors of #2AB942
Black with #2AB942
Text Example
Text Example
White with #2AB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB942; }
p { color: rgb(42,185,66); }
H1.HeaderClassName
{
color: #2AB942;
}
.AnyTagClassName
{
color: #2AB942;
}
</style>
background-color css
<style>
a { background-color: #2AB942; }
a { background-color: rgb(42,185,66); }
div.DivClassName
{
background-color: #2AB942;
}
.BgClassName
{
background-color: #2AB942;
}
</style>
border-color css
<style>
span { border-color: #2AB942; }
span { border-color: rgb(42,185,66); }
td.TdClassName
{
border-color: #2AB942;
}
.TagClassName
{
border-color: #2AB942;
}
</style>