Shades of Lime Green #49C440
Tints of Lime Green #49C440
RGB
CMYK
RGB Variations
Color information
#49C440 (or 0x49C440) is known color: Lime Green. HEX triplet: 49, C4 and 40. RGB value is (73,196,64). Sum of RGB (Red+Green+Blue) = 73+196+64=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #49C440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C440 is #B63BBF. Grayscale: #909090. Windows color (decimal): -11942848 or 4244553. OLE color: 4244553.
HSL color Cylindrical-coordinate representation of color #49C440: hue angle of 115.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C440 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 64 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.23 |
| HSL | 115.91º | 0.53% | 0.51% | - |
| HSV(B) | 115.91º | 0.67% | 0.77% | - |
| XYZ | 23.41 | 41.27 | 11.58 | - |
| YUV | 144.18 | 82.75 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 64 | 0.63 | 0 | 0.67 | 0.23 | 115.91 | 0.53 | 0.51 |
| Hex | 49 | C4 | 40 | 3F | 0 | 43 | 17 | 74 | 35 | 33 |
| Octal | 111 | 304 | 100 | 77 | 0 | 103 | 27 | 164 | 65 | 63 |
| Binary | 1001001 | 11000100 | 1000000 | 111111 | 0 | 1000011 | 10111 | 1110100 | 110101 | 110011 |
Color Harmonies of #49C440
Complementary color
Monochromatic Colors of #49C440
Black with #49C440
Text Example
Text Example
White with #49C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C440; }
p { color: rgb(73,196,64); }
H1.HeaderClassName
{
color: #49C440;
}
.AnyTagClassName
{
color: #49C440;
}
</style>
background-color css
<style>
a { background-color: #49C440; }
a { background-color: rgb(73,196,64); }
div.DivClassName
{
background-color: #49C440;
}
.BgClassName
{
background-color: #49C440;
}
</style>
border-color css
<style>
span { border-color: #49C440; }
span { border-color: rgb(73,196,64); }
td.TdClassName
{
border-color: #49C440;
}
.TagClassName
{
border-color: #49C440;
}
</style>