Shades of Lime Green #49D930
Tints of Lime Green #49D930
RGB
CMYK
RGB Variations
Color information
#49D930 (or 0x49D930) is known color: Lime Green. HEX triplet: 49, D9 and 30. RGB value is (73,217,48). Sum of RGB (Red+Green+Blue) = 73+217+48=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 217 (85.16% from 255 or 64.20% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 217 - color contains mainly: green. Hex color #49D930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D930 is #B626CF. Grayscale: #9B9B9B. Windows color (decimal): -11937488 or 3201353. OLE color: 3201353.
HSL color Cylindrical-coordinate representation of color #49D930: hue angle of 111.12º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49D930 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 48 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.15 |
| HSL | 111.12º | 0.69% | 0.52% | - |
| HSV(B) | 111.12º | 0.78% | 0.85% | - |
| XYZ | 28.09 | 51.26 | 11.21 | - |
| YUV | 154.68 | 67.79 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 48 | 0.66 | 0 | 0.78 | 0.15 | 111.12 | 0.69 | 0.52 |
| Hex | 49 | D9 | 30 | 42 | 0 | 4E | F | 6F | 45 | 34 |
| Octal | 111 | 331 | 60 | 102 | 0 | 116 | 17 | 157 | 105 | 64 |
| Binary | 1001001 | 11011001 | 110000 | 1000010 | 0 | 1001110 | 1111 | 1101111 | 1000101 | 110100 |
Color Harmonies of #49D930
Complementary color
Monochromatic Colors of #49D930
Black with #49D930
Text Example
Text Example
White with #49D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D930; }
p { color: rgb(73,217,48); }
H1.HeaderClassName
{
color: #49D930;
}
.AnyTagClassName
{
color: #49D930;
}
</style>
background-color css
<style>
a { background-color: #49D930; }
a { background-color: rgb(73,217,48); }
div.DivClassName
{
background-color: #49D930;
}
.BgClassName
{
background-color: #49D930;
}
</style>
border-color css
<style>
span { border-color: #49D930; }
span { border-color: rgb(73,217,48); }
td.TdClassName
{
border-color: #49D930;
}
.TagClassName
{
border-color: #49D930;
}
</style>