Shades of Lime Green #49DD4C
Tints of Lime Green #49DD4C
RGB
CMYK
RGB Variations
Color information
#49DD4C (or 0x49DD4C) is known color: Lime Green. HEX triplet: 49, DD and 4C. RGB value is (73,221,76). Sum of RGB (Red+Green+Blue) = 73+221+76=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD4C is #B622B3. Grayscale: #A0A0A0. Windows color (decimal): -11936436 or 5037385. OLE color: 5037385.
HSL color Cylindrical-coordinate representation of color #49DD4C: hue angle of 121.22º 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 #49DD4C is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 76 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.13 |
| HSL | 121.22º | 0.69% | 0.58% | - |
| HSV(B) | 121.22º | 0.67% | 0.87% | - |
| XYZ | 29.91 | 53.65 | 15.62 | - |
| YUV | 160.22 | 80.47 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 76 | 0.67 | 0 | 0.66 | 0.13 | 121.22 | 0.69 | 0.58 |
| Hex | 49 | DD | 4C | 43 | 0 | 42 | D | 79 | 45 | 3A |
| Octal | 111 | 335 | 114 | 103 | 0 | 102 | 15 | 171 | 105 | 72 |
| Binary | 1001001 | 11011101 | 1001100 | 1000011 | 0 | 1000010 | 1101 | 1111001 | 1000101 | 111010 |
Color Harmonies of #49DD4C
Complementary color
Monochromatic Colors of #49DD4C
Black with #49DD4C
Text Example
Text Example
White with #49DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD4C; }
p { color: rgb(73,221,76); }
H1.HeaderClassName
{
color: #49DD4C;
}
.AnyTagClassName
{
color: #49DD4C;
}
</style>
background-color css
<style>
a { background-color: #49DD4C; }
a { background-color: rgb(73,221,76); }
div.DivClassName
{
background-color: #49DD4C;
}
.BgClassName
{
background-color: #49DD4C;
}
</style>
border-color css
<style>
span { border-color: #49DD4C; }
span { border-color: rgb(73,221,76); }
td.TdClassName
{
border-color: #49DD4C;
}
.TagClassName
{
border-color: #49DD4C;
}
</style>