Shades of Lime Green #2AAC3B
Tints of Lime Green #2AAC3B
RGB
CMYK
RGB Variations
Color information
#2AAC3B (or 0x2AAC3B) is known color: Lime Green. HEX triplet: 2A, AC and 3B. RGB value is (42,172,59). Sum of RGB (Red+Green+Blue) = 42+172+59=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC3B is #D553C4. Grayscale: #787878. Windows color (decimal): -13980613 or 3910698. OLE color: 3910698.
HSL color Cylindrical-coordinate representation of color #2AAC3B: hue angle of 127.85º 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 #2AAC3B is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 59 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.33 |
| HSL | 127.85º | 0.61% | 0.42% | - |
| HSV(B) | 127.85º | 0.76% | 0.67% | - |
| XYZ | 16.5 | 30.31 | 9.12 | - |
| YUV | 120.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 59 | 0.76 | 0 | 0.66 | 0.33 | 127.85 | 0.61 | 0.42 |
| Hex | 2A | AC | 3B | 4C | 0 | 42 | 21 | 80 | 3D | 2A |
| Octal | 52 | 254 | 73 | 114 | 0 | 102 | 41 | 200 | 75 | 52 |
| Binary | 101010 | 10101100 | 111011 | 1001100 | 0 | 1000010 | 100001 | 10000000 | 111101 | 101010 |
Color Harmonies of #2AAC3B
Complementary color
Monochromatic Colors of #2AAC3B
Black with #2AAC3B
Text Example
Text Example
White with #2AAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC3B; }
p { color: rgb(42,172,59); }
H1.HeaderClassName
{
color: #2AAC3B;
}
.AnyTagClassName
{
color: #2AAC3B;
}
</style>
background-color css
<style>
a { background-color: #2AAC3B; }
a { background-color: rgb(42,172,59); }
div.DivClassName
{
background-color: #2AAC3B;
}
.BgClassName
{
background-color: #2AAC3B;
}
</style>
border-color css
<style>
span { border-color: #2AAC3B; }
span { border-color: rgb(42,172,59); }
td.TdClassName
{
border-color: #2AAC3B;
}
.TagClassName
{
border-color: #2AAC3B;
}
</style>