Shades of Lime Green #49E343
Tints of Lime Green #49E343
RGB
CMYK
RGB Variations
Color information
#49E343 (or 0x49E343) is known color: Lime Green. HEX triplet: 49, E3 and 43. RGB value is (73,227,67). Sum of RGB (Red+Green+Blue) = 73+227+67=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 227 (89.06% from 255 or 61.85% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 227 - color contains mainly: green. Hex color #49E343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E343 is #B61CBC. Grayscale: #A3A3A3. Windows color (decimal): -11934909 or 4449097. OLE color: 4449097.
HSL color Cylindrical-coordinate representation of color #49E343: hue angle of 117.75º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49E343 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 67 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.11 |
| HSL | 117.75º | 0.74% | 0.58% | - |
| HSV(B) | 117.75º | 0.7% | 0.89% | - |
| XYZ | 31.23 | 56.76 | 14.62 | - |
| YUV | 162.71 | 73.98 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 67 | 0.68 | 0 | 0.70 | 0.11 | 117.75 | 0.74 | 0.58 |
| Hex | 49 | E3 | 43 | 44 | 0 | 46 | B | 76 | 4A | 3A |
| Octal | 111 | 343 | 103 | 104 | 0 | 106 | 13 | 166 | 112 | 72 |
| Binary | 1001001 | 11100011 | 1000011 | 1000100 | 0 | 1000110 | 1011 | 1110110 | 1001010 | 111010 |
Color Harmonies of #49E343
Complementary color
Monochromatic Colors of #49E343
Black with #49E343
Text Example
Text Example
White with #49E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E343; }
p { color: rgb(73,227,67); }
H1.HeaderClassName
{
color: #49E343;
}
.AnyTagClassName
{
color: #49E343;
}
</style>
background-color css
<style>
a { background-color: #49E343; }
a { background-color: rgb(73,227,67); }
div.DivClassName
{
background-color: #49E343;
}
.BgClassName
{
background-color: #49E343;
}
</style>
border-color css
<style>
span { border-color: #49E343; }
span { border-color: rgb(73,227,67); }
td.TdClassName
{
border-color: #49E343;
}
.TagClassName
{
border-color: #49E343;
}
</style>