Shades of Lime Green #49F032
Tints of Lime Green #49F032
RGB
CMYK
RGB Variations
Color information
#49F032 (or 0x49F032) is known color: Lime Green. HEX triplet: 49, F0 and 32. RGB value is (73,240,50). Sum of RGB (Red+Green+Blue) = 73+240+50=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #49F032 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F032 is #B60FCD. Grayscale: #A9A9A9. Windows color (decimal): -11931598 or 3338313. OLE color: 3338313.
HSL color Cylindrical-coordinate representation of color #49F032: hue angle of 112.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49F032 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 50 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.06 |
| HSL | 112.74º | 0.86% | 0.57% | - |
| HSV(B) | 112.74º | 0.79% | 0.94% | - |
| XYZ | 34.48 | 63.97 | 13.55 | - |
| YUV | 168.41 | 61.17 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 50 | 0.70 | 0 | 0.79 | 0.06 | 112.74 | 0.86 | 0.57 |
| Hex | 49 | F0 | 32 | 46 | 0 | 4F | 6 | 71 | 56 | 39 |
| Octal | 111 | 360 | 62 | 106 | 0 | 117 | 6 | 161 | 126 | 71 |
| Binary | 1001001 | 11110000 | 110010 | 1000110 | 0 | 1001111 | 110 | 1110001 | 1010110 | 111001 |
Color Harmonies of #49F032
Complementary color
Monochromatic Colors of #49F032
Black with #49F032
Text Example
Text Example
White with #49F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F032; }
p { color: rgb(73,240,50); }
H1.HeaderClassName
{
color: #49F032;
}
.AnyTagClassName
{
color: #49F032;
}
</style>
background-color css
<style>
a { background-color: #49F032; }
a { background-color: rgb(73,240,50); }
div.DivClassName
{
background-color: #49F032;
}
.BgClassName
{
background-color: #49F032;
}
</style>
border-color css
<style>
span { border-color: #49F032; }
span { border-color: rgb(73,240,50); }
td.TdClassName
{
border-color: #49F032;
}
.TagClassName
{
border-color: #49F032;
}
</style>