Shades of Lime Green #49DB46
Tints of Lime Green #49DB46
RGB
CMYK
RGB Variations
Color information
#49DB46 (or 0x49DB46) is known color: Lime Green. HEX triplet: 49, DB and 46. RGB value is (73,219,70). Sum of RGB (Red+Green+Blue) = 73+219+70=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DB46 is #B624B9. Grayscale: #9E9E9E. Windows color (decimal): -11936954 or 4643657. OLE color: 4643657.
HSL color Cylindrical-coordinate representation of color #49DB46: hue angle of 118.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49DB46 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 70 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.14 |
| HSL | 118.79º | 0.67% | 0.57% | - |
| HSV(B) | 118.79º | 0.68% | 0.86% | - |
| XYZ | 29.18 | 52.52 | 14.39 | - |
| YUV | 158.36 | 78.13 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 70 | 0.67 | 0 | 0.68 | 0.14 | 118.79 | 0.67 | 0.57 |
| Hex | 49 | DB | 46 | 43 | 0 | 44 | E | 77 | 43 | 39 |
| Octal | 111 | 333 | 106 | 103 | 0 | 104 | 16 | 167 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1000110 | 1000011 | 0 | 1000100 | 1110 | 1110111 | 1000011 | 111001 |
Color Harmonies of #49DB46
Complementary color
Monochromatic Colors of #49DB46
Black with #49DB46
Text Example
Text Example
White with #49DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB46; }
p { color: rgb(73,219,70); }
H1.HeaderClassName
{
color: #49DB46;
}
.AnyTagClassName
{
color: #49DB46;
}
</style>
background-color css
<style>
a { background-color: #49DB46; }
a { background-color: rgb(73,219,70); }
div.DivClassName
{
background-color: #49DB46;
}
.BgClassName
{
background-color: #49DB46;
}
</style>
border-color css
<style>
span { border-color: #49DB46; }
span { border-color: rgb(73,219,70); }
td.TdClassName
{
border-color: #49DB46;
}
.TagClassName
{
border-color: #49DB46;
}
</style>