Shades of Lime Green #49C441
Tints of Lime Green #49C441
RGB
CMYK
RGB Variations
Color information
#49C441 (or 0x49C441) is known color: Lime Green. HEX triplet: 49, C4 and 41. RGB value is (73,196,65). Sum of RGB (Red+Green+Blue) = 73+196+65=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #49C441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C441 is #B63BBE. Grayscale: #909090. Windows color (decimal): -11942847 or 4310089. OLE color: 4310089.
HSL color Cylindrical-coordinate representation of color #49C441: hue angle of 116.34º 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 #49C441 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 65 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.23 |
| HSL | 116.34º | 0.53% | 0.51% | - |
| HSV(B) | 116.34º | 0.67% | 0.77% | - |
| XYZ | 23.44 | 41.28 | 11.73 | - |
| YUV | 144.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 65 | 0.63 | 0 | 0.67 | 0.23 | 116.34 | 0.53 | 0.51 |
| Hex | 49 | C4 | 41 | 3F | 0 | 43 | 17 | 74 | 35 | 33 |
| Octal | 111 | 304 | 101 | 77 | 0 | 103 | 27 | 164 | 65 | 63 |
| Binary | 1001001 | 11000100 | 1000001 | 111111 | 0 | 1000011 | 10111 | 1110100 | 110101 | 110011 |
Color Harmonies of #49C441
Complementary color
Monochromatic Colors of #49C441
Black with #49C441
Text Example
Text Example
White with #49C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C441; }
p { color: rgb(73,196,65); }
H1.HeaderClassName
{
color: #49C441;
}
.AnyTagClassName
{
color: #49C441;
}
</style>
background-color css
<style>
a { background-color: #49C441; }
a { background-color: rgb(73,196,65); }
div.DivClassName
{
background-color: #49C441;
}
.BgClassName
{
background-color: #49C441;
}
</style>
border-color css
<style>
span { border-color: #49C441; }
span { border-color: rgb(73,196,65); }
td.TdClassName
{
border-color: #49C441;
}
.TagClassName
{
border-color: #49C441;
}
</style>