Shades of Lime Green #2AD049
Tints of Lime Green #2AD049
RGB
CMYK
RGB Variations
Color information
#2AD049 (or 0x2AD049) is known color: Lime Green. HEX triplet: 2A, D0 and 49. RGB value is (42,208,73). Sum of RGB (Red+Green+Blue) = 42+208+73=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD049 is #D52FB6. Grayscale: #8F8F8F. Windows color (decimal): -13971383 or 4837418. OLE color: 4837418.
HSL color Cylindrical-coordinate representation of color #2AD049: hue angle of 131.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD049 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 73 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.18 |
| HSL | 131.2º | 0.66% | 0.49% | - |
| HSV(B) | 131.2º | 0.8% | 0.82% | - |
| XYZ | 24.71 | 46.09 | 13.9 | - |
| YUV | 142.98 | 88.5 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 73 | 0.80 | 0 | 0.65 | 0.18 | 131.2 | 0.66 | 0.49 |
| Hex | 2A | D0 | 49 | 50 | 0 | 41 | 12 | 83 | 42 | 31 |
| Octal | 52 | 320 | 111 | 120 | 0 | 101 | 22 | 203 | 102 | 61 |
| Binary | 101010 | 11010000 | 1001001 | 1010000 | 0 | 1000001 | 10010 | 10000011 | 1000010 | 110001 |
Color Harmonies of #2AD049
Complementary color
Monochromatic Colors of #2AD049
Black with #2AD049
Text Example
Text Example
White with #2AD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD049; }
p { color: rgb(42,208,73); }
H1.HeaderClassName
{
color: #2AD049;
}
.AnyTagClassName
{
color: #2AD049;
}
</style>
background-color css
<style>
a { background-color: #2AD049; }
a { background-color: rgb(42,208,73); }
div.DivClassName
{
background-color: #2AD049;
}
.BgClassName
{
background-color: #2AD049;
}
</style>
border-color css
<style>
span { border-color: #2AD049; }
span { border-color: rgb(42,208,73); }
td.TdClassName
{
border-color: #2AD049;
}
.TagClassName
{
border-color: #2AD049;
}
</style>