Shades of Lime Green #49F73B
Tints of Lime Green #49F73B
RGB
CMYK
RGB Variations
Color information
#49F73B (or 0x49F73B) is known color: Lime Green. HEX triplet: 49, F7 and 3B. RGB value is (73,247,59). Sum of RGB (Red+Green+Blue) = 73+247+59=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #49F73B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F73B is #B608C4. Grayscale: #AEAEAE. Windows color (decimal): -11929797 or 3929929. OLE color: 3929929.
HSL color Cylindrical-coordinate representation of color #49F73B: hue angle of 115.53º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49F73B is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 59 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.03 |
| HSL | 115.53º | 0.92% | 0.6% | - |
| HSV(B) | 115.53º | 0.76% | 0.97% | - |
| XYZ | 36.8 | 68.25 | 15.37 | - |
| YUV | 173.54 | 63.35 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 59 | 0.70 | 0 | 0.76 | 0.03 | 115.53 | 0.92 | 0.6 |
| Hex | 49 | F7 | 3B | 46 | 0 | 4C | 3 | 74 | 5C | 3C |
| Octal | 111 | 367 | 73 | 106 | 0 | 114 | 3 | 164 | 134 | 74 |
| Binary | 1001001 | 11110111 | 111011 | 1000110 | 0 | 1001100 | 11 | 1110100 | 1011100 | 111100 |
Color Harmonies of #49F73B
Complementary color
Monochromatic Colors of #49F73B
Black with #49F73B
Text Example
Text Example
White with #49F73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F73B; }
p { color: rgb(73,247,59); }
H1.HeaderClassName
{
color: #49F73B;
}
.AnyTagClassName
{
color: #49F73B;
}
</style>
background-color css
<style>
a { background-color: #49F73B; }
a { background-color: rgb(73,247,59); }
div.DivClassName
{
background-color: #49F73B;
}
.BgClassName
{
background-color: #49F73B;
}
</style>
border-color css
<style>
span { border-color: #49F73B; }
span { border-color: rgb(73,247,59); }
td.TdClassName
{
border-color: #49F73B;
}
.TagClassName
{
border-color: #49F73B;
}
</style>