Shades of Lime Green #2AAD2C
Tints of Lime Green #2AAD2C
RGB
CMYK
RGB Variations
Color information
#2AAD2C (or 0x2AAD2C) is known color: Lime Green. HEX triplet: 2A, AD and 2C. RGB value is (42,173,44). Sum of RGB (Red+Green+Blue) = 42+173+44=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD2C is #D552D3. Grayscale: #777777. Windows color (decimal): -13980372 or 2927914. OLE color: 2927914.
HSL color Cylindrical-coordinate representation of color #2AAD2C: hue angle of 120.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD2C is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 44 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.32 |
| HSL | 120.92º | 0.61% | 0.42% | - |
| HSV(B) | 120.92º | 0.76% | 0.68% | - |
| XYZ | 16.35 | 30.56 | 7.42 | - |
| YUV | 119.13 | 85.6 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 44 | 0.76 | 0 | 0.75 | 0.32 | 120.92 | 0.61 | 0.42 |
| Hex | 2A | AD | 2C | 4C | 0 | 4B | 20 | 79 | 3D | 2A |
| Octal | 52 | 255 | 54 | 114 | 0 | 113 | 40 | 171 | 75 | 52 |
| Binary | 101010 | 10101101 | 101100 | 1001100 | 0 | 1001011 | 100000 | 1111001 | 111101 | 101010 |
Color Harmonies of #2AAD2C
Complementary color
Monochromatic Colors of #2AAD2C
Black with #2AAD2C
Text Example
Text Example
White with #2AAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD2C; }
p { color: rgb(42,173,44); }
H1.HeaderClassName
{
color: #2AAD2C;
}
.AnyTagClassName
{
color: #2AAD2C;
}
</style>
background-color css
<style>
a { background-color: #2AAD2C; }
a { background-color: rgb(42,173,44); }
div.DivClassName
{
background-color: #2AAD2C;
}
.BgClassName
{
background-color: #2AAD2C;
}
</style>
border-color css
<style>
span { border-color: #2AAD2C; }
span { border-color: rgb(42,173,44); }
td.TdClassName
{
border-color: #2AAD2C;
}
.TagClassName
{
border-color: #2AAD2C;
}
</style>