Shades of Lime Green #49DD46
Tints of Lime Green #49DD46
RGB
CMYK
RGB Variations
Color information
#49DD46 (or 0x49DD46) is known color: Lime Green. HEX triplet: 49, DD and 46. RGB value is (73,221,70). Sum of RGB (Red+Green+Blue) = 73+221+70=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD46 is #B622B9. Grayscale: #9F9F9F. Windows color (decimal): -11936442 or 4644169. OLE color: 4644169.
HSL color Cylindrical-coordinate representation of color #49DD46: hue angle of 118.81º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49DD46 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 70 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.13 |
| HSL | 118.81º | 0.69% | 0.57% | - |
| HSV(B) | 118.81º | 0.68% | 0.87% | - |
| XYZ | 29.71 | 53.57 | 14.57 | - |
| YUV | 159.53 | 77.47 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 70 | 0.67 | 0 | 0.68 | 0.13 | 118.81 | 0.69 | 0.57 |
| Hex | 49 | DD | 46 | 43 | 0 | 44 | D | 77 | 45 | 39 |
| Octal | 111 | 335 | 106 | 103 | 0 | 104 | 15 | 167 | 105 | 71 |
| Binary | 1001001 | 11011101 | 1000110 | 1000011 | 0 | 1000100 | 1101 | 1110111 | 1000101 | 111001 |
Color Harmonies of #49DD46
Complementary color
Monochromatic Colors of #49DD46
Black with #49DD46
Text Example
Text Example
White with #49DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD46; }
p { color: rgb(73,221,70); }
H1.HeaderClassName
{
color: #49DD46;
}
.AnyTagClassName
{
color: #49DD46;
}
</style>
background-color css
<style>
a { background-color: #49DD46; }
a { background-color: rgb(73,221,70); }
div.DivClassName
{
background-color: #49DD46;
}
.BgClassName
{
background-color: #49DD46;
}
</style>
border-color css
<style>
span { border-color: #49DD46; }
span { border-color: rgb(73,221,70); }
td.TdClassName
{
border-color: #49DD46;
}
.TagClassName
{
border-color: #49DD46;
}
</style>