Shades of Lime Green #49DF48
Tints of Lime Green #49DF48
RGB
CMYK
RGB Variations
Color information
#49DF48 (or 0x49DF48) is known color: Lime Green. HEX triplet: 49, DF and 48. RGB value is (73,223,72). Sum of RGB (Red+Green+Blue) = 73+223+72=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF48 is #B620B7. Grayscale: #A1A1A1. Windows color (decimal): -11935928 or 4775753. OLE color: 4775753.
HSL color Cylindrical-coordinate representation of color #49DF48: hue angle of 119.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49DF48 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 72 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.13 |
| HSL | 119.6º | 0.7% | 0.58% | - |
| HSV(B) | 119.6º | 0.68% | 0.87% | - |
| XYZ | 30.31 | 54.66 | 15.08 | - |
| YUV | 160.94 | 77.81 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 72 | 0.67 | 0 | 0.68 | 0.13 | 119.6 | 0.7 | 0.58 |
| Hex | 49 | DF | 48 | 43 | 0 | 44 | D | 78 | 46 | 3A |
| Octal | 111 | 337 | 110 | 103 | 0 | 104 | 15 | 170 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1001000 | 1000011 | 0 | 1000100 | 1101 | 1111000 | 1000110 | 111010 |
Color Harmonies of #49DF48
Complementary color
Monochromatic Colors of #49DF48
Black with #49DF48
Text Example
Text Example
White with #49DF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF48; }
p { color: rgb(73,223,72); }
H1.HeaderClassName
{
color: #49DF48;
}
.AnyTagClassName
{
color: #49DF48;
}
</style>
background-color css
<style>
a { background-color: #49DF48; }
a { background-color: rgb(73,223,72); }
div.DivClassName
{
background-color: #49DF48;
}
.BgClassName
{
background-color: #49DF48;
}
</style>
border-color css
<style>
span { border-color: #49DF48; }
span { border-color: rgb(73,223,72); }
td.TdClassName
{
border-color: #49DF48;
}
.TagClassName
{
border-color: #49DF48;
}
</style>