Shades of Lime Green #49DC50
Tints of Lime Green #49DC50
RGB
CMYK
RGB Variations
Color information
#49DC50 (or 0x49DC50) is known color: Lime Green. HEX triplet: 49, DC and 50. RGB value is (73,220,80). Sum of RGB (Red+Green+Blue) = 73+220+80=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC50 is #B623AF. Grayscale: #A0A0A0. Windows color (decimal): -11936688 or 5299273. OLE color: 5299273.
HSL color Cylindrical-coordinate representation of color #49DC50: hue angle of 122.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC50 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 80 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.14 |
| HSL | 122.86º | 0.68% | 0.57% | - |
| HSV(B) | 122.86º | 0.67% | 0.86% | - |
| XYZ | 29.79 | 53.18 | 16.28 | - |
| YUV | 160.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 80 | 0.67 | 0 | 0.64 | 0.14 | 122.86 | 0.68 | 0.57 |
| Hex | 49 | DC | 50 | 43 | 0 | 40 | E | 7B | 44 | 39 |
| Octal | 111 | 334 | 120 | 103 | 0 | 100 | 16 | 173 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1010000 | 1000011 | 0 | 1000000 | 1110 | 1111011 | 1000100 | 111001 |
Color Harmonies of #49DC50
Complementary color
Monochromatic Colors of #49DC50
Black with #49DC50
Text Example
Text Example
White with #49DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC50; }
p { color: rgb(73,220,80); }
H1.HeaderClassName
{
color: #49DC50;
}
.AnyTagClassName
{
color: #49DC50;
}
</style>
background-color css
<style>
a { background-color: #49DC50; }
a { background-color: rgb(73,220,80); }
div.DivClassName
{
background-color: #49DC50;
}
.BgClassName
{
background-color: #49DC50;
}
</style>
border-color css
<style>
span { border-color: #49DC50; }
span { border-color: rgb(73,220,80); }
td.TdClassName
{
border-color: #49DC50;
}
.TagClassName
{
border-color: #49DC50;
}
</style>