Shades of Lime Green #2AAA3A
Tints of Lime Green #2AAA3A
RGB
CMYK
RGB Variations
Color information
#2AAA3A (or 0x2AAA3A) is known color: Lime Green. HEX triplet: 2A, AA and 3A. RGB value is (42,170,58). Sum of RGB (Red+Green+Blue) = 42+170+58=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA3A is #D555C5. Grayscale: #777777. Windows color (decimal): -13981126 or 3844650. OLE color: 3844650.
HSL color Cylindrical-coordinate representation of color #2AAA3A: hue angle of 127.5º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA3A is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 58 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.33 |
| HSL | 127.5º | 0.6% | 0.42% | - |
| HSV(B) | 127.5º | 0.75% | 0.67% | - |
| XYZ | 16.09 | 29.55 | 8.86 | - |
| YUV | 118.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 58 | 0.75 | 0 | 0.66 | 0.33 | 127.5 | 0.6 | 0.42 |
| Hex | 2A | AA | 3A | 4B | 0 | 42 | 21 | 80 | 3C | 2A |
| Octal | 52 | 252 | 72 | 113 | 0 | 102 | 41 | 200 | 74 | 52 |
| Binary | 101010 | 10101010 | 111010 | 1001011 | 0 | 1000010 | 100001 | 10000000 | 111100 | 101010 |
Color Harmonies of #2AAA3A
Complementary color
Monochromatic Colors of #2AAA3A
Black with #2AAA3A
Text Example
Text Example
White with #2AAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA3A; }
p { color: rgb(42,170,58); }
H1.HeaderClassName
{
color: #2AAA3A;
}
.AnyTagClassName
{
color: #2AAA3A;
}
</style>
background-color css
<style>
a { background-color: #2AAA3A; }
a { background-color: rgb(42,170,58); }
div.DivClassName
{
background-color: #2AAA3A;
}
.BgClassName
{
background-color: #2AAA3A;
}
</style>
border-color css
<style>
span { border-color: #2AAA3A; }
span { border-color: rgb(42,170,58); }
td.TdClassName
{
border-color: #2AAA3A;
}
.TagClassName
{
border-color: #2AAA3A;
}
</style>