Shades of Lime Green #49D64F
Tints of Lime Green #49D64F
RGB
CMYK
RGB Variations
Color information
#49D64F (or 0x49D64F) is known color: Lime Green. HEX triplet: 49, D6 and 4F. RGB value is (73,214,79). Sum of RGB (Red+Green+Blue) = 73+214+79=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #49D64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D64F is #B629B0. Grayscale: #9C9C9C. Windows color (decimal): -11938225 or 5232201. OLE color: 5232201.
HSL color Cylindrical-coordinate representation of color #49D64F: hue angle of 122.55º 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 #49D64F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 79 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.16 |
| HSL | 122.55º | 0.63% | 0.56% | - |
| HSV(B) | 122.55º | 0.66% | 0.84% | - |
| XYZ | 28.21 | 50.07 | 15.58 | - |
| YUV | 156.45 | 84.29 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 79 | 0.66 | 0 | 0.63 | 0.16 | 122.55 | 0.63 | 0.56 |
| Hex | 49 | D6 | 4F | 42 | 0 | 3F | 10 | 7B | 3F | 38 |
| Octal | 111 | 326 | 117 | 102 | 0 | 77 | 20 | 173 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1001111 | 1000010 | 0 | 111111 | 10000 | 1111011 | 111111 | 111000 |
Color Harmonies of #49D64F
Complementary color
Monochromatic Colors of #49D64F
Black with #49D64F
Text Example
Text Example
White with #49D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D64F; }
p { color: rgb(73,214,79); }
H1.HeaderClassName
{
color: #49D64F;
}
.AnyTagClassName
{
color: #49D64F;
}
</style>
background-color css
<style>
a { background-color: #49D64F; }
a { background-color: rgb(73,214,79); }
div.DivClassName
{
background-color: #49D64F;
}
.BgClassName
{
background-color: #49D64F;
}
</style>
border-color css
<style>
span { border-color: #49D64F; }
span { border-color: rgb(73,214,79); }
td.TdClassName
{
border-color: #49D64F;
}
.TagClassName
{
border-color: #49D64F;
}
</style>