Shades of Lime Green #49E736
Tints of Lime Green #49E736
RGB
CMYK
RGB Variations
Color information
#49E736 (or 0x49E736) is known color: Lime Green. HEX triplet: 49, E7 and 36. RGB value is (73,231,54). Sum of RGB (Red+Green+Blue) = 73+231+54=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 231 (90.62% from 255 or 64.53% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 231 - color contains mainly: green. Hex color #49E736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E736 is #B618C9. Grayscale: #A4A4A4. Windows color (decimal): -11933898 or 3598153. OLE color: 3598153.
HSL color Cylindrical-coordinate representation of color #49E736: hue angle of 113.56º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49E736 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 54 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.09 |
| HSL | 113.56º | 0.79% | 0.56% | - |
| HSV(B) | 113.56º | 0.77% | 0.91% | - |
| XYZ | 31.99 | 58.83 | 13.16 | - |
| YUV | 163.58 | 66.15 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 54 | 0.68 | 0 | 0.77 | 0.09 | 113.56 | 0.79 | 0.56 |
| Hex | 49 | E7 | 36 | 44 | 0 | 4D | 9 | 72 | 4F | 38 |
| Octal | 111 | 347 | 66 | 104 | 0 | 115 | 11 | 162 | 117 | 70 |
| Binary | 1001001 | 11100111 | 110110 | 1000100 | 0 | 1001101 | 1001 | 1110010 | 1001111 | 111000 |
Color Harmonies of #49E736
Complementary color
Monochromatic Colors of #49E736
Black with #49E736
Text Example
Text Example
White with #49E736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E736; }
p { color: rgb(73,231,54); }
H1.HeaderClassName
{
color: #49E736;
}
.AnyTagClassName
{
color: #49E736;
}
</style>
background-color css
<style>
a { background-color: #49E736; }
a { background-color: rgb(73,231,54); }
div.DivClassName
{
background-color: #49E736;
}
.BgClassName
{
background-color: #49E736;
}
</style>
border-color css
<style>
span { border-color: #49E736; }
span { border-color: rgb(73,231,54); }
td.TdClassName
{
border-color: #49E736;
}
.TagClassName
{
border-color: #49E736;
}
</style>