Shades of Lime Green #49DF37
Tints of Lime Green #49DF37
RGB
CMYK
RGB Variations
Color information
#49DF37 (or 0x49DF37) is known color: Lime Green. HEX triplet: 49, DF and 37. RGB value is (73,223,55). Sum of RGB (Red+Green+Blue) = 73+223+55=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF37 is #B620C8. Grayscale: #9F9F9F. Windows color (decimal): -11935945 or 3661641. OLE color: 3661641.
HSL color Cylindrical-coordinate representation of color #49DF37: hue angle of 113.57º 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 #49DF37 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 55 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.13 |
| HSL | 113.57º | 0.72% | 0.55% | - |
| HSV(B) | 113.57º | 0.75% | 0.87% | - |
| XYZ | 29.82 | 54.47 | 12.56 | - |
| YUV | 159 | 69.31 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 55 | 0.67 | 0 | 0.75 | 0.13 | 113.57 | 0.72 | 0.55 |
| Hex | 49 | DF | 37 | 43 | 0 | 4B | D | 72 | 48 | 37 |
| Octal | 111 | 337 | 67 | 103 | 0 | 113 | 15 | 162 | 110 | 67 |
| Binary | 1001001 | 11011111 | 110111 | 1000011 | 0 | 1001011 | 1101 | 1110010 | 1001000 | 110111 |
Color Harmonies of #49DF37
Complementary color
Monochromatic Colors of #49DF37
Black with #49DF37
Text Example
Text Example
White with #49DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF37; }
p { color: rgb(73,223,55); }
H1.HeaderClassName
{
color: #49DF37;
}
.AnyTagClassName
{
color: #49DF37;
}
</style>
background-color css
<style>
a { background-color: #49DF37; }
a { background-color: rgb(73,223,55); }
div.DivClassName
{
background-color: #49DF37;
}
.BgClassName
{
background-color: #49DF37;
}
</style>
border-color css
<style>
span { border-color: #49DF37; }
span { border-color: rgb(73,223,55); }
td.TdClassName
{
border-color: #49DF37;
}
.TagClassName
{
border-color: #49DF37;
}
</style>