Shades of Lime Green #49C346
Tints of Lime Green #49C346
RGB
CMYK
RGB Variations
Color information
#49C346 (or 0x49C346) is known color: Lime Green. HEX triplet: 49, C3 and 46. RGB value is (73,195,70). Sum of RGB (Red+Green+Blue) = 73+195+70=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #49C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C346 is #B63CB9. Grayscale: #909090. Windows color (decimal): -11943098 or 4637513. OLE color: 4637513.
HSL color Cylindrical-coordinate representation of color #49C346: hue angle of 118.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C346 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 70 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.24 |
| HSL | 118.56º | 0.51% | 0.52% | - |
| HSV(B) | 118.56º | 0.64% | 0.76% | - |
| XYZ | 23.37 | 40.89 | 12.46 | - |
| YUV | 144.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 70 | 0.63 | 0 | 0.64 | 0.24 | 118.56 | 0.51 | 0.52 |
| Hex | 49 | C3 | 46 | 3F | 0 | 40 | 18 | 77 | 33 | 34 |
| Octal | 111 | 303 | 106 | 77 | 0 | 100 | 30 | 167 | 63 | 64 |
| Binary | 1001001 | 11000011 | 1000110 | 111111 | 0 | 1000000 | 11000 | 1110111 | 110011 | 110100 |
Color Harmonies of #49C346
Complementary color
Monochromatic Colors of #49C346
Black with #49C346
Text Example
Text Example
White with #49C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C346; }
p { color: rgb(73,195,70); }
H1.HeaderClassName
{
color: #49C346;
}
.AnyTagClassName
{
color: #49C346;
}
</style>
background-color css
<style>
a { background-color: #49C346; }
a { background-color: rgb(73,195,70); }
div.DivClassName
{
background-color: #49C346;
}
.BgClassName
{
background-color: #49C346;
}
</style>
border-color css
<style>
span { border-color: #49C346; }
span { border-color: rgb(73,195,70); }
td.TdClassName
{
border-color: #49C346;
}
.TagClassName
{
border-color: #49C346;
}
</style>