Shades of Lime Green #49D04F
Tints of Lime Green #49D04F
RGB
CMYK
RGB Variations
Color information
#49D04F (or 0x49D04F) is known color: Lime Green. HEX triplet: 49, D0 and 4F. RGB value is (73,208,79). Sum of RGB (Red+Green+Blue) = 73+208+79=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #49D04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D04F is #B62FB0. Grayscale: #999999. Windows color (decimal): -11939761 or 5230665. OLE color: 5230665.
HSL color Cylindrical-coordinate representation of color #49D04F: hue angle of 122.67º degrees, saturation: 0.59, 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 #49D04F is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 79 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.18 |
| HSL | 122.67º | 0.59% | 0.55% | - |
| HSV(B) | 122.67º | 0.65% | 0.82% | - |
| XYZ | 26.71 | 47.09 | 15.08 | - |
| YUV | 152.93 | 86.27 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 79 | 0.65 | 0 | 0.62 | 0.18 | 122.67 | 0.59 | 0.55 |
| Hex | 49 | D0 | 4F | 41 | 0 | 3E | 12 | 7B | 3B | 37 |
| Octal | 111 | 320 | 117 | 101 | 0 | 76 | 22 | 173 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1001111 | 1000001 | 0 | 111110 | 10010 | 1111011 | 111011 | 110111 |
Color Harmonies of #49D04F
Complementary color
Monochromatic Colors of #49D04F
Black with #49D04F
Text Example
Text Example
White with #49D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D04F; }
p { color: rgb(73,208,79); }
H1.HeaderClassName
{
color: #49D04F;
}
.AnyTagClassName
{
color: #49D04F;
}
</style>
background-color css
<style>
a { background-color: #49D04F; }
a { background-color: rgb(73,208,79); }
div.DivClassName
{
background-color: #49D04F;
}
.BgClassName
{
background-color: #49D04F;
}
</style>
border-color css
<style>
span { border-color: #49D04F; }
span { border-color: rgb(73,208,79); }
td.TdClassName
{
border-color: #49D04F;
}
.TagClassName
{
border-color: #49D04F;
}
</style>