Shades of Lime Green #49DA54
Tints of Lime Green #49DA54
RGB
CMYK
RGB Variations
Color information
#49DA54 (or 0x49DA54) is known color: Lime Green. HEX triplet: 49, DA and 54. RGB value is (73,218,84). Sum of RGB (Red+Green+Blue) = 73+218+84=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA54 is #B625AB. Grayscale: #9F9F9F. Windows color (decimal): -11937196 or 5560905. OLE color: 5560905.
HSL color Cylindrical-coordinate representation of color #49DA54: hue angle of 124.55º 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 #49DA54 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 84 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.15 |
| HSL | 124.55º | 0.66% | 0.57% | - |
| HSV(B) | 124.55º | 0.67% | 0.85% | - |
| XYZ | 29.42 | 52.2 | 16.91 | - |
| YUV | 159.37 | 85.46 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 84 | 0.67 | 0 | 0.61 | 0.15 | 124.55 | 0.66 | 0.57 |
| Hex | 49 | DA | 54 | 43 | 0 | 3D | F | 7D | 42 | 39 |
| Octal | 111 | 332 | 124 | 103 | 0 | 75 | 17 | 175 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1010100 | 1000011 | 0 | 111101 | 1111 | 1111101 | 1000010 | 111001 |
Color Harmonies of #49DA54
Complementary color
Monochromatic Colors of #49DA54
Black with #49DA54
Text Example
Text Example
White with #49DA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA54; }
p { color: rgb(73,218,84); }
H1.HeaderClassName
{
color: #49DA54;
}
.AnyTagClassName
{
color: #49DA54;
}
</style>
background-color css
<style>
a { background-color: #49DA54; }
a { background-color: rgb(73,218,84); }
div.DivClassName
{
background-color: #49DA54;
}
.BgClassName
{
background-color: #49DA54;
}
</style>
border-color css
<style>
span { border-color: #49DA54; }
span { border-color: rgb(73,218,84); }
td.TdClassName
{
border-color: #49DA54;
}
.TagClassName
{
border-color: #49DA54;
}
</style>