Shades of Lime Green #49DF4F
Tints of Lime Green #49DF4F
RGB
CMYK
RGB Variations
Color information
#49DF4F (or 0x49DF4F) is known color: Lime Green. HEX triplet: 49, DF and 4F. RGB value is (73,223,79). Sum of RGB (Red+Green+Blue) = 73+223+79=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF4F is #B620B0. Grayscale: #A2A2A2. Windows color (decimal): -11935921 or 5234505. OLE color: 5234505.
HSL color Cylindrical-coordinate representation of color #49DF4F: hue angle of 122.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF4F is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 79 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.13 |
| HSL | 122.4º | 0.7% | 0.58% | - |
| HSV(B) | 122.4º | 0.67% | 0.87% | - |
| XYZ | 30.55 | 54.76 | 16.36 | - |
| YUV | 161.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 79 | 0.67 | 0 | 0.65 | 0.13 | 122.4 | 0.7 | 0.58 |
| Hex | 49 | DF | 4F | 43 | 0 | 41 | D | 7A | 46 | 3A |
| Octal | 111 | 337 | 117 | 103 | 0 | 101 | 15 | 172 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1001111 | 1000011 | 0 | 1000001 | 1101 | 1111010 | 1000110 | 111010 |
Color Harmonies of #49DF4F
Complementary color
Monochromatic Colors of #49DF4F
Black with #49DF4F
Text Example
Text Example
White with #49DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF4F; }
p { color: rgb(73,223,79); }
H1.HeaderClassName
{
color: #49DF4F;
}
.AnyTagClassName
{
color: #49DF4F;
}
</style>
background-color css
<style>
a { background-color: #49DF4F; }
a { background-color: rgb(73,223,79); }
div.DivClassName
{
background-color: #49DF4F;
}
.BgClassName
{
background-color: #49DF4F;
}
</style>
border-color css
<style>
span { border-color: #49DF4F; }
span { border-color: rgb(73,223,79); }
td.TdClassName
{
border-color: #49DF4F;
}
.TagClassName
{
border-color: #49DF4F;
}
</style>