Shades of Lime Green #49ED44
Tints of Lime Green #49ED44
RGB
CMYK
RGB Variations
Color information
#49ED44 (or 0x49ED44) is known color: Lime Green. HEX triplet: 49, ED and 44. RGB value is (73,237,68). Sum of RGB (Red+Green+Blue) = 73+237+68=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED44 is #B612BB. Grayscale: #A9A9A9. Windows color (decimal): -11932348 or 4517193. OLE color: 4517193.
HSL color Cylindrical-coordinate representation of color #49ED44: hue angle of 118.22º degrees, saturation: 0.82, 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 #49ED44 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 68 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.07 |
| HSL | 118.22º | 0.82% | 0.6% | - |
| HSV(B) | 118.22º | 0.71% | 0.93% | - |
| XYZ | 34.08 | 62.4 | 15.72 | - |
| YUV | 168.7 | 71.17 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 68 | 0.69 | 0 | 0.71 | 0.07 | 118.22 | 0.82 | 0.6 |
| Hex | 49 | ED | 44 | 45 | 0 | 47 | 7 | 76 | 52 | 3C |
| Octal | 111 | 355 | 104 | 105 | 0 | 107 | 7 | 166 | 122 | 74 |
| Binary | 1001001 | 11101101 | 1000100 | 1000101 | 0 | 1000111 | 111 | 1110110 | 1010010 | 111100 |
Color Harmonies of #49ED44
Complementary color
Monochromatic Colors of #49ED44
Black with #49ED44
Text Example
Text Example
White with #49ED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED44; }
p { color: rgb(73,237,68); }
H1.HeaderClassName
{
color: #49ED44;
}
.AnyTagClassName
{
color: #49ED44;
}
</style>
background-color css
<style>
a { background-color: #49ED44; }
a { background-color: rgb(73,237,68); }
div.DivClassName
{
background-color: #49ED44;
}
.BgClassName
{
background-color: #49ED44;
}
</style>
border-color css
<style>
span { border-color: #49ED44; }
span { border-color: rgb(73,237,68); }
td.TdClassName
{
border-color: #49ED44;
}
.TagClassName
{
border-color: #49ED44;
}
</style>