Shades of Lime Green #49DC31
Tints of Lime Green #49DC31
RGB
CMYK
RGB Variations
Color information
#49DC31 (or 0x49DC31) is known color: Lime Green. HEX triplet: 49, DC and 31. RGB value is (73,220,49). Sum of RGB (Red+Green+Blue) = 73+220+49=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC31 is #B623CE. Grayscale: #9D9D9D. Windows color (decimal): -11936719 or 3267657. OLE color: 3267657.
HSL color Cylindrical-coordinate representation of color #49DC31: hue angle of 111.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49DC31 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 49 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.14 |
| HSL | 111.58º | 0.71% | 0.53% | - |
| HSV(B) | 111.58º | 0.78% | 0.86% | - |
| XYZ | 28.9 | 52.82 | 11.58 | - |
| YUV | 156.55 | 67.3 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 49 | 0.67 | 0 | 0.78 | 0.14 | 111.58 | 0.71 | 0.53 |
| Hex | 49 | DC | 31 | 43 | 0 | 4E | E | 70 | 47 | 35 |
| Octal | 111 | 334 | 61 | 103 | 0 | 116 | 16 | 160 | 107 | 65 |
| Binary | 1001001 | 11011100 | 110001 | 1000011 | 0 | 1001110 | 1110 | 1110000 | 1000111 | 110101 |
Color Harmonies of #49DC31
Complementary color
Monochromatic Colors of #49DC31
Black with #49DC31
Text Example
Text Example
White with #49DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC31; }
p { color: rgb(73,220,49); }
H1.HeaderClassName
{
color: #49DC31;
}
.AnyTagClassName
{
color: #49DC31;
}
</style>
background-color css
<style>
a { background-color: #49DC31; }
a { background-color: rgb(73,220,49); }
div.DivClassName
{
background-color: #49DC31;
}
.BgClassName
{
background-color: #49DC31;
}
</style>
border-color css
<style>
span { border-color: #49DC31; }
span { border-color: rgb(73,220,49); }
td.TdClassName
{
border-color: #49DC31;
}
.TagClassName
{
border-color: #49DC31;
}
</style>