Shades of Lime Green #49C03E
Tints of Lime Green #49C03E
RGB
CMYK
RGB Variations
Color information
#49C03E (or 0x49C03E) is known color: Lime Green. HEX triplet: 49, C0 and 3E. RGB value is (73,192,62). Sum of RGB (Red+Green+Blue) = 73+192+62=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #49C03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C03E is #B63FC1. Grayscale: #8E8E8E. Windows color (decimal): -11943874 or 4112457. OLE color: 4112457.
HSL color Cylindrical-coordinate representation of color #49C03E: hue angle of 114.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C03E is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 62 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.25 |
| HSL | 114.92º | 0.51% | 0.5% | - |
| HSV(B) | 114.92º | 0.68% | 0.75% | - |
| XYZ | 22.47 | 39.46 | 10.99 | - |
| YUV | 141.6 | 83.08 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 62 | 0.62 | 0 | 0.68 | 0.25 | 114.92 | 0.51 | 0.5 |
| Hex | 49 | C0 | 3E | 3E | 0 | 44 | 19 | 73 | 33 | 32 |
| Octal | 111 | 300 | 76 | 76 | 0 | 104 | 31 | 163 | 63 | 62 |
| Binary | 1001001 | 11000000 | 111110 | 111110 | 0 | 1000100 | 11001 | 1110011 | 110011 | 110010 |
Color Harmonies of #49C03E
Complementary color
Monochromatic Colors of #49C03E
Black with #49C03E
Text Example
Text Example
White with #49C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C03E; }
p { color: rgb(73,192,62); }
H1.HeaderClassName
{
color: #49C03E;
}
.AnyTagClassName
{
color: #49C03E;
}
</style>
background-color css
<style>
a { background-color: #49C03E; }
a { background-color: rgb(73,192,62); }
div.DivClassName
{
background-color: #49C03E;
}
.BgClassName
{
background-color: #49C03E;
}
</style>
border-color css
<style>
span { border-color: #49C03E; }
span { border-color: rgb(73,192,62); }
td.TdClassName
{
border-color: #49C03E;
}
.TagClassName
{
border-color: #49C03E;
}
</style>