Shades of Lime Green #49C136
Tints of Lime Green #49C136
RGB
CMYK
RGB Variations
Color information
#49C136 (or 0x49C136) is known color: Lime Green. HEX triplet: 49, C1 and 36. RGB value is (73,193,54). Sum of RGB (Red+Green+Blue) = 73+193+54=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #49C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C136 is #B63EC9. Grayscale: #8D8D8D. Windows color (decimal): -11943626 or 3588425. OLE color: 3588425.
HSL color Cylindrical-coordinate representation of color #49C136: hue angle of 111.8º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49C136 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 54 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.24 |
| HSL | 111.8º | 0.56% | 0.48% | - |
| HSV(B) | 111.8º | 0.72% | 0.76% | - |
| XYZ | 22.48 | 39.82 | 9.99 | - |
| YUV | 141.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 54 | 0.62 | 0 | 0.72 | 0.24 | 111.8 | 0.56 | 0.48 |
| Hex | 49 | C1 | 36 | 3E | 0 | 48 | 18 | 70 | 38 | 30 |
| Octal | 111 | 301 | 66 | 76 | 0 | 110 | 30 | 160 | 70 | 60 |
| Binary | 1001001 | 11000001 | 110110 | 111110 | 0 | 1001000 | 11000 | 1110000 | 111000 | 110000 |
Color Harmonies of #49C136
Complementary color
Monochromatic Colors of #49C136
Black with #49C136
Text Example
Text Example
White with #49C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C136; }
p { color: rgb(73,193,54); }
H1.HeaderClassName
{
color: #49C136;
}
.AnyTagClassName
{
color: #49C136;
}
</style>
background-color css
<style>
a { background-color: #49C136; }
a { background-color: rgb(73,193,54); }
div.DivClassName
{
background-color: #49C136;
}
.BgClassName
{
background-color: #49C136;
}
</style>
border-color css
<style>
span { border-color: #49C136; }
span { border-color: rgb(73,193,54); }
td.TdClassName
{
border-color: #49C136;
}
.TagClassName
{
border-color: #49C136;
}
</style>