Shades of Lime Green #49E328
Tints of Lime Green #49E328
RGB
CMYK
RGB Variations
Color information
#49E328 (or 0x49E328) is known color: Lime Green. HEX triplet: 49, E3 and 28. RGB value is (73,227,40). Sum of RGB (Red+Green+Blue) = 73+227+40=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #49E328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E328 is #B61CD7. Grayscale: #A0A0A0. Windows color (decimal): -11934936 or 2679625. OLE color: 2679625.
HSL color Cylindrical-coordinate representation of color #49E328: hue angle of 109.41º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49E328 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 40 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.11 |
| HSL | 109.41º | 0.77% | 0.52% | - |
| HSV(B) | 109.41º | 0.82% | 0.89% | - |
| XYZ | 30.6 | 56.51 | 11.3 | - |
| YUV | 159.64 | 60.48 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 40 | 0.68 | 0 | 0.82 | 0.11 | 109.41 | 0.77 | 0.52 |
| Hex | 49 | E3 | 28 | 44 | 0 | 52 | B | 6D | 4D | 34 |
| Octal | 111 | 343 | 50 | 104 | 0 | 122 | 13 | 155 | 115 | 64 |
| Binary | 1001001 | 11100011 | 101000 | 1000100 | 0 | 1010010 | 1011 | 1101101 | 1001101 | 110100 |
Color Harmonies of #49E328
Complementary color
Monochromatic Colors of #49E328
Black with #49E328
Text Example
Text Example
White with #49E328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E328; }
p { color: rgb(73,227,40); }
H1.HeaderClassName
{
color: #49E328;
}
.AnyTagClassName
{
color: #49E328;
}
</style>
background-color css
<style>
a { background-color: #49E328; }
a { background-color: rgb(73,227,40); }
div.DivClassName
{
background-color: #49E328;
}
.BgClassName
{
background-color: #49E328;
}
</style>
border-color css
<style>
span { border-color: #49E328; }
span { border-color: rgb(73,227,40); }
td.TdClassName
{
border-color: #49E328;
}
.TagClassName
{
border-color: #49E328;
}
</style>