Shades of Lime Green #2AAC39
Tints of Lime Green #2AAC39
RGB
CMYK
RGB Variations
Color information
#2AAC39 (or 0x2AAC39) is known color: Lime Green. HEX triplet: 2A, AC and 39. RGB value is (42,172,57). Sum of RGB (Red+Green+Blue) = 42+172+57=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC39 is #D553C6. Grayscale: #787878. Windows color (decimal): -13980615 or 3779626. OLE color: 3779626.
HSL color Cylindrical-coordinate representation of color #2AAC39: hue angle of 126.92º 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 #2AAC39 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 57 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.33 |
| HSL | 126.92º | 0.61% | 0.42% | - |
| HSV(B) | 126.92º | 0.76% | 0.67% | - |
| XYZ | 16.45 | 30.29 | 8.85 | - |
| YUV | 120.02 | 92.43 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 57 | 0.76 | 0 | 0.67 | 0.33 | 126.92 | 0.61 | 0.42 |
| Hex | 2A | AC | 39 | 4C | 0 | 43 | 21 | 7F | 3D | 2A |
| Octal | 52 | 254 | 71 | 114 | 0 | 103 | 41 | 177 | 75 | 52 |
| Binary | 101010 | 10101100 | 111001 | 1001100 | 0 | 1000011 | 100001 | 1111111 | 111101 | 101010 |
Color Harmonies of #2AAC39
Complementary color
Monochromatic Colors of #2AAC39
Black with #2AAC39
Text Example
Text Example
White with #2AAC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC39; }
p { color: rgb(42,172,57); }
H1.HeaderClassName
{
color: #2AAC39;
}
.AnyTagClassName
{
color: #2AAC39;
}
</style>
background-color css
<style>
a { background-color: #2AAC39; }
a { background-color: rgb(42,172,57); }
div.DivClassName
{
background-color: #2AAC39;
}
.BgClassName
{
background-color: #2AAC39;
}
</style>
border-color css
<style>
span { border-color: #2AAC39; }
span { border-color: rgb(42,172,57); }
td.TdClassName
{
border-color: #2AAC39;
}
.TagClassName
{
border-color: #2AAC39;
}
</style>