Shades of Lime Green #49E84C
Tints of Lime Green #49E84C
RGB
CMYK
RGB Variations
Color information
#49E84C (or 0x49E84C) is known color: Lime Green. HEX triplet: 49, E8 and 4C. RGB value is (73,232,76). Sum of RGB (Red+Green+Blue) = 73+232+76=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 232 (91.02% from 255 or 60.89% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 232 - color contains mainly: green. Hex color #49E84C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E84C is #B617B3. Grayscale: #A7A7A7. Windows color (decimal): -11933620 or 5040201. OLE color: 5040201.
HSL color Cylindrical-coordinate representation of color #49E84C: hue angle of 121.13º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E84C is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 76 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.09 |
| HSL | 121.13º | 0.78% | 0.6% | - |
| HSV(B) | 121.13º | 0.69% | 0.91% | - |
| XYZ | 32.91 | 59.65 | 16.62 | - |
| YUV | 166.68 | 76.82 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 76 | 0.69 | 0 | 0.67 | 0.09 | 121.13 | 0.78 | 0.6 |
| Hex | 49 | E8 | 4C | 45 | 0 | 43 | 9 | 79 | 4E | 3C |
| Octal | 111 | 350 | 114 | 105 | 0 | 103 | 11 | 171 | 116 | 74 |
| Binary | 1001001 | 11101000 | 1001100 | 1000101 | 0 | 1000011 | 1001 | 1111001 | 1001110 | 111100 |
Color Harmonies of #49E84C
Complementary color
Monochromatic Colors of #49E84C
Black with #49E84C
Text Example
Text Example
White with #49E84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E84C; }
p { color: rgb(73,232,76); }
H1.HeaderClassName
{
color: #49E84C;
}
.AnyTagClassName
{
color: #49E84C;
}
</style>
background-color css
<style>
a { background-color: #49E84C; }
a { background-color: rgb(73,232,76); }
div.DivClassName
{
background-color: #49E84C;
}
.BgClassName
{
background-color: #49E84C;
}
</style>
border-color css
<style>
span { border-color: #49E84C; }
span { border-color: rgb(73,232,76); }
td.TdClassName
{
border-color: #49E84C;
}
.TagClassName
{
border-color: #49E84C;
}
</style>