Shades of Lime Green #2AAC30
Tints of Lime Green #2AAC30
RGB
CMYK
RGB Variations
Color information
#2AAC30 (or 0x2AAC30) is known color: Lime Green. HEX triplet: 2A, AC and 30. RGB value is (42,172,48). Sum of RGB (Red+Green+Blue) = 42+172+48=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC30 is #D553CF. Grayscale: #777777. Windows color (decimal): -13980624 or 3189802. OLE color: 3189802.
HSL color Cylindrical-coordinate representation of color #2AAC30: hue angle of 122.77º 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 #2AAC30 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 48 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.33 |
| HSL | 122.77º | 0.61% | 0.42% | - |
| HSV(B) | 122.77º | 0.76% | 0.67% | - |
| XYZ | 16.24 | 30.21 | 7.77 | - |
| YUV | 118.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 48 | 0.76 | 0 | 0.72 | 0.33 | 122.77 | 0.61 | 0.42 |
| Hex | 2A | AC | 30 | 4C | 0 | 48 | 21 | 7B | 3D | 2A |
| Octal | 52 | 254 | 60 | 114 | 0 | 110 | 41 | 173 | 75 | 52 |
| Binary | 101010 | 10101100 | 110000 | 1001100 | 0 | 1001000 | 100001 | 1111011 | 111101 | 101010 |
Color Harmonies of #2AAC30
Complementary color
Monochromatic Colors of #2AAC30
Black with #2AAC30
Text Example
Text Example
White with #2AAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC30; }
p { color: rgb(42,172,48); }
H1.HeaderClassName
{
color: #2AAC30;
}
.AnyTagClassName
{
color: #2AAC30;
}
</style>
background-color css
<style>
a { background-color: #2AAC30; }
a { background-color: rgb(42,172,48); }
div.DivClassName
{
background-color: #2AAC30;
}
.BgClassName
{
background-color: #2AAC30;
}
</style>
border-color css
<style>
span { border-color: #2AAC30; }
span { border-color: rgb(42,172,48); }
td.TdClassName
{
border-color: #2AAC30;
}
.TagClassName
{
border-color: #2AAC30;
}
</style>