Shades of Lime Green #49C644
Tints of Lime Green #49C644
RGB
CMYK
RGB Variations
Color information
#49C644 (or 0x49C644) is known color: Lime Green. HEX triplet: 49, C6 and 44. RGB value is (73,198,68). Sum of RGB (Red+Green+Blue) = 73+198+68=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #49C644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C644 is #B639BB. Grayscale: #929292. Windows color (decimal): -11942332 or 4507209. OLE color: 4507209.
HSL color Cylindrical-coordinate representation of color #49C644: hue angle of 117.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49C644 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 68 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.22 |
| HSL | 117.69º | 0.53% | 0.52% | - |
| HSV(B) | 117.69º | 0.66% | 0.78% | - |
| XYZ | 23.99 | 42.22 | 12.35 | - |
| YUV | 145.81 | 84.09 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 68 | 0.63 | 0 | 0.66 | 0.22 | 117.69 | 0.53 | 0.52 |
| Hex | 49 | C6 | 44 | 3F | 0 | 42 | 16 | 76 | 35 | 34 |
| Octal | 111 | 306 | 104 | 77 | 0 | 102 | 26 | 166 | 65 | 64 |
| Binary | 1001001 | 11000110 | 1000100 | 111111 | 0 | 1000010 | 10110 | 1110110 | 110101 | 110100 |
Color Harmonies of #49C644
Complementary color
Monochromatic Colors of #49C644
Black with #49C644
Text Example
Text Example
White with #49C644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C644; }
p { color: rgb(73,198,68); }
H1.HeaderClassName
{
color: #49C644;
}
.AnyTagClassName
{
color: #49C644;
}
</style>
background-color css
<style>
a { background-color: #49C644; }
a { background-color: rgb(73,198,68); }
div.DivClassName
{
background-color: #49C644;
}
.BgClassName
{
background-color: #49C644;
}
</style>
border-color css
<style>
span { border-color: #49C644; }
span { border-color: rgb(73,198,68); }
td.TdClassName
{
border-color: #49C644;
}
.TagClassName
{
border-color: #49C644;
}
</style>