Shades of Lime Green #49DA50
Tints of Lime Green #49DA50
RGB
CMYK
RGB Variations
Color information
#49DA50 (or 0x49DA50) is known color: Lime Green. HEX triplet: 49, DA and 50. RGB value is (73,218,80). Sum of RGB (Red+Green+Blue) = 73+218+80=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA50 is #B625AF. Grayscale: #9F9F9F. Windows color (decimal): -11937200 or 5298761. OLE color: 5298761.
HSL color Cylindrical-coordinate representation of color #49DA50: hue angle of 122.9º 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 #49DA50 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 80 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.15 |
| HSL | 122.9º | 0.66% | 0.57% | - |
| HSV(B) | 122.9º | 0.67% | 0.85% | - |
| XYZ | 29.27 | 52.14 | 16.11 | - |
| YUV | 158.91 | 83.46 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 80 | 0.67 | 0 | 0.63 | 0.15 | 122.9 | 0.66 | 0.57 |
| Hex | 49 | DA | 50 | 43 | 0 | 3F | F | 7B | 42 | 39 |
| Octal | 111 | 332 | 120 | 103 | 0 | 77 | 17 | 173 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1010000 | 1000011 | 0 | 111111 | 1111 | 1111011 | 1000010 | 111001 |
Color Harmonies of #49DA50
Complementary color
Monochromatic Colors of #49DA50
Black with #49DA50
Text Example
Text Example
White with #49DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA50; }
p { color: rgb(73,218,80); }
H1.HeaderClassName
{
color: #49DA50;
}
.AnyTagClassName
{
color: #49DA50;
}
</style>
background-color css
<style>
a { background-color: #49DA50; }
a { background-color: rgb(73,218,80); }
div.DivClassName
{
background-color: #49DA50;
}
.BgClassName
{
background-color: #49DA50;
}
</style>
border-color css
<style>
span { border-color: #49DA50; }
span { border-color: rgb(73,218,80); }
td.TdClassName
{
border-color: #49DA50;
}
.TagClassName
{
border-color: #49DA50;
}
</style>