Shades of Lime Green #49F735
Tints of Lime Green #49F735
RGB
CMYK
RGB Variations
Color information
#49F735 (or 0x49F735) is known color: Lime Green. HEX triplet: 49, F7 and 35. RGB value is (73,247,53). Sum of RGB (Red+Green+Blue) = 73+247+53=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 247 (96.88% from 255 or 66.22% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 247 - color contains mainly: green. Hex color #49F735 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F735 is #B608CA. Grayscale: #ADADAD. Windows color (decimal): -11929803 or 3536713. OLE color: 3536713.
HSL color Cylindrical-coordinate representation of color #49F735: hue angle of 113.81º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49F735 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 53 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.03 |
| HSL | 113.81º | 0.92% | 0.59% | - |
| HSV(B) | 113.81º | 0.79% | 0.97% | - |
| XYZ | 36.65 | 68.2 | 14.6 | - |
| YUV | 172.86 | 60.35 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 53 | 0.70 | 0 | 0.79 | 0.03 | 113.81 | 0.92 | 0.59 |
| Hex | 49 | F7 | 35 | 46 | 0 | 4F | 3 | 72 | 5C | 3B |
| Octal | 111 | 367 | 65 | 106 | 0 | 117 | 3 | 162 | 134 | 73 |
| Binary | 1001001 | 11110111 | 110101 | 1000110 | 0 | 1001111 | 11 | 1110010 | 1011100 | 111011 |
Color Harmonies of #49F735
Complementary color
Monochromatic Colors of #49F735
Black with #49F735
Text Example
Text Example
White with #49F735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F735; }
p { color: rgb(73,247,53); }
H1.HeaderClassName
{
color: #49F735;
}
.AnyTagClassName
{
color: #49F735;
}
</style>
background-color css
<style>
a { background-color: #49F735; }
a { background-color: rgb(73,247,53); }
div.DivClassName
{
background-color: #49F735;
}
.BgClassName
{
background-color: #49F735;
}
</style>
border-color css
<style>
span { border-color: #49F735; }
span { border-color: rgb(73,247,53); }
td.TdClassName
{
border-color: #49F735;
}
.TagClassName
{
border-color: #49F735;
}
</style>