Shades of Lime Green #49F045
Tints of Lime Green #49F045
RGB
CMYK
RGB Variations
Color information
#49F045 (or 0x49F045) is known color: Lime Green. HEX triplet: 49, F0 and 45. RGB value is (73,240,69). Sum of RGB (Red+Green+Blue) = 73+240+69=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #49F045 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F045 is #B60FBA. Grayscale: #ABABAB. Windows color (decimal): -11931579 or 4583497. OLE color: 4583497.
HSL color Cylindrical-coordinate representation of color #49F045: hue angle of 118.6º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F045 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 69 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.06 |
| HSL | 118.6º | 0.85% | 0.61% | - |
| HSV(B) | 118.6º | 0.71% | 0.94% | - |
| XYZ | 34.98 | 64.17 | 16.17 | - |
| YUV | 170.57 | 70.67 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 69 | 0.70 | 0 | 0.71 | 0.06 | 118.6 | 0.85 | 0.61 |
| Hex | 49 | F0 | 45 | 46 | 0 | 47 | 6 | 77 | 55 | 3D |
| Octal | 111 | 360 | 105 | 106 | 0 | 107 | 6 | 167 | 125 | 75 |
| Binary | 1001001 | 11110000 | 1000101 | 1000110 | 0 | 1000111 | 110 | 1110111 | 1010101 | 111101 |
Color Harmonies of #49F045
Complementary color
Monochromatic Colors of #49F045
Black with #49F045
Text Example
Text Example
White with #49F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F045; }
p { color: rgb(73,240,69); }
H1.HeaderClassName
{
color: #49F045;
}
.AnyTagClassName
{
color: #49F045;
}
</style>
background-color css
<style>
a { background-color: #49F045; }
a { background-color: rgb(73,240,69); }
div.DivClassName
{
background-color: #49F045;
}
.BgClassName
{
background-color: #49F045;
}
</style>
border-color css
<style>
span { border-color: #49F045; }
span { border-color: rgb(73,240,69); }
td.TdClassName
{
border-color: #49F045;
}
.TagClassName
{
border-color: #49F045;
}
</style>