Shades of Lime Green #49C63E
Tints of Lime Green #49C63E
RGB
CMYK
RGB Variations
Color information
#49C63E (or 0x49C63E) is known color: Lime Green. HEX triplet: 49, C6 and 3E. RGB value is (73,198,62). Sum of RGB (Red+Green+Blue) = 73+198+62=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #49C63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C63E is #B639C1. Grayscale: #919191. Windows color (decimal): -11942338 or 4113993. OLE color: 4113993.
HSL color Cylindrical-coordinate representation of color #49C63E: hue angle of 115.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C63E is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 62 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.22 |
| HSL | 115.15º | 0.54% | 0.51% | - |
| HSV(B) | 115.15º | 0.69% | 0.78% | - |
| XYZ | 23.81 | 42.15 | 11.44 | - |
| YUV | 145.12 | 81.09 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 62 | 0.63 | 0 | 0.69 | 0.22 | 115.15 | 0.54 | 0.51 |
| Hex | 49 | C6 | 3E | 3F | 0 | 45 | 16 | 73 | 36 | 33 |
| Octal | 111 | 306 | 76 | 77 | 0 | 105 | 26 | 163 | 66 | 63 |
| Binary | 1001001 | 11000110 | 111110 | 111111 | 0 | 1000101 | 10110 | 1110011 | 110110 | 110011 |
Color Harmonies of #49C63E
Complementary color
Monochromatic Colors of #49C63E
Black with #49C63E
Text Example
Text Example
White with #49C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C63E; }
p { color: rgb(73,198,62); }
H1.HeaderClassName
{
color: #49C63E;
}
.AnyTagClassName
{
color: #49C63E;
}
</style>
background-color css
<style>
a { background-color: #49C63E; }
a { background-color: rgb(73,198,62); }
div.DivClassName
{
background-color: #49C63E;
}
.BgClassName
{
background-color: #49C63E;
}
</style>
border-color css
<style>
span { border-color: #49C63E; }
span { border-color: rgb(73,198,62); }
td.TdClassName
{
border-color: #49C63E;
}
.TagClassName
{
border-color: #49C63E;
}
</style>