Shades of Lime Green #47E041
Tints of Lime Green #47E041
RGB
CMYK
RGB Variations
Color information
#47E041 (or 0x47E041) is known color: Lime Green. HEX triplet: 47, E0 and 41. RGB value is (71,224,65). Sum of RGB (Red+Green+Blue) = 71+224+65=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #47E041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E041 is #B81FBE. Grayscale: #A0A0A0. Windows color (decimal): -12066751 or 4317255. OLE color: 4317255.
HSL color Cylindrical-coordinate representation of color #47E041: hue angle of 117.74º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E041 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 65 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.12 |
| HSL | 117.74º | 0.72% | 0.57% | - |
| HSV(B) | 117.74º | 0.71% | 0.88% | - |
| XYZ | 30.21 | 55.03 | 14.03 | - |
| YUV | 160.13 | 74.31 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 65 | 0.68 | 0 | 0.71 | 0.12 | 117.74 | 0.72 | 0.57 |
| Hex | 47 | E0 | 41 | 44 | 0 | 47 | C | 76 | 48 | 39 |
| Octal | 107 | 340 | 101 | 104 | 0 | 107 | 14 | 166 | 110 | 71 |
| Binary | 1000111 | 11100000 | 1000001 | 1000100 | 0 | 1000111 | 1100 | 1110110 | 1001000 | 111001 |
Color Harmonies of #47E041
Complementary color
Monochromatic Colors of #47E041
Black with #47E041
Text Example
Text Example
White with #47E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E041; }
p { color: rgb(71,224,65); }
H1.HeaderClassName
{
color: #47E041;
}
.AnyTagClassName
{
color: #47E041;
}
</style>
background-color css
<style>
a { background-color: #47E041; }
a { background-color: rgb(71,224,65); }
div.DivClassName
{
background-color: #47E041;
}
.BgClassName
{
background-color: #47E041;
}
</style>
border-color css
<style>
span { border-color: #47E041; }
span { border-color: rgb(71,224,65); }
td.TdClassName
{
border-color: #47E041;
}
.TagClassName
{
border-color: #47E041;
}
</style>