Shades of Lime Green #49E329
Tints of Lime Green #49E329
RGB
CMYK
RGB Variations
Color information
#49E329 (or 0x49E329) is known color: Lime Green. HEX triplet: 49, E3 and 29. RGB value is (73,227,41). Sum of RGB (Red+Green+Blue) = 73+227+41=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 227 (89.06% from 255 or 66.57% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 227 - color contains mainly: green. Hex color #49E329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E329 is #B61CD6. Grayscale: #A0A0A0. Windows color (decimal): -11934935 or 2745161. OLE color: 2745161.
HSL color Cylindrical-coordinate representation of color #49E329: hue angle of 109.68º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49E329 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 41 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.11 |
| HSL | 109.68º | 0.77% | 0.53% | - |
| HSV(B) | 109.68º | 0.82% | 0.89% | - |
| XYZ | 30.62 | 56.51 | 11.39 | - |
| YUV | 159.75 | 60.98 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 41 | 0.68 | 0 | 0.82 | 0.11 | 109.68 | 0.77 | 0.53 |
| Hex | 49 | E3 | 29 | 44 | 0 | 52 | B | 6E | 4D | 35 |
| Octal | 111 | 343 | 51 | 104 | 0 | 122 | 13 | 156 | 115 | 65 |
| Binary | 1001001 | 11100011 | 101001 | 1000100 | 0 | 1010010 | 1011 | 1101110 | 1001101 | 110101 |
Color Harmonies of #49E329
Complementary color
Monochromatic Colors of #49E329
Black with #49E329
Text Example
Text Example
White with #49E329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E329; }
p { color: rgb(73,227,41); }
H1.HeaderClassName
{
color: #49E329;
}
.AnyTagClassName
{
color: #49E329;
}
</style>
background-color css
<style>
a { background-color: #49E329; }
a { background-color: rgb(73,227,41); }
div.DivClassName
{
background-color: #49E329;
}
.BgClassName
{
background-color: #49E329;
}
</style>
border-color css
<style>
span { border-color: #49E329; }
span { border-color: rgb(73,227,41); }
td.TdClassName
{
border-color: #49E329;
}
.TagClassName
{
border-color: #49E329;
}
</style>