Shades of Lime Green #47E440
Tints of Lime Green #47E440
RGB
CMYK
RGB Variations
Color information
#47E440 (or 0x47E440) is known color: Lime Green. HEX triplet: 47, E4 and 40. RGB value is (71,228,64). Sum of RGB (Red+Green+Blue) = 71+228+64=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #47E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E440 is #B81BBF. Grayscale: #A2A2A2. Windows color (decimal): -12065728 or 4252743. OLE color: 4252743.
HSL color Cylindrical-coordinate representation of color #47E440: hue angle of 117.44º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47E440 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 228 | 64 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.11 |
| HSL | 117.44º | 0.75% | 0.57% | - |
| HSV(B) | 117.44º | 0.72% | 0.89% | - |
| XYZ | 31.27 | 57.2 | 14.24 | - |
| YUV | 162.36 | 72.49 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 228 | 64 | 0.69 | 0 | 0.72 | 0.11 | 117.44 | 0.75 | 0.57 |
| Hex | 47 | E4 | 40 | 45 | 0 | 48 | B | 75 | 4B | 39 |
| Octal | 107 | 344 | 100 | 105 | 0 | 110 | 13 | 165 | 113 | 71 |
| Binary | 1000111 | 11100100 | 1000000 | 1000101 | 0 | 1001000 | 1011 | 1110101 | 1001011 | 111001 |
Color Harmonies of #47E440
Complementary color
Monochromatic Colors of #47E440
Black with #47E440
Text Example
Text Example
White with #47E440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E440; }
p { color: rgb(71,228,64); }
H1.HeaderClassName
{
color: #47E440;
}
.AnyTagClassName
{
color: #47E440;
}
</style>
background-color css
<style>
a { background-color: #47E440; }
a { background-color: rgb(71,228,64); }
div.DivClassName
{
background-color: #47E440;
}
.BgClassName
{
background-color: #47E440;
}
</style>
border-color css
<style>
span { border-color: #47E440; }
span { border-color: rgb(71,228,64); }
td.TdClassName
{
border-color: #47E440;
}
.TagClassName
{
border-color: #47E440;
}
</style>