Shades of Lime Green #49D852
Tints of Lime Green #49D852
RGB
CMYK
RGB Variations
Color information
#49D852 (or 0x49D852) is known color: Lime Green. HEX triplet: 49, D8 and 52. RGB value is (73,216,82). Sum of RGB (Red+Green+Blue) = 73+216+82=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #49D852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D852 is #B627AD. Grayscale: #9E9E9E. Windows color (decimal): -11937710 or 5429321. OLE color: 5429321.
HSL color Cylindrical-coordinate representation of color #49D852: hue angle of 123.78º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D852 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 82 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.15 |
| HSL | 123.78º | 0.65% | 0.57% | - |
| HSV(B) | 123.78º | 0.66% | 0.85% | - |
| XYZ | 28.83 | 51.14 | 16.33 | - |
| YUV | 157.97 | 85.12 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 82 | 0.66 | 0 | 0.62 | 0.15 | 123.78 | 0.65 | 0.57 |
| Hex | 49 | D8 | 52 | 42 | 0 | 3E | F | 7C | 41 | 39 |
| Octal | 111 | 330 | 122 | 102 | 0 | 76 | 17 | 174 | 101 | 71 |
| Binary | 1001001 | 11011000 | 1010010 | 1000010 | 0 | 111110 | 1111 | 1111100 | 1000001 | 111001 |
Color Harmonies of #49D852
Complementary color
Monochromatic Colors of #49D852
Black with #49D852
Text Example
Text Example
White with #49D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D852; }
p { color: rgb(73,216,82); }
H1.HeaderClassName
{
color: #49D852;
}
.AnyTagClassName
{
color: #49D852;
}
</style>
background-color css
<style>
a { background-color: #49D852; }
a { background-color: rgb(73,216,82); }
div.DivClassName
{
background-color: #49D852;
}
.BgClassName
{
background-color: #49D852;
}
</style>
border-color css
<style>
span { border-color: #49D852; }
span { border-color: rgb(73,216,82); }
td.TdClassName
{
border-color: #49D852;
}
.TagClassName
{
border-color: #49D852;
}
</style>