Shades of Lime Green #49C84C
Tints of Lime Green #49C84C
RGB
CMYK
RGB Variations
Color information
#49C84C (or 0x49C84C) is known color: Lime Green. HEX triplet: 49, C8 and 4C. RGB value is (73,200,76). Sum of RGB (Red+Green+Blue) = 73+200+76=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 200 (78.52% from 255 or 57.31% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 200 - color contains mainly: green. Hex color #49C84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C84C is #B637B3. Grayscale: #949494. Windows color (decimal): -11941812 or 5032009. OLE color: 5032009.
HSL color Cylindrical-coordinate representation of color #49C84C: hue angle of 121.42º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C84C is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 76 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.22 |
| HSL | 121.42º | 0.54% | 0.54% | - |
| HSV(B) | 121.42º | 0.64% | 0.78% | - |
| XYZ | 24.71 | 43.25 | 13.88 | - |
| YUV | 147.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 76 | 0.64 | 0 | 0.62 | 0.22 | 121.42 | 0.54 | 0.54 |
| Hex | 49 | C8 | 4C | 40 | 0 | 3E | 16 | 79 | 36 | 36 |
| Octal | 111 | 310 | 114 | 100 | 0 | 76 | 26 | 171 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1001100 | 1000000 | 0 | 111110 | 10110 | 1111001 | 110110 | 110110 |
Color Harmonies of #49C84C
Complementary color
Monochromatic Colors of #49C84C
Black with #49C84C
Text Example
Text Example
White with #49C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C84C; }
p { color: rgb(73,200,76); }
H1.HeaderClassName
{
color: #49C84C;
}
.AnyTagClassName
{
color: #49C84C;
}
</style>
background-color css
<style>
a { background-color: #49C84C; }
a { background-color: rgb(73,200,76); }
div.DivClassName
{
background-color: #49C84C;
}
.BgClassName
{
background-color: #49C84C;
}
</style>
border-color css
<style>
span { border-color: #49C84C; }
span { border-color: rgb(73,200,76); }
td.TdClassName
{
border-color: #49C84C;
}
.TagClassName
{
border-color: #49C84C;
}
</style>