Shades of Lime Green #49EE45
Tints of Lime Green #49EE45
RGB
CMYK
RGB Variations
Color information
#49EE45 (or 0x49EE45) is known color: Lime Green. HEX triplet: 49, EE and 45. RGB value is (73,238,69). Sum of RGB (Red+Green+Blue) = 73+238+69=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 238 (93.36% from 255 or 62.63% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE45 is #B611BA. Grayscale: #A9A9A9. Windows color (decimal): -11932091 or 4582985. OLE color: 4582985.
HSL color Cylindrical-coordinate representation of color #49EE45: hue angle of 118.58º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49EE45 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 69 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.07 |
| HSL | 118.58º | 0.83% | 0.6% | - |
| HSV(B) | 118.58º | 0.71% | 0.93% | - |
| XYZ | 34.4 | 63 | 15.98 | - |
| YUV | 169.4 | 71.34 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 69 | 0.69 | 0 | 0.71 | 0.07 | 118.58 | 0.83 | 0.6 |
| Hex | 49 | EE | 45 | 45 | 0 | 47 | 7 | 77 | 53 | 3C |
| Octal | 111 | 356 | 105 | 105 | 0 | 107 | 7 | 167 | 123 | 74 |
| Binary | 1001001 | 11101110 | 1000101 | 1000101 | 0 | 1000111 | 111 | 1110111 | 1010011 | 111100 |
Color Harmonies of #49EE45
Complementary color
Monochromatic Colors of #49EE45
Black with #49EE45
Text Example
Text Example
White with #49EE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE45; }
p { color: rgb(73,238,69); }
H1.HeaderClassName
{
color: #49EE45;
}
.AnyTagClassName
{
color: #49EE45;
}
</style>
background-color css
<style>
a { background-color: #49EE45; }
a { background-color: rgb(73,238,69); }
div.DivClassName
{
background-color: #49EE45;
}
.BgClassName
{
background-color: #49EE45;
}
</style>
border-color css
<style>
span { border-color: #49EE45; }
span { border-color: rgb(73,238,69); }
td.TdClassName
{
border-color: #49EE45;
}
.TagClassName
{
border-color: #49EE45;
}
</style>