Shades of Lime Green #49DD35
Tints of Lime Green #49DD35
RGB
CMYK
RGB Variations
Color information
#49DD35 (or 0x49DD35) is known color: Lime Green. HEX triplet: 49, DD and 35. RGB value is (73,221,53). Sum of RGB (Red+Green+Blue) = 73+221+53=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD35 is #B622CA. Grayscale: #9E9E9E. Windows color (decimal): -11936459 or 3530057. OLE color: 3530057.
HSL color Cylindrical-coordinate representation of color #49DD35: hue angle of 112.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49DD35 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 53 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.13 |
| HSL | 112.86º | 0.71% | 0.54% | - |
| HSV(B) | 112.86º | 0.76% | 0.87% | - |
| XYZ | 29.25 | 53.39 | 12.13 | - |
| YUV | 157.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 53 | 0.67 | 0 | 0.76 | 0.13 | 112.86 | 0.71 | 0.54 |
| Hex | 49 | DD | 35 | 43 | 0 | 4C | D | 71 | 47 | 36 |
| Octal | 111 | 335 | 65 | 103 | 0 | 114 | 15 | 161 | 107 | 66 |
| Binary | 1001001 | 11011101 | 110101 | 1000011 | 0 | 1001100 | 1101 | 1110001 | 1000111 | 110110 |
Color Harmonies of #49DD35
Complementary color
Monochromatic Colors of #49DD35
Black with #49DD35
Text Example
Text Example
White with #49DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD35; }
p { color: rgb(73,221,53); }
H1.HeaderClassName
{
color: #49DD35;
}
.AnyTagClassName
{
color: #49DD35;
}
</style>
background-color css
<style>
a { background-color: #49DD35; }
a { background-color: rgb(73,221,53); }
div.DivClassName
{
background-color: #49DD35;
}
.BgClassName
{
background-color: #49DD35;
}
</style>
border-color css
<style>
span { border-color: #49DD35; }
span { border-color: rgb(73,221,53); }
td.TdClassName
{
border-color: #49DD35;
}
.TagClassName
{
border-color: #49DD35;
}
</style>