Shades of Lime Green #49D951
Tints of Lime Green #49D951
RGB
CMYK
RGB Variations
Color information
#49D951 (or 0x49D951) is known color: Lime Green. HEX triplet: 49, D9 and 51. RGB value is (73,217,81). Sum of RGB (Red+Green+Blue) = 73+217+81=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #49D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D951 is #B626AE. Grayscale: #9E9E9E. Windows color (decimal): -11937455 or 5364041. OLE color: 5364041.
HSL color Cylindrical-coordinate representation of color #49D951: hue angle of 123.33º 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 #49D951 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 81 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.15 |
| HSL | 123.33º | 0.65% | 0.57% | - |
| HSV(B) | 123.33º | 0.66% | 0.85% | - |
| XYZ | 29.05 | 51.64 | 16.22 | - |
| YUV | 158.44 | 84.29 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 81 | 0.66 | 0 | 0.63 | 0.15 | 123.33 | 0.65 | 0.57 |
| Hex | 49 | D9 | 51 | 42 | 0 | 3F | F | 7B | 41 | 39 |
| Octal | 111 | 331 | 121 | 102 | 0 | 77 | 17 | 173 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1010001 | 1000010 | 0 | 111111 | 1111 | 1111011 | 1000001 | 111001 |
Color Harmonies of #49D951
Complementary color
Monochromatic Colors of #49D951
Black with #49D951
Text Example
Text Example
White with #49D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D951; }
p { color: rgb(73,217,81); }
H1.HeaderClassName
{
color: #49D951;
}
.AnyTagClassName
{
color: #49D951;
}
</style>
background-color css
<style>
a { background-color: #49D951; }
a { background-color: rgb(73,217,81); }
div.DivClassName
{
background-color: #49D951;
}
.BgClassName
{
background-color: #49D951;
}
</style>
border-color css
<style>
span { border-color: #49D951; }
span { border-color: rgb(73,217,81); }
td.TdClassName
{
border-color: #49D951;
}
.TagClassName
{
border-color: #49D951;
}
</style>