Shades of Lime Green #49F340
Tints of Lime Green #49F340
RGB
CMYK
RGB Variations
Color information
#49F340 (or 0x49F340) is known color: Lime Green. HEX triplet: 49, F3 and 40. RGB value is (73,243,64). Sum of RGB (Red+Green+Blue) = 73+243+64=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #49F340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F340 is #B60CBF. Grayscale: #ACACAC. Windows color (decimal): -11930816 or 4256585. OLE color: 4256585.
HSL color Cylindrical-coordinate representation of color #49F340: hue angle of 116.98º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49F340 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 64 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.05 |
| HSL | 116.98º | 0.88% | 0.6% | - |
| HSV(B) | 116.98º | 0.74% | 0.95% | - |
| XYZ | 35.72 | 65.89 | 15.69 | - |
| YUV | 171.76 | 67.18 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 64 | 0.70 | 0 | 0.74 | 0.05 | 116.98 | 0.88 | 0.6 |
| Hex | 49 | F3 | 40 | 46 | 0 | 4A | 5 | 75 | 58 | 3C |
| Octal | 111 | 363 | 100 | 106 | 0 | 112 | 5 | 165 | 130 | 74 |
| Binary | 1001001 | 11110011 | 1000000 | 1000110 | 0 | 1001010 | 101 | 1110101 | 1011000 | 111100 |
Color Harmonies of #49F340
Complementary color
Monochromatic Colors of #49F340
Black with #49F340
Text Example
Text Example
White with #49F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F340; }
p { color: rgb(73,243,64); }
H1.HeaderClassName
{
color: #49F340;
}
.AnyTagClassName
{
color: #49F340;
}
</style>
background-color css
<style>
a { background-color: #49F340; }
a { background-color: rgb(73,243,64); }
div.DivClassName
{
background-color: #49F340;
}
.BgClassName
{
background-color: #49F340;
}
</style>
border-color css
<style>
span { border-color: #49F340; }
span { border-color: rgb(73,243,64); }
td.TdClassName
{
border-color: #49F340;
}
.TagClassName
{
border-color: #49F340;
}
</style>