Shades of Lime Green #49DA52
Tints of Lime Green #49DA52
RGB
CMYK
RGB Variations
Color information
#49DA52 (or 0x49DA52) is known color: Lime Green. HEX triplet: 49, DA and 52. RGB value is (73,218,82). Sum of RGB (Red+Green+Blue) = 73+218+82=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA52 is #B625AD. Grayscale: #9F9F9F. Windows color (decimal): -11937198 or 5429833. OLE color: 5429833.
HSL color Cylindrical-coordinate representation of color #49DA52: hue angle of 123.72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA52 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 82 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.15 |
| HSL | 123.72º | 0.66% | 0.57% | - |
| HSV(B) | 123.72º | 0.67% | 0.85% | - |
| XYZ | 29.34 | 52.17 | 16.51 | - |
| YUV | 159.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 82 | 0.67 | 0 | 0.62 | 0.15 | 123.72 | 0.66 | 0.57 |
| Hex | 49 | DA | 52 | 43 | 0 | 3E | F | 7C | 42 | 39 |
| Octal | 111 | 332 | 122 | 103 | 0 | 76 | 17 | 174 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1010010 | 1000011 | 0 | 111110 | 1111 | 1111100 | 1000010 | 111001 |
Color Harmonies of #49DA52
Complementary color
Monochromatic Colors of #49DA52
Black with #49DA52
Text Example
Text Example
White with #49DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA52; }
p { color: rgb(73,218,82); }
H1.HeaderClassName
{
color: #49DA52;
}
.AnyTagClassName
{
color: #49DA52;
}
</style>
background-color css
<style>
a { background-color: #49DA52; }
a { background-color: rgb(73,218,82); }
div.DivClassName
{
background-color: #49DA52;
}
.BgClassName
{
background-color: #49DA52;
}
</style>
border-color css
<style>
span { border-color: #49DA52; }
span { border-color: rgb(73,218,82); }
td.TdClassName
{
border-color: #49DA52;
}
.TagClassName
{
border-color: #49DA52;
}
</style>