Shades of Lime Green #49D44F
Tints of Lime Green #49D44F
RGB
CMYK
RGB Variations
Color information
#49D44F (or 0x49D44F) is known color: Lime Green. HEX triplet: 49, D4 and 4F. RGB value is (73,212,79). Sum of RGB (Red+Green+Blue) = 73+212+79=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #49D44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D44F is #B62BB0. Grayscale: #9B9B9B. Windows color (decimal): -11938737 or 5231689. OLE color: 5231689.
HSL color Cylindrical-coordinate representation of color #49D44F: hue angle of 122.59º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D44F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 79 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.17 |
| HSL | 122.59º | 0.62% | 0.56% | - |
| HSV(B) | 122.59º | 0.66% | 0.83% | - |
| XYZ | 27.7 | 49.07 | 15.41 | - |
| YUV | 155.28 | 84.95 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 79 | 0.66 | 0 | 0.63 | 0.17 | 122.59 | 0.62 | 0.56 |
| Hex | 49 | D4 | 4F | 42 | 0 | 3F | 11 | 7B | 3E | 38 |
| Octal | 111 | 324 | 117 | 102 | 0 | 77 | 21 | 173 | 76 | 70 |
| Binary | 1001001 | 11010100 | 1001111 | 1000010 | 0 | 111111 | 10001 | 1111011 | 111110 | 111000 |
Color Harmonies of #49D44F
Complementary color
Monochromatic Colors of #49D44F
Black with #49D44F
Text Example
Text Example
White with #49D44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D44F; }
p { color: rgb(73,212,79); }
H1.HeaderClassName
{
color: #49D44F;
}
.AnyTagClassName
{
color: #49D44F;
}
</style>
background-color css
<style>
a { background-color: #49D44F; }
a { background-color: rgb(73,212,79); }
div.DivClassName
{
background-color: #49D44F;
}
.BgClassName
{
background-color: #49D44F;
}
</style>
border-color css
<style>
span { border-color: #49D44F; }
span { border-color: rgb(73,212,79); }
td.TdClassName
{
border-color: #49D44F;
}
.TagClassName
{
border-color: #49D44F;
}
</style>