Shades of Lime Green #49C041
Tints of Lime Green #49C041
RGB
CMYK
RGB Variations
Color information
#49C041 (or 0x49C041) is known color: Lime Green. HEX triplet: 49, C0 and 41. RGB value is (73,192,65). Sum of RGB (Red+Green+Blue) = 73+192+65=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #49C041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C041 is #B63FBE. Grayscale: #8E8E8E. Windows color (decimal): -11943871 or 4309065. OLE color: 4309065.
HSL color Cylindrical-coordinate representation of color #49C041: hue angle of 116.22º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49C041 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 65 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.25 |
| HSL | 116.22º | 0.5% | 0.5% | - |
| HSV(B) | 116.22º | 0.66% | 0.75% | - |
| XYZ | 22.55 | 39.5 | 11.44 | - |
| YUV | 141.94 | 84.58 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 65 | 0.62 | 0 | 0.66 | 0.25 | 116.22 | 0.5 | 0.5 |
| Hex | 49 | C0 | 41 | 3E | 0 | 42 | 19 | 74 | 32 | 32 |
| Octal | 111 | 300 | 101 | 76 | 0 | 102 | 31 | 164 | 62 | 62 |
| Binary | 1001001 | 11000000 | 1000001 | 111110 | 0 | 1000010 | 11001 | 1110100 | 110010 | 110010 |
Color Harmonies of #49C041
Complementary color
Monochromatic Colors of #49C041
Black with #49C041
Text Example
Text Example
White with #49C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C041; }
p { color: rgb(73,192,65); }
H1.HeaderClassName
{
color: #49C041;
}
.AnyTagClassName
{
color: #49C041;
}
</style>
background-color css
<style>
a { background-color: #49C041; }
a { background-color: rgb(73,192,65); }
div.DivClassName
{
background-color: #49C041;
}
.BgClassName
{
background-color: #49C041;
}
</style>
border-color css
<style>
span { border-color: #49C041; }
span { border-color: rgb(73,192,65); }
td.TdClassName
{
border-color: #49C041;
}
.TagClassName
{
border-color: #49C041;
}
</style>