Shades of Lime Green #49D447
Tints of Lime Green #49D447
RGB
CMYK
RGB Variations
Color information
#49D447 (or 0x49D447) is known color: Lime Green. HEX triplet: 49, D4 and 47. RGB value is (73,212,71). Sum of RGB (Red+Green+Blue) = 73+212+71=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #49D447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D447 is #B62BB8. Grayscale: #9A9A9A. Windows color (decimal): -11938745 or 4707401. OLE color: 4707401.
HSL color Cylindrical-coordinate representation of color #49D447: hue angle of 119.15º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49D447 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 71 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.17 |
| HSL | 119.15º | 0.62% | 0.55% | - |
| HSV(B) | 119.15º | 0.67% | 0.83% | - |
| XYZ | 27.43 | 48.96 | 13.97 | - |
| YUV | 154.37 | 80.95 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 71 | 0.66 | 0 | 0.67 | 0.17 | 119.15 | 0.62 | 0.55 |
| Hex | 49 | D4 | 47 | 42 | 0 | 43 | 11 | 77 | 3E | 37 |
| Octal | 111 | 324 | 107 | 102 | 0 | 103 | 21 | 167 | 76 | 67 |
| Binary | 1001001 | 11010100 | 1000111 | 1000010 | 0 | 1000011 | 10001 | 1110111 | 111110 | 110111 |
Color Harmonies of #49D447
Complementary color
Monochromatic Colors of #49D447
Black with #49D447
Text Example
Text Example
White with #49D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D447; }
p { color: rgb(73,212,71); }
H1.HeaderClassName
{
color: #49D447;
}
.AnyTagClassName
{
color: #49D447;
}
</style>
background-color css
<style>
a { background-color: #49D447; }
a { background-color: rgb(73,212,71); }
div.DivClassName
{
background-color: #49D447;
}
.BgClassName
{
background-color: #49D447;
}
</style>
border-color css
<style>
span { border-color: #49D447; }
span { border-color: rgb(73,212,71); }
td.TdClassName
{
border-color: #49D447;
}
.TagClassName
{
border-color: #49D447;
}
</style>