Shades of Lime Green #49C143
Tints of Lime Green #49C143
RGB
CMYK
RGB Variations
Color information
#49C143 (or 0x49C143) is known color: Lime Green. HEX triplet: 49, C1 and 43. RGB value is (73,193,67). Sum of RGB (Red+Green+Blue) = 73+193+67=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #49C143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C143 is #B63EBC. Grayscale: #8F8F8F. Windows color (decimal): -11943613 or 4440393. OLE color: 4440393.
HSL color Cylindrical-coordinate representation of color #49C143: hue angle of 117.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49C143 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 67 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.24 |
| HSL | 117.14º | 0.5% | 0.51% | - |
| HSV(B) | 117.14º | 0.65% | 0.76% | - |
| XYZ | 22.83 | 39.96 | 11.82 | - |
| YUV | 142.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 67 | 0.62 | 0 | 0.65 | 0.24 | 117.14 | 0.5 | 0.51 |
| Hex | 49 | C1 | 43 | 3E | 0 | 41 | 18 | 75 | 32 | 33 |
| Octal | 111 | 301 | 103 | 76 | 0 | 101 | 30 | 165 | 62 | 63 |
| Binary | 1001001 | 11000001 | 1000011 | 111110 | 0 | 1000001 | 11000 | 1110101 | 110010 | 110011 |
Color Harmonies of #49C143
Complementary color
Monochromatic Colors of #49C143
Black with #49C143
Text Example
Text Example
White with #49C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C143; }
p { color: rgb(73,193,67); }
H1.HeaderClassName
{
color: #49C143;
}
.AnyTagClassName
{
color: #49C143;
}
</style>
background-color css
<style>
a { background-color: #49C143; }
a { background-color: rgb(73,193,67); }
div.DivClassName
{
background-color: #49C143;
}
.BgClassName
{
background-color: #49C143;
}
</style>
border-color css
<style>
span { border-color: #49C143; }
span { border-color: rgb(73,193,67); }
td.TdClassName
{
border-color: #49C143;
}
.TagClassName
{
border-color: #49C143;
}
</style>