Shades of Lime Green #49DB31
Tints of Lime Green #49DB31
RGB
CMYK
RGB Variations
Color information
#49DB31 (or 0x49DB31) is known color: Lime Green. HEX triplet: 49, DB and 31. RGB value is (73,219,49). Sum of RGB (Red+Green+Blue) = 73+219+49=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DB31 is #B624CE. Grayscale: #9C9C9C. Windows color (decimal): -11936975 or 3267401. OLE color: 3267401.
HSL color Cylindrical-coordinate representation of color #49DB31: hue angle of 111.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49DB31 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 49 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.14 |
| HSL | 111.53º | 0.7% | 0.53% | - |
| HSV(B) | 111.53º | 0.78% | 0.86% | - |
| XYZ | 28.63 | 52.3 | 11.49 | - |
| YUV | 155.97 | 67.63 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 49 | 0.67 | 0 | 0.78 | 0.14 | 111.53 | 0.7 | 0.53 |
| Hex | 49 | DB | 31 | 43 | 0 | 4E | E | 70 | 46 | 35 |
| Octal | 111 | 333 | 61 | 103 | 0 | 116 | 16 | 160 | 106 | 65 |
| Binary | 1001001 | 11011011 | 110001 | 1000011 | 0 | 1001110 | 1110 | 1110000 | 1000110 | 110101 |
Color Harmonies of #49DB31
Complementary color
Monochromatic Colors of #49DB31
Black with #49DB31
Text Example
Text Example
White with #49DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB31; }
p { color: rgb(73,219,49); }
H1.HeaderClassName
{
color: #49DB31;
}
.AnyTagClassName
{
color: #49DB31;
}
</style>
background-color css
<style>
a { background-color: #49DB31; }
a { background-color: rgb(73,219,49); }
div.DivClassName
{
background-color: #49DB31;
}
.BgClassName
{
background-color: #49DB31;
}
</style>
border-color css
<style>
span { border-color: #49DB31; }
span { border-color: rgb(73,219,49); }
td.TdClassName
{
border-color: #49DB31;
}
.TagClassName
{
border-color: #49DB31;
}
</style>