Shades of Lime Green #49DD2F
Tints of Lime Green #49DD2F
RGB
CMYK
RGB Variations
Color information
#49DD2F (or 0x49DD2F) is known color: Lime Green. HEX triplet: 49, DD and 2F. RGB value is (73,221,47). Sum of RGB (Red+Green+Blue) = 73+221+47=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD2F is #B622D0. Grayscale: #9D9D9D. Windows color (decimal): -11936465 or 3136841. OLE color: 3136841.
HSL color Cylindrical-coordinate representation of color #49DD2F: hue angle of 111.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49DD2F is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 47 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.13 |
| HSL | 111.03º | 0.72% | 0.53% | - |
| HSV(B) | 111.03º | 0.79% | 0.87% | - |
| XYZ | 29.12 | 53.33 | 11.45 | - |
| YUV | 156.91 | 65.97 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 47 | 0.67 | 0 | 0.79 | 0.13 | 111.03 | 0.72 | 0.53 |
| Hex | 49 | DD | 2F | 43 | 0 | 4F | D | 6F | 48 | 35 |
| Octal | 111 | 335 | 57 | 103 | 0 | 117 | 15 | 157 | 110 | 65 |
| Binary | 1001001 | 11011101 | 101111 | 1000011 | 0 | 1001111 | 1101 | 1101111 | 1001000 | 110101 |
Color Harmonies of #49DD2F
Complementary color
Monochromatic Colors of #49DD2F
Black with #49DD2F
Text Example
Text Example
White with #49DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD2F; }
p { color: rgb(73,221,47); }
H1.HeaderClassName
{
color: #49DD2F;
}
.AnyTagClassName
{
color: #49DD2F;
}
</style>
background-color css
<style>
a { background-color: #49DD2F; }
a { background-color: rgb(73,221,47); }
div.DivClassName
{
background-color: #49DD2F;
}
.BgClassName
{
background-color: #49DD2F;
}
</style>
border-color css
<style>
span { border-color: #49DD2F; }
span { border-color: rgb(73,221,47); }
td.TdClassName
{
border-color: #49DD2F;
}
.TagClassName
{
border-color: #49DD2F;
}
</style>