Shades of Lime Green #49DF49
Tints of Lime Green #49DF49
RGB
CMYK
RGB Variations
Color information
#49DF49 (or 0x49DF49) is known color: Lime Green. HEX triplet: 49, DF and 49. RGB value is (73,223,73). Sum of RGB (Red+Green+Blue) = 73+223+73=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF49 is #B620B6. Grayscale: #A1A1A1. Windows color (decimal): -11935927 or 4841289. OLE color: 4841289.
HSL color Cylindrical-coordinate representation of color #49DF49: hue angle of 120º 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 #49DF49 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 73 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.13 |
| HSL | 120º | 0.7% | 0.58% | - |
| HSV(B) | 120º | 0.67% | 0.87% | - |
| XYZ | 30.34 | 54.67 | 15.26 | - |
| YUV | 161.05 | 78.31 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 73 | 0.67 | 0 | 0.67 | 0.13 | 120 | 0.7 | 0.58 |
| Hex | 49 | DF | 49 | 43 | 0 | 43 | D | 78 | 46 | 3A |
| Octal | 111 | 337 | 111 | 103 | 0 | 103 | 15 | 170 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1001001 | 1000011 | 0 | 1000011 | 1101 | 1111000 | 1000110 | 111010 |
Color Harmonies of #49DF49
Complementary color
Monochromatic Colors of #49DF49
Black with #49DF49
Text Example
Text Example
White with #49DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF49; }
p { color: rgb(73,223,73); }
H1.HeaderClassName
{
color: #49DF49;
}
.AnyTagClassName
{
color: #49DF49;
}
</style>
background-color css
<style>
a { background-color: #49DF49; }
a { background-color: rgb(73,223,73); }
div.DivClassName
{
background-color: #49DF49;
}
.BgClassName
{
background-color: #49DF49;
}
</style>
border-color css
<style>
span { border-color: #49DF49; }
span { border-color: rgb(73,223,73); }
td.TdClassName
{
border-color: #49DF49;
}
.TagClassName
{
border-color: #49DF49;
}
</style>