Shades of Lime Green #49D730
Tints of Lime Green #49D730
RGB
CMYK
RGB Variations
Color information
#49D730 (or 0x49D730) is known color: Lime Green. HEX triplet: 49, D7 and 30. RGB value is (73,215,48). Sum of RGB (Red+Green+Blue) = 73+215+48=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #49D730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D730 is #B628CF. Grayscale: #9A9A9A. Windows color (decimal): -11938000 or 3200841. OLE color: 3200841.
HSL color Cylindrical-coordinate representation of color #49D730: hue angle of 111.02º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49D730 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 48 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.16 |
| HSL | 111.02º | 0.68% | 0.52% | - |
| HSV(B) | 111.02º | 0.78% | 0.84% | - |
| XYZ | 27.58 | 50.23 | 11.04 | - |
| YUV | 153.5 | 68.46 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 48 | 0.66 | 0 | 0.78 | 0.16 | 111.02 | 0.68 | 0.52 |
| Hex | 49 | D7 | 30 | 42 | 0 | 4E | 10 | 6F | 44 | 34 |
| Octal | 111 | 327 | 60 | 102 | 0 | 116 | 20 | 157 | 104 | 64 |
| Binary | 1001001 | 11010111 | 110000 | 1000010 | 0 | 1001110 | 10000 | 1101111 | 1000100 | 110100 |
Color Harmonies of #49D730
Complementary color
Monochromatic Colors of #49D730
Black with #49D730
Text Example
Text Example
White with #49D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D730; }
p { color: rgb(73,215,48); }
H1.HeaderClassName
{
color: #49D730;
}
.AnyTagClassName
{
color: #49D730;
}
</style>
background-color css
<style>
a { background-color: #49D730; }
a { background-color: rgb(73,215,48); }
div.DivClassName
{
background-color: #49D730;
}
.BgClassName
{
background-color: #49D730;
}
</style>
border-color css
<style>
span { border-color: #49D730; }
span { border-color: rgb(73,215,48); }
td.TdClassName
{
border-color: #49D730;
}
.TagClassName
{
border-color: #49D730;
}
</style>