Shades of Lime Green #49EE44
Tints of Lime Green #49EE44
RGB
CMYK
RGB Variations
Color information
#49EE44 (or 0x49EE44) is known color: Lime Green. HEX triplet: 49, EE and 44. RGB value is (73,238,68). Sum of RGB (Red+Green+Blue) = 73+238+68=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE44 is #B611BB. Grayscale: #A9A9A9. Windows color (decimal): -11932092 or 4517449. OLE color: 4517449.
HSL color Cylindrical-coordinate representation of color #49EE44: hue angle of 118.24º 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 #49EE44 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 68 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.07 |
| HSL | 118.24º | 0.83% | 0.6% | - |
| HSV(B) | 118.24º | 0.71% | 0.93% | - |
| XYZ | 34.37 | 62.98 | 15.81 | - |
| YUV | 169.29 | 70.84 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 68 | 0.69 | 0 | 0.71 | 0.07 | 118.24 | 0.83 | 0.6 |
| Hex | 49 | EE | 44 | 45 | 0 | 47 | 7 | 76 | 53 | 3C |
| Octal | 111 | 356 | 104 | 105 | 0 | 107 | 7 | 166 | 123 | 74 |
| Binary | 1001001 | 11101110 | 1000100 | 1000101 | 0 | 1000111 | 111 | 1110110 | 1010011 | 111100 |
Color Harmonies of #49EE44
Complementary color
Monochromatic Colors of #49EE44
Black with #49EE44
Text Example
Text Example
White with #49EE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE44; }
p { color: rgb(73,238,68); }
H1.HeaderClassName
{
color: #49EE44;
}
.AnyTagClassName
{
color: #49EE44;
}
</style>
background-color css
<style>
a { background-color: #49EE44; }
a { background-color: rgb(73,238,68); }
div.DivClassName
{
background-color: #49EE44;
}
.BgClassName
{
background-color: #49EE44;
}
</style>
border-color css
<style>
span { border-color: #49EE44; }
span { border-color: rgb(73,238,68); }
td.TdClassName
{
border-color: #49EE44;
}
.TagClassName
{
border-color: #49EE44;
}
</style>