Shades of Lime Green #49DB34
Tints of Lime Green #49DB34
RGB
CMYK
RGB Variations
Color information
#49DB34 (or 0x49DB34) is known color: Lime Green. HEX triplet: 49, DB and 34. RGB value is (73,219,52). Sum of RGB (Red+Green+Blue) = 73+219+52=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 219 (85.94% from 255 or 63.66% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DB34 is #B624CB. Grayscale: #9C9C9C. Windows color (decimal): -11936972 or 3464009. OLE color: 3464009.
HSL color Cylindrical-coordinate representation of color #49DB34: hue angle of 112.46º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49DB34 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 52 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.14 |
| HSL | 112.46º | 0.7% | 0.53% | - |
| HSV(B) | 112.46º | 0.76% | 0.86% | - |
| XYZ | 28.7 | 52.33 | 11.84 | - |
| YUV | 156.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 52 | 0.67 | 0 | 0.76 | 0.14 | 112.46 | 0.7 | 0.53 |
| Hex | 49 | DB | 34 | 43 | 0 | 4C | E | 70 | 46 | 35 |
| Octal | 111 | 333 | 64 | 103 | 0 | 114 | 16 | 160 | 106 | 65 |
| Binary | 1001001 | 11011011 | 110100 | 1000011 | 0 | 1001100 | 1110 | 1110000 | 1000110 | 110101 |
Color Harmonies of #49DB34
Complementary color
Monochromatic Colors of #49DB34
Black with #49DB34
Text Example
Text Example
White with #49DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB34; }
p { color: rgb(73,219,52); }
H1.HeaderClassName
{
color: #49DB34;
}
.AnyTagClassName
{
color: #49DB34;
}
</style>
background-color css
<style>
a { background-color: #49DB34; }
a { background-color: rgb(73,219,52); }
div.DivClassName
{
background-color: #49DB34;
}
.BgClassName
{
background-color: #49DB34;
}
</style>
border-color css
<style>
span { border-color: #49DB34; }
span { border-color: rgb(73,219,52); }
td.TdClassName
{
border-color: #49DB34;
}
.TagClassName
{
border-color: #49DB34;
}
</style>