Shades of Lime Green #2AAC37
Tints of Lime Green #2AAC37
RGB
CMYK
RGB Variations
Color information
#2AAC37 (or 0x2AAC37) is known color: Lime Green. HEX triplet: 2A, AC and 37. RGB value is (42,172,55). Sum of RGB (Red+Green+Blue) = 42+172+55=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC37 is #D553C8. Grayscale: #787878. Windows color (decimal): -13980617 or 3648554. OLE color: 3648554.
HSL color Cylindrical-coordinate representation of color #2AAC37: hue angle of 126º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC37 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 55 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.33 |
| HSL | 126º | 0.61% | 0.42% | - |
| HSV(B) | 126º | 0.76% | 0.67% | - |
| XYZ | 16.4 | 30.27 | 8.59 | - |
| YUV | 119.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 55 | 0.76 | 0 | 0.68 | 0.33 | 126 | 0.61 | 0.42 |
| Hex | 2A | AC | 37 | 4C | 0 | 44 | 21 | 7E | 3D | 2A |
| Octal | 52 | 254 | 67 | 114 | 0 | 104 | 41 | 176 | 75 | 52 |
| Binary | 101010 | 10101100 | 110111 | 1001100 | 0 | 1000100 | 100001 | 1111110 | 111101 | 101010 |
Color Harmonies of #2AAC37
Complementary color
Monochromatic Colors of #2AAC37
Black with #2AAC37
Text Example
Text Example
White with #2AAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC37; }
p { color: rgb(42,172,55); }
H1.HeaderClassName
{
color: #2AAC37;
}
.AnyTagClassName
{
color: #2AAC37;
}
</style>
background-color css
<style>
a { background-color: #2AAC37; }
a { background-color: rgb(42,172,55); }
div.DivClassName
{
background-color: #2AAC37;
}
.BgClassName
{
background-color: #2AAC37;
}
</style>
border-color css
<style>
span { border-color: #2AAC37; }
span { border-color: rgb(42,172,55); }
td.TdClassName
{
border-color: #2AAC37;
}
.TagClassName
{
border-color: #2AAC37;
}
</style>