Shades of Lime Green #47E140
Tints of Lime Green #47E140
RGB
CMYK
RGB Variations
Color information
#47E140 (or 0x47E140) is known color: Lime Green. HEX triplet: 47, E1 and 40. RGB value is (71,225,64). Sum of RGB (Red+Green+Blue) = 71+225+64=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #47E140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E140 is #B81EBF. Grayscale: #A1A1A1. Windows color (decimal): -12066496 or 4251975. OLE color: 4251975.
HSL color Cylindrical-coordinate representation of color #47E140: hue angle of 117.39º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47E140 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 225 | 64 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.12 |
| HSL | 117.39º | 0.73% | 0.57% | - |
| HSV(B) | 117.39º | 0.72% | 0.88% | - |
| XYZ | 30.45 | 55.56 | 13.97 | - |
| YUV | 160.6 | 73.48 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 225 | 64 | 0.68 | 0 | 0.72 | 0.12 | 117.39 | 0.73 | 0.57 |
| Hex | 47 | E1 | 40 | 44 | 0 | 48 | C | 75 | 49 | 39 |
| Octal | 107 | 341 | 100 | 104 | 0 | 110 | 14 | 165 | 111 | 71 |
| Binary | 1000111 | 11100001 | 1000000 | 1000100 | 0 | 1001000 | 1100 | 1110101 | 1001001 | 111001 |
Color Harmonies of #47E140
Complementary color
Monochromatic Colors of #47E140
Black with #47E140
Text Example
Text Example
White with #47E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E140; }
p { color: rgb(71,225,64); }
H1.HeaderClassName
{
color: #47E140;
}
.AnyTagClassName
{
color: #47E140;
}
</style>
background-color css
<style>
a { background-color: #47E140; }
a { background-color: rgb(71,225,64); }
div.DivClassName
{
background-color: #47E140;
}
.BgClassName
{
background-color: #47E140;
}
</style>
border-color css
<style>
span { border-color: #47E140; }
span { border-color: rgb(71,225,64); }
td.TdClassName
{
border-color: #47E140;
}
.TagClassName
{
border-color: #47E140;
}
</style>