Shades of Lime Green #2AAD39
Tints of Lime Green #2AAD39
RGB
CMYK
RGB Variations
Color information
#2AAD39 (or 0x2AAD39) is known color: Lime Green. HEX triplet: 2A, AD and 39. RGB value is (42,173,57). Sum of RGB (Red+Green+Blue) = 42+173+57=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 173 (67.97% from 255 or 63.60% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD39 is #D552C6. Grayscale: #787878. Windows color (decimal): -13980359 or 3779882. OLE color: 3779882.
HSL color Cylindrical-coordinate representation of color #2AAD39: hue angle of 126.87º 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 #2AAD39 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 57 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.32 |
| HSL | 126.87º | 0.61% | 0.42% | - |
| HSV(B) | 126.87º | 0.76% | 0.68% | - |
| XYZ | 16.64 | 30.67 | 8.91 | - |
| YUV | 120.61 | 92.1 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 57 | 0.76 | 0 | 0.67 | 0.32 | 126.87 | 0.61 | 0.42 |
| Hex | 2A | AD | 39 | 4C | 0 | 43 | 20 | 7F | 3D | 2A |
| Octal | 52 | 255 | 71 | 114 | 0 | 103 | 40 | 177 | 75 | 52 |
| Binary | 101010 | 10101101 | 111001 | 1001100 | 0 | 1000011 | 100000 | 1111111 | 111101 | 101010 |
Color Harmonies of #2AAD39
Complementary color
Monochromatic Colors of #2AAD39
Black with #2AAD39
Text Example
Text Example
White with #2AAD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD39; }
p { color: rgb(42,173,57); }
H1.HeaderClassName
{
color: #2AAD39;
}
.AnyTagClassName
{
color: #2AAD39;
}
</style>
background-color css
<style>
a { background-color: #2AAD39; }
a { background-color: rgb(42,173,57); }
div.DivClassName
{
background-color: #2AAD39;
}
.BgClassName
{
background-color: #2AAD39;
}
</style>
border-color css
<style>
span { border-color: #2AAD39; }
span { border-color: rgb(42,173,57); }
td.TdClassName
{
border-color: #2AAD39;
}
.TagClassName
{
border-color: #2AAD39;
}
</style>