Shades of Lime Green #49D13B
Tints of Lime Green #49D13B
RGB
CMYK
RGB Variations
Color information
#49D13B (or 0x49D13B) is known color: Lime Green. HEX triplet: 49, D1 and 3B. RGB value is (73,209,59). Sum of RGB (Red+Green+Blue) = 73+209+59=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #49D13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D13B is #B62EC4. Grayscale: #979797. Windows color (decimal): -11939525 or 3920201. OLE color: 3920201.
HSL color Cylindrical-coordinate representation of color #49D13B: hue angle of 114.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49D13B is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 59 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.18 |
| HSL | 114.4º | 0.62% | 0.53% | - |
| HSV(B) | 114.4º | 0.72% | 0.82% | - |
| XYZ | 26.34 | 47.33 | 11.89 | - |
| YUV | 151.24 | 75.94 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 59 | 0.65 | 0 | 0.72 | 0.18 | 114.4 | 0.62 | 0.53 |
| Hex | 49 | D1 | 3B | 41 | 0 | 48 | 12 | 72 | 3E | 35 |
| Octal | 111 | 321 | 73 | 101 | 0 | 110 | 22 | 162 | 76 | 65 |
| Binary | 1001001 | 11010001 | 111011 | 1000001 | 0 | 1001000 | 10010 | 1110010 | 111110 | 110101 |
Color Harmonies of #49D13B
Complementary color
Monochromatic Colors of #49D13B
Black with #49D13B
Text Example
Text Example
White with #49D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D13B; }
p { color: rgb(73,209,59); }
H1.HeaderClassName
{
color: #49D13B;
}
.AnyTagClassName
{
color: #49D13B;
}
</style>
background-color css
<style>
a { background-color: #49D13B; }
a { background-color: rgb(73,209,59); }
div.DivClassName
{
background-color: #49D13B;
}
.BgClassName
{
background-color: #49D13B;
}
</style>
border-color css
<style>
span { border-color: #49D13B; }
span { border-color: rgb(73,209,59); }
td.TdClassName
{
border-color: #49D13B;
}
.TagClassName
{
border-color: #49D13B;
}
</style>