Shades of Lime Green #49DF38
Tints of Lime Green #49DF38
RGB
CMYK
RGB Variations
Color information
#49DF38 (or 0x49DF38) is known color: Lime Green. HEX triplet: 49, DF and 38. RGB value is (73,223,56). Sum of RGB (Red+Green+Blue) = 73+223+56=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF38 is #B620C7. Grayscale: #9F9F9F. Windows color (decimal): -11935944 or 3727177. OLE color: 3727177.
HSL color Cylindrical-coordinate representation of color #49DF38: hue angle of 113.89º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49DF38 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 56 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.13 |
| HSL | 113.89º | 0.72% | 0.55% | - |
| HSV(B) | 113.89º | 0.75% | 0.87% | - |
| XYZ | 29.85 | 54.48 | 12.68 | - |
| YUV | 159.11 | 69.81 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 56 | 0.67 | 0 | 0.75 | 0.13 | 113.89 | 0.72 | 0.55 |
| Hex | 49 | DF | 38 | 43 | 0 | 4B | D | 72 | 48 | 37 |
| Octal | 111 | 337 | 70 | 103 | 0 | 113 | 15 | 162 | 110 | 67 |
| Binary | 1001001 | 11011111 | 111000 | 1000011 | 0 | 1001011 | 1101 | 1110010 | 1001000 | 110111 |
Color Harmonies of #49DF38
Complementary color
Monochromatic Colors of #49DF38
Black with #49DF38
Text Example
Text Example
White with #49DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF38; }
p { color: rgb(73,223,56); }
H1.HeaderClassName
{
color: #49DF38;
}
.AnyTagClassName
{
color: #49DF38;
}
</style>
background-color css
<style>
a { background-color: #49DF38; }
a { background-color: rgb(73,223,56); }
div.DivClassName
{
background-color: #49DF38;
}
.BgClassName
{
background-color: #49DF38;
}
</style>
border-color css
<style>
span { border-color: #49DF38; }
span { border-color: rgb(73,223,56); }
td.TdClassName
{
border-color: #49DF38;
}
.TagClassName
{
border-color: #49DF38;
}
</style>