Shades of Lime Green #49C630
Tints of Lime Green #49C630
RGB
CMYK
RGB Variations
Color information
#49C630 (or 0x49C630) is known color: Lime Green. HEX triplet: 49, C6 and 30. RGB value is (73,198,48). Sum of RGB (Red+Green+Blue) = 73+198+48=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #49C630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C630 is #B639CF. Grayscale: #909090. Windows color (decimal): -11942352 or 3196489. OLE color: 3196489.
HSL color Cylindrical-coordinate representation of color #49C630: hue angle of 110º 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 #49C630 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 48 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.22 |
| HSL | 110º | 0.61% | 0.48% | - |
| HSV(B) | 110º | 0.76% | 0.78% | - |
| XYZ | 23.48 | 42.02 | 9.67 | - |
| YUV | 143.53 | 74.09 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 48 | 0.63 | 0 | 0.76 | 0.22 | 110 | 0.61 | 0.48 |
| Hex | 49 | C6 | 30 | 3F | 0 | 4C | 16 | 6E | 3D | 30 |
| Octal | 111 | 306 | 60 | 77 | 0 | 114 | 26 | 156 | 75 | 60 |
| Binary | 1001001 | 11000110 | 110000 | 111111 | 0 | 1001100 | 10110 | 1101110 | 111101 | 110000 |
Color Harmonies of #49C630
Complementary color
Monochromatic Colors of #49C630
Black with #49C630
Text Example
Text Example
White with #49C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C630; }
p { color: rgb(73,198,48); }
H1.HeaderClassName
{
color: #49C630;
}
.AnyTagClassName
{
color: #49C630;
}
</style>
background-color css
<style>
a { background-color: #49C630; }
a { background-color: rgb(73,198,48); }
div.DivClassName
{
background-color: #49C630;
}
.BgClassName
{
background-color: #49C630;
}
</style>
border-color css
<style>
span { border-color: #49C630; }
span { border-color: rgb(73,198,48); }
td.TdClassName
{
border-color: #49C630;
}
.TagClassName
{
border-color: #49C630;
}
</style>