Shades of Lime Green #49F73D
Tints of Lime Green #49F73D
RGB
CMYK
RGB Variations
Color information
#49F73D (or 0x49F73D) is known color: Lime Green. HEX triplet: 49, F7 and 3D. RGB value is (73,247,61). Sum of RGB (Red+Green+Blue) = 73+247+61=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #49F73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F73D is #B608C2. Grayscale: #AEAEAE. Windows color (decimal): -11929795 or 4061001. OLE color: 4061001.
HSL color Cylindrical-coordinate representation of color #49F73D: hue angle of 116.13º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49F73D is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 61 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.03 |
| HSL | 116.13º | 0.92% | 0.6% | - |
| HSV(B) | 116.13º | 0.75% | 0.97% | - |
| XYZ | 36.85 | 68.27 | 15.65 | - |
| YUV | 173.77 | 64.35 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 61 | 0.70 | 0 | 0.75 | 0.03 | 116.13 | 0.92 | 0.6 |
| Hex | 49 | F7 | 3D | 46 | 0 | 4B | 3 | 74 | 5C | 3C |
| Octal | 111 | 367 | 75 | 106 | 0 | 113 | 3 | 164 | 134 | 74 |
| Binary | 1001001 | 11110111 | 111101 | 1000110 | 0 | 1001011 | 11 | 1110100 | 1011100 | 111100 |
Color Harmonies of #49F73D
Complementary color
Monochromatic Colors of #49F73D
Black with #49F73D
Text Example
Text Example
White with #49F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F73D; }
p { color: rgb(73,247,61); }
H1.HeaderClassName
{
color: #49F73D;
}
.AnyTagClassName
{
color: #49F73D;
}
</style>
background-color css
<style>
a { background-color: #49F73D; }
a { background-color: rgb(73,247,61); }
div.DivClassName
{
background-color: #49F73D;
}
.BgClassName
{
background-color: #49F73D;
}
</style>
border-color css
<style>
span { border-color: #49F73D; }
span { border-color: rgb(73,247,61); }
td.TdClassName
{
border-color: #49F73D;
}
.TagClassName
{
border-color: #49F73D;
}
</style>