Shades of Lime Green #49D138
Tints of Lime Green #49D138
RGB
CMYK
RGB Variations
Color information
#49D138 (or 0x49D138) is known color: Lime Green. HEX triplet: 49, D1 and 38. RGB value is (73,209,56). Sum of RGB (Red+Green+Blue) = 73+209+56=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #49D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D138 is #B62EC7. Grayscale: #979797. Windows color (decimal): -11939528 or 3723593. OLE color: 3723593.
HSL color Cylindrical-coordinate representation of color #49D138: hue angle of 113.33º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49D138 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 56 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.18 |
| HSL | 113.33º | 0.62% | 0.52% | - |
| HSV(B) | 113.33º | 0.73% | 0.82% | - |
| XYZ | 26.26 | 47.3 | 11.49 | - |
| YUV | 150.89 | 74.44 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 56 | 0.65 | 0 | 0.73 | 0.18 | 113.33 | 0.62 | 0.52 |
| Hex | 49 | D1 | 38 | 41 | 0 | 49 | 12 | 71 | 3E | 34 |
| Octal | 111 | 321 | 70 | 101 | 0 | 111 | 22 | 161 | 76 | 64 |
| Binary | 1001001 | 11010001 | 111000 | 1000001 | 0 | 1001001 | 10010 | 1110001 | 111110 | 110100 |
Color Harmonies of #49D138
Complementary color
Monochromatic Colors of #49D138
Black with #49D138
Text Example
Text Example
White with #49D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D138; }
p { color: rgb(73,209,56); }
H1.HeaderClassName
{
color: #49D138;
}
.AnyTagClassName
{
color: #49D138;
}
</style>
background-color css
<style>
a { background-color: #49D138; }
a { background-color: rgb(73,209,56); }
div.DivClassName
{
background-color: #49D138;
}
.BgClassName
{
background-color: #49D138;
}
</style>
border-color css
<style>
span { border-color: #49D138; }
span { border-color: rgb(73,209,56); }
td.TdClassName
{
border-color: #49D138;
}
.TagClassName
{
border-color: #49D138;
}
</style>