Shades of Lime Green #49D751
Tints of Lime Green #49D751
RGB
CMYK
RGB Variations
Color information
#49D751 (or 0x49D751) is known color: Lime Green. HEX triplet: 49, D7 and 51. RGB value is (73,215,81). Sum of RGB (Red+Green+Blue) = 73+215+81=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #49D751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D751 is #B628AE. Grayscale: #9D9D9D. Windows color (decimal): -11937967 or 5363529. OLE color: 5363529.
HSL color Cylindrical-coordinate representation of color #49D751: hue angle of 123.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D751 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 81 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.16 |
| HSL | 123.38º | 0.64% | 0.56% | - |
| HSV(B) | 123.38º | 0.66% | 0.84% | - |
| XYZ | 28.53 | 50.61 | 16.05 | - |
| YUV | 157.27 | 84.96 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 81 | 0.66 | 0 | 0.62 | 0.16 | 123.38 | 0.64 | 0.56 |
| Hex | 49 | D7 | 51 | 42 | 0 | 3E | 10 | 7B | 40 | 38 |
| Octal | 111 | 327 | 121 | 102 | 0 | 76 | 20 | 173 | 100 | 70 |
| Binary | 1001001 | 11010111 | 1010001 | 1000010 | 0 | 111110 | 10000 | 1111011 | 1000000 | 111000 |
Color Harmonies of #49D751
Complementary color
Monochromatic Colors of #49D751
Black with #49D751
Text Example
Text Example
White with #49D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D751; }
p { color: rgb(73,215,81); }
H1.HeaderClassName
{
color: #49D751;
}
.AnyTagClassName
{
color: #49D751;
}
</style>
background-color css
<style>
a { background-color: #49D751; }
a { background-color: rgb(73,215,81); }
div.DivClassName
{
background-color: #49D751;
}
.BgClassName
{
background-color: #49D751;
}
</style>
border-color css
<style>
span { border-color: #49D751; }
span { border-color: rgb(73,215,81); }
td.TdClassName
{
border-color: #49D751;
}
.TagClassName
{
border-color: #49D751;
}
</style>