Shades of Lime Green #49D82F
Tints of Lime Green #49D82F
RGB
CMYK
RGB Variations
Color information
#49D82F (or 0x49D82F) is known color: Lime Green. HEX triplet: 49, D8 and 2F. RGB value is (73,216,47). Sum of RGB (Red+Green+Blue) = 73+216+47=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #49D82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D82F is #B627D0. Grayscale: #9A9A9A. Windows color (decimal): -11937745 or 3135561. OLE color: 3135561.
HSL color Cylindrical-coordinate representation of color #49D82F: hue angle of 110.77º degrees, saturation: 0.68, 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 #49D82F is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 47 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.15 |
| HSL | 110.77º | 0.68% | 0.52% | - |
| HSV(B) | 110.77º | 0.78% | 0.85% | - |
| XYZ | 27.82 | 50.73 | 11.02 | - |
| YUV | 153.98 | 67.62 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 47 | 0.66 | 0 | 0.78 | 0.15 | 110.77 | 0.68 | 0.52 |
| Hex | 49 | D8 | 2F | 42 | 0 | 4E | F | 6F | 44 | 34 |
| Octal | 111 | 330 | 57 | 102 | 0 | 116 | 17 | 157 | 104 | 64 |
| Binary | 1001001 | 11011000 | 101111 | 1000010 | 0 | 1001110 | 1111 | 1101111 | 1000100 | 110100 |
Color Harmonies of #49D82F
Complementary color
Monochromatic Colors of #49D82F
Black with #49D82F
Text Example
Text Example
White with #49D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D82F; }
p { color: rgb(73,216,47); }
H1.HeaderClassName
{
color: #49D82F;
}
.AnyTagClassName
{
color: #49D82F;
}
</style>
background-color css
<style>
a { background-color: #49D82F; }
a { background-color: rgb(73,216,47); }
div.DivClassName
{
background-color: #49D82F;
}
.BgClassName
{
background-color: #49D82F;
}
</style>
border-color css
<style>
span { border-color: #49D82F; }
span { border-color: rgb(73,216,47); }
td.TdClassName
{
border-color: #49D82F;
}
.TagClassName
{
border-color: #49D82F;
}
</style>