Shades of Lime Green #49DF44
Tints of Lime Green #49DF44
RGB
CMYK
RGB Variations
Color information
#49DF44 (or 0x49DF44) is known color: Lime Green. HEX triplet: 49, DF and 44. RGB value is (73,223,68). Sum of RGB (Red+Green+Blue) = 73+223+68=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 223 (87.5% from 255 or 61.26% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF44 is #B620BB. Grayscale: #A0A0A0. Windows color (decimal): -11935932 or 4513609. OLE color: 4513609.
HSL color Cylindrical-coordinate representation of color #49DF44: hue angle of 118.06º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DF44 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 68 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.13 |
| HSL | 118.06º | 0.71% | 0.57% | - |
| HSV(B) | 118.06º | 0.7% | 0.87% | - |
| XYZ | 30.18 | 54.61 | 14.42 | - |
| YUV | 160.48 | 75.81 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 68 | 0.67 | 0 | 0.70 | 0.13 | 118.06 | 0.71 | 0.57 |
| Hex | 49 | DF | 44 | 43 | 0 | 46 | D | 76 | 47 | 39 |
| Octal | 111 | 337 | 104 | 103 | 0 | 106 | 15 | 166 | 107 | 71 |
| Binary | 1001001 | 11011111 | 1000100 | 1000011 | 0 | 1000110 | 1101 | 1110110 | 1000111 | 111001 |
Color Harmonies of #49DF44
Complementary color
Monochromatic Colors of #49DF44
Black with #49DF44
Text Example
Text Example
White with #49DF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF44; }
p { color: rgb(73,223,68); }
H1.HeaderClassName
{
color: #49DF44;
}
.AnyTagClassName
{
color: #49DF44;
}
</style>
background-color css
<style>
a { background-color: #49DF44; }
a { background-color: rgb(73,223,68); }
div.DivClassName
{
background-color: #49DF44;
}
.BgClassName
{
background-color: #49DF44;
}
</style>
border-color css
<style>
span { border-color: #49DF44; }
span { border-color: rgb(73,223,68); }
td.TdClassName
{
border-color: #49DF44;
}
.TagClassName
{
border-color: #49DF44;
}
</style>