Shades of Lime Green #49DE32
Tints of Lime Green #49DE32
RGB
CMYK
RGB Variations
Color information
#49DE32 (or 0x49DE32) is known color: Lime Green. HEX triplet: 49, DE and 32. RGB value is (73,222,50). Sum of RGB (Red+Green+Blue) = 73+222+50=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DE32 is #B621CD. Grayscale: #9E9E9E. Windows color (decimal): -11936206 or 3333705. OLE color: 3333705.
HSL color Cylindrical-coordinate representation of color #49DE32: hue angle of 111.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49DE32 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 50 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.13 |
| HSL | 111.98º | 0.72% | 0.53% | - |
| HSV(B) | 111.98º | 0.77% | 0.87% | - |
| XYZ | 29.44 | 53.89 | 11.87 | - |
| YUV | 157.84 | 67.14 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 50 | 0.67 | 0 | 0.77 | 0.13 | 111.98 | 0.72 | 0.53 |
| Hex | 49 | DE | 32 | 43 | 0 | 4D | D | 70 | 48 | 35 |
| Octal | 111 | 336 | 62 | 103 | 0 | 115 | 15 | 160 | 110 | 65 |
| Binary | 1001001 | 11011110 | 110010 | 1000011 | 0 | 1001101 | 1101 | 1110000 | 1001000 | 110101 |
Color Harmonies of #49DE32
Complementary color
Monochromatic Colors of #49DE32
Black with #49DE32
Text Example
Text Example
White with #49DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DE32; }
p { color: rgb(73,222,50); }
H1.HeaderClassName
{
color: #49DE32;
}
.AnyTagClassName
{
color: #49DE32;
}
</style>
background-color css
<style>
a { background-color: #49DE32; }
a { background-color: rgb(73,222,50); }
div.DivClassName
{
background-color: #49DE32;
}
.BgClassName
{
background-color: #49DE32;
}
</style>
border-color css
<style>
span { border-color: #49DE32; }
span { border-color: rgb(73,222,50); }
td.TdClassName
{
border-color: #49DE32;
}
.TagClassName
{
border-color: #49DE32;
}
</style>