Shades of Lime Green #49D64D
Tints of Lime Green #49D64D
RGB
CMYK
RGB Variations
Color information
#49D64D (or 0x49D64D) is known color: Lime Green. HEX triplet: 49, D6 and 4D. RGB value is (73,214,77). Sum of RGB (Red+Green+Blue) = 73+214+77=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #49D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D64D is #B629B2. Grayscale: #9C9C9C. Windows color (decimal): -11938227 or 5101129. OLE color: 5101129.
HSL color Cylindrical-coordinate representation of color #49D64D: hue angle of 121.7º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D64D is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 77 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.16 |
| HSL | 121.7º | 0.63% | 0.56% | - |
| HSV(B) | 121.7º | 0.66% | 0.84% | - |
| XYZ | 28.13 | 50.05 | 15.2 | - |
| YUV | 156.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 77 | 0.66 | 0 | 0.64 | 0.16 | 121.7 | 0.63 | 0.56 |
| Hex | 49 | D6 | 4D | 42 | 0 | 40 | 10 | 7A | 3F | 38 |
| Octal | 111 | 326 | 115 | 102 | 0 | 100 | 20 | 172 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1001101 | 1000010 | 0 | 1000000 | 10000 | 1111010 | 111111 | 111000 |
Color Harmonies of #49D64D
Complementary color
Monochromatic Colors of #49D64D
Black with #49D64D
Text Example
Text Example
White with #49D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D64D; }
p { color: rgb(73,214,77); }
H1.HeaderClassName
{
color: #49D64D;
}
.AnyTagClassName
{
color: #49D64D;
}
</style>
background-color css
<style>
a { background-color: #49D64D; }
a { background-color: rgb(73,214,77); }
div.DivClassName
{
background-color: #49D64D;
}
.BgClassName
{
background-color: #49D64D;
}
</style>
border-color css
<style>
span { border-color: #49D64D; }
span { border-color: rgb(73,214,77); }
td.TdClassName
{
border-color: #49D64D;
}
.TagClassName
{
border-color: #49D64D;
}
</style>