Shades of Lime Green #49DA51
Tints of Lime Green #49DA51
RGB
CMYK
RGB Variations
Color information
#49DA51 (or 0x49DA51) is known color: Lime Green. HEX triplet: 49, DA and 51. RGB value is (73,218,81). Sum of RGB (Red+Green+Blue) = 73+218+81=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 218 (85.55% from 255 or 58.60% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA51 is #B625AE. Grayscale: #9F9F9F. Windows color (decimal): -11937199 or 5364297. OLE color: 5364297.
HSL color Cylindrical-coordinate representation of color #49DA51: hue angle of 123.31º 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 #49DA51 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 81 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.15 |
| HSL | 123.31º | 0.66% | 0.57% | - |
| HSV(B) | 123.31º | 0.67% | 0.85% | - |
| XYZ | 29.3 | 52.15 | 16.31 | - |
| YUV | 159.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 81 | 0.67 | 0 | 0.63 | 0.15 | 123.31 | 0.66 | 0.57 |
| Hex | 49 | DA | 51 | 43 | 0 | 3F | F | 7B | 42 | 39 |
| Octal | 111 | 332 | 121 | 103 | 0 | 77 | 17 | 173 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1010001 | 1000011 | 0 | 111111 | 1111 | 1111011 | 1000010 | 111001 |
Color Harmonies of #49DA51
Complementary color
Monochromatic Colors of #49DA51
Black with #49DA51
Text Example
Text Example
White with #49DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA51; }
p { color: rgb(73,218,81); }
H1.HeaderClassName
{
color: #49DA51;
}
.AnyTagClassName
{
color: #49DA51;
}
</style>
background-color css
<style>
a { background-color: #49DA51; }
a { background-color: rgb(73,218,81); }
div.DivClassName
{
background-color: #49DA51;
}
.BgClassName
{
background-color: #49DA51;
}
</style>
border-color css
<style>
span { border-color: #49DA51; }
span { border-color: rgb(73,218,81); }
td.TdClassName
{
border-color: #49DA51;
}
.TagClassName
{
border-color: #49DA51;
}
</style>