Shades of Lime Green #49D14C
Tints of Lime Green #49D14C
RGB
CMYK
RGB Variations
Color information
#49D14C (or 0x49D14C) is known color: Lime Green. HEX triplet: 49, D1 and 4C. RGB value is (73,209,76). Sum of RGB (Red+Green+Blue) = 73+209+76=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #49D14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D14C is #B62EB3. Grayscale: #999999. Windows color (decimal): -11939508 or 5034313. OLE color: 5034313.
HSL color Cylindrical-coordinate representation of color #49D14C: hue angle of 121.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D14C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 76 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.18 |
| HSL | 121.32º | 0.6% | 0.55% | - |
| HSV(B) | 121.32º | 0.65% | 0.82% | - |
| XYZ | 26.85 | 47.54 | 14.6 | - |
| YUV | 153.17 | 84.44 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 76 | 0.65 | 0 | 0.64 | 0.18 | 121.32 | 0.6 | 0.55 |
| Hex | 49 | D1 | 4C | 41 | 0 | 40 | 12 | 79 | 3C | 37 |
| Octal | 111 | 321 | 114 | 101 | 0 | 100 | 22 | 171 | 74 | 67 |
| Binary | 1001001 | 11010001 | 1001100 | 1000001 | 0 | 1000000 | 10010 | 1111001 | 111100 | 110111 |
Color Harmonies of #49D14C
Complementary color
Monochromatic Colors of #49D14C
Black with #49D14C
Text Example
Text Example
White with #49D14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D14C; }
p { color: rgb(73,209,76); }
H1.HeaderClassName
{
color: #49D14C;
}
.AnyTagClassName
{
color: #49D14C;
}
</style>
background-color css
<style>
a { background-color: #49D14C; }
a { background-color: rgb(73,209,76); }
div.DivClassName
{
background-color: #49D14C;
}
.BgClassName
{
background-color: #49D14C;
}
</style>
border-color css
<style>
span { border-color: #49D14C; }
span { border-color: rgb(73,209,76); }
td.TdClassName
{
border-color: #49D14C;
}
.TagClassName
{
border-color: #49D14C;
}
</style>