Shades of Lime Green #49DD4D
Tints of Lime Green #49DD4D
RGB
CMYK
RGB Variations
Color information
#49DD4D (or 0x49DD4D) is known color: Lime Green. HEX triplet: 49, DD and 4D. RGB value is (73,221,77). Sum of RGB (Red+Green+Blue) = 73+221+77=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD4D is #B622B2. Grayscale: #A0A0A0. Windows color (decimal): -11936435 or 5102921. OLE color: 5102921.
HSL color Cylindrical-coordinate representation of color #49DD4D: hue angle of 121.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DD4D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 77 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.13 |
| HSL | 121.62º | 0.69% | 0.58% | - |
| HSV(B) | 121.62º | 0.67% | 0.87% | - |
| XYZ | 29.94 | 53.67 | 15.8 | - |
| YUV | 160.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 77 | 0.67 | 0 | 0.65 | 0.13 | 121.62 | 0.69 | 0.58 |
| Hex | 49 | DD | 4D | 43 | 0 | 41 | D | 7A | 45 | 3A |
| Octal | 111 | 335 | 115 | 103 | 0 | 101 | 15 | 172 | 105 | 72 |
| Binary | 1001001 | 11011101 | 1001101 | 1000011 | 0 | 1000001 | 1101 | 1111010 | 1000101 | 111010 |
Color Harmonies of #49DD4D
Complementary color
Monochromatic Colors of #49DD4D
Black with #49DD4D
Text Example
Text Example
White with #49DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD4D; }
p { color: rgb(73,221,77); }
H1.HeaderClassName
{
color: #49DD4D;
}
.AnyTagClassName
{
color: #49DD4D;
}
</style>
background-color css
<style>
a { background-color: #49DD4D; }
a { background-color: rgb(73,221,77); }
div.DivClassName
{
background-color: #49DD4D;
}
.BgClassName
{
background-color: #49DD4D;
}
</style>
border-color css
<style>
span { border-color: #49DD4D; }
span { border-color: rgb(73,221,77); }
td.TdClassName
{
border-color: #49DD4D;
}
.TagClassName
{
border-color: #49DD4D;
}
</style>