Shades of Lime Green #49E632
Tints of Lime Green #49E632
RGB
CMYK
RGB Variations
Color information
#49E632 (or 0x49E632) is known color: Lime Green. HEX triplet: 49, E6 and 32. RGB value is (73,230,50). Sum of RGB (Red+Green+Blue) = 73+230+50=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 230 (90.23% from 255 or 65.16% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 230 - color contains mainly: green. Hex color #49E632 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E632 is #B619CD. Grayscale: #A3A3A3. Windows color (decimal): -11934158 or 3335753. OLE color: 3335753.
HSL color Cylindrical-coordinate representation of color #49E632: hue angle of 112.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49E632 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 50 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.10 |
| HSL | 112.33º | 0.78% | 0.55% | - |
| HSV(B) | 112.33º | 0.78% | 0.9% | - |
| XYZ | 31.62 | 58.24 | 12.59 | - |
| YUV | 162.54 | 64.49 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 50 | 0.68 | 0 | 0.78 | 0.10 | 112.33 | 0.78 | 0.55 |
| Hex | 49 | E6 | 32 | 44 | 0 | 4E | A | 70 | 4E | 37 |
| Octal | 111 | 346 | 62 | 104 | 0 | 116 | 12 | 160 | 116 | 67 |
| Binary | 1001001 | 11100110 | 110010 | 1000100 | 0 | 1001110 | 1010 | 1110000 | 1001110 | 110111 |
Color Harmonies of #49E632
Complementary color
Monochromatic Colors of #49E632
Black with #49E632
Text Example
Text Example
White with #49E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E632; }
p { color: rgb(73,230,50); }
H1.HeaderClassName
{
color: #49E632;
}
.AnyTagClassName
{
color: #49E632;
}
</style>
background-color css
<style>
a { background-color: #49E632; }
a { background-color: rgb(73,230,50); }
div.DivClassName
{
background-color: #49E632;
}
.BgClassName
{
background-color: #49E632;
}
</style>
border-color css
<style>
span { border-color: #49E632; }
span { border-color: rgb(73,230,50); }
td.TdClassName
{
border-color: #49E632;
}
.TagClassName
{
border-color: #49E632;
}
</style>