Shades of Lime Green #49C730
Tints of Lime Green #49C730
RGB
CMYK
RGB Variations
Color information
#49C730 (or 0x49C730) is known color: Lime Green. HEX triplet: 49, C7 and 30. RGB value is (73,199,48). Sum of RGB (Red+Green+Blue) = 73+199+48=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 199 (78.12% from 255 or 62.19% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 199 - color contains mainly: green. Hex color #49C730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C730 is #B638CF. Grayscale: #909090. Windows color (decimal): -11942096 or 3196745. OLE color: 3196745.
HSL color Cylindrical-coordinate representation of color #49C730: hue angle of 110.07º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49C730 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 48 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.22 |
| HSL | 110.07º | 0.61% | 0.48% | - |
| HSV(B) | 110.07º | 0.76% | 0.78% | - |
| XYZ | 23.7 | 42.48 | 9.75 | - |
| YUV | 144.11 | 73.76 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 48 | 0.63 | 0 | 0.76 | 0.22 | 110.07 | 0.61 | 0.48 |
| Hex | 49 | C7 | 30 | 3F | 0 | 4C | 16 | 6E | 3D | 30 |
| Octal | 111 | 307 | 60 | 77 | 0 | 114 | 26 | 156 | 75 | 60 |
| Binary | 1001001 | 11000111 | 110000 | 111111 | 0 | 1001100 | 10110 | 1101110 | 111101 | 110000 |
Color Harmonies of #49C730
Complementary color
Monochromatic Colors of #49C730
Black with #49C730
Text Example
Text Example
White with #49C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C730; }
p { color: rgb(73,199,48); }
H1.HeaderClassName
{
color: #49C730;
}
.AnyTagClassName
{
color: #49C730;
}
</style>
background-color css
<style>
a { background-color: #49C730; }
a { background-color: rgb(73,199,48); }
div.DivClassName
{
background-color: #49C730;
}
.BgClassName
{
background-color: #49C730;
}
</style>
border-color css
<style>
span { border-color: #49C730; }
span { border-color: rgb(73,199,48); }
td.TdClassName
{
border-color: #49C730;
}
.TagClassName
{
border-color: #49C730;
}
</style>