Shades of Lime Green #49EC3F
Tints of Lime Green #49EC3F
RGB
CMYK
RGB Variations
Color information
#49EC3F (or 0x49EC3F) is known color: Lime Green. HEX triplet: 49, EC and 3F. RGB value is (73,236,63). Sum of RGB (Red+Green+Blue) = 73+236+63=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EC3F is #B613C0. Grayscale: #A8A8A8. Windows color (decimal): -11932609 or 4189257. OLE color: 4189257.
HSL color Cylindrical-coordinate representation of color #49EC3F: hue angle of 116.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49EC3F is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 63 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.07 |
| HSL | 116.53º | 0.82% | 0.59% | - |
| HSV(B) | 116.53º | 0.73% | 0.93% | - |
| XYZ | 33.64 | 61.77 | 14.85 | - |
| YUV | 167.54 | 69 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 63 | 0.69 | 0 | 0.73 | 0.07 | 116.53 | 0.82 | 0.59 |
| Hex | 49 | EC | 3F | 45 | 0 | 49 | 7 | 75 | 52 | 3B |
| Octal | 111 | 354 | 77 | 105 | 0 | 111 | 7 | 165 | 122 | 73 |
| Binary | 1001001 | 11101100 | 111111 | 1000101 | 0 | 1001001 | 111 | 1110101 | 1010010 | 111011 |
Color Harmonies of #49EC3F
Complementary color
Monochromatic Colors of #49EC3F
Black with #49EC3F
Text Example
Text Example
White with #49EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC3F; }
p { color: rgb(73,236,63); }
H1.HeaderClassName
{
color: #49EC3F;
}
.AnyTagClassName
{
color: #49EC3F;
}
</style>
background-color css
<style>
a { background-color: #49EC3F; }
a { background-color: rgb(73,236,63); }
div.DivClassName
{
background-color: #49EC3F;
}
.BgClassName
{
background-color: #49EC3F;
}
</style>
border-color css
<style>
span { border-color: #49EC3F; }
span { border-color: rgb(73,236,63); }
td.TdClassName
{
border-color: #49EC3F;
}
.TagClassName
{
border-color: #49EC3F;
}
</style>