Shades of Lime Green #49E647
Tints of Lime Green #49E647
RGB
CMYK
RGB Variations
Color information
#49E647 (or 0x49E647) is known color: Lime Green. HEX triplet: 49, E6 and 47. RGB value is (73,230,71). Sum of RGB (Red+Green+Blue) = 73+230+71=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 230 (90.23% from 255 or 61.50% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 230 - color contains mainly: green. Hex color #49E647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E647 is #B619B8. Grayscale: #A5A5A5. Windows color (decimal): -11934137 or 4712009. OLE color: 4712009.
HSL color Cylindrical-coordinate representation of color #49E647: hue angle of 119.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E647 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 71 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.10 |
| HSL | 119.25º | 0.76% | 0.59% | - |
| HSV(B) | 119.25º | 0.69% | 0.9% | - |
| XYZ | 32.18 | 58.47 | 15.55 | - |
| YUV | 164.93 | 74.99 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 71 | 0.68 | 0 | 0.69 | 0.10 | 119.25 | 0.76 | 0.59 |
| Hex | 49 | E6 | 47 | 44 | 0 | 45 | A | 77 | 4C | 3B |
| Octal | 111 | 346 | 107 | 104 | 0 | 105 | 12 | 167 | 114 | 73 |
| Binary | 1001001 | 11100110 | 1000111 | 1000100 | 0 | 1000101 | 1010 | 1110111 | 1001100 | 111011 |
Color Harmonies of #49E647
Complementary color
Monochromatic Colors of #49E647
Black with #49E647
Text Example
Text Example
White with #49E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E647; }
p { color: rgb(73,230,71); }
H1.HeaderClassName
{
color: #49E647;
}
.AnyTagClassName
{
color: #49E647;
}
</style>
background-color css
<style>
a { background-color: #49E647; }
a { background-color: rgb(73,230,71); }
div.DivClassName
{
background-color: #49E647;
}
.BgClassName
{
background-color: #49E647;
}
</style>
border-color css
<style>
span { border-color: #49E647; }
span { border-color: rgb(73,230,71); }
td.TdClassName
{
border-color: #49E647;
}
.TagClassName
{
border-color: #49E647;
}
</style>