Shades of Lime Green #49C640
Tints of Lime Green #49C640
RGB
CMYK
RGB Variations
Color information
#49C640 (or 0x49C640) is known color: Lime Green. HEX triplet: 49, C6 and 40. RGB value is (73,198,64). Sum of RGB (Red+Green+Blue) = 73+198+64=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #49C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C640 is #B639BF. Grayscale: #919191. Windows color (decimal): -11942336 or 4245065. OLE color: 4245065.
HSL color Cylindrical-coordinate representation of color #49C640: hue angle of 115.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C640 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 64 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.22 |
| HSL | 115.97º | 0.54% | 0.51% | - |
| HSV(B) | 115.97º | 0.68% | 0.78% | - |
| XYZ | 23.87 | 42.17 | 11.73 | - |
| YUV | 145.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 64 | 0.63 | 0 | 0.68 | 0.22 | 115.97 | 0.54 | 0.51 |
| Hex | 49 | C6 | 40 | 3F | 0 | 44 | 16 | 74 | 36 | 33 |
| Octal | 111 | 306 | 100 | 77 | 0 | 104 | 26 | 164 | 66 | 63 |
| Binary | 1001001 | 11000110 | 1000000 | 111111 | 0 | 1000100 | 10110 | 1110100 | 110110 | 110011 |
Color Harmonies of #49C640
Complementary color
Monochromatic Colors of #49C640
Black with #49C640
Text Example
Text Example
White with #49C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C640; }
p { color: rgb(73,198,64); }
H1.HeaderClassName
{
color: #49C640;
}
.AnyTagClassName
{
color: #49C640;
}
</style>
background-color css
<style>
a { background-color: #49C640; }
a { background-color: rgb(73,198,64); }
div.DivClassName
{
background-color: #49C640;
}
.BgClassName
{
background-color: #49C640;
}
</style>
border-color css
<style>
span { border-color: #49C640; }
span { border-color: rgb(73,198,64); }
td.TdClassName
{
border-color: #49C640;
}
.TagClassName
{
border-color: #49C640;
}
</style>