Shades of Lime Green #49DE36
Tints of Lime Green #49DE36
RGB
CMYK
RGB Variations
Color information
#49DE36 (or 0x49DE36) is known color: Lime Green. HEX triplet: 49, DE and 36. RGB value is (73,222,54). Sum of RGB (Red+Green+Blue) = 73+222+54=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 222 (87.11% from 255 or 63.61% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DE36 is #B621C9. Grayscale: #9E9E9E. Windows color (decimal): -11936202 or 3595849. OLE color: 3595849.
HSL color Cylindrical-coordinate representation of color #49DE36: hue angle of 113.21º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49DE36 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 54 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.13 |
| HSL | 113.21º | 0.72% | 0.54% | - |
| HSV(B) | 113.21º | 0.76% | 0.87% | - |
| XYZ | 29.53 | 53.93 | 12.34 | - |
| YUV | 158.3 | 69.14 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 54 | 0.67 | 0 | 0.76 | 0.13 | 113.21 | 0.72 | 0.54 |
| Hex | 49 | DE | 36 | 43 | 0 | 4C | D | 71 | 48 | 36 |
| Octal | 111 | 336 | 66 | 103 | 0 | 114 | 15 | 161 | 110 | 66 |
| Binary | 1001001 | 11011110 | 110110 | 1000011 | 0 | 1001100 | 1101 | 1110001 | 1001000 | 110110 |
Color Harmonies of #49DE36
Complementary color
Monochromatic Colors of #49DE36
Black with #49DE36
Text Example
Text Example
White with #49DE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DE36; }
p { color: rgb(73,222,54); }
H1.HeaderClassName
{
color: #49DE36;
}
.AnyTagClassName
{
color: #49DE36;
}
</style>
background-color css
<style>
a { background-color: #49DE36; }
a { background-color: rgb(73,222,54); }
div.DivClassName
{
background-color: #49DE36;
}
.BgClassName
{
background-color: #49DE36;
}
</style>
border-color css
<style>
span { border-color: #49DE36; }
span { border-color: rgb(73,222,54); }
td.TdClassName
{
border-color: #49DE36;
}
.TagClassName
{
border-color: #49DE36;
}
</style>