Shades of Lime Green #47EC41
Tints of Lime Green #47EC41
RGB
CMYK
RGB Variations
Color information
#47EC41 (or 0x47EC41) is known color: Lime Green. HEX triplet: 47, EC and 41. RGB value is (71,236,65). Sum of RGB (Red+Green+Blue) = 71+236+65=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #47EC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47EC41 is #B813BE. Grayscale: #A7A7A7. Windows color (decimal): -12063679 or 4320327. OLE color: 4320327.
HSL color Cylindrical-coordinate representation of color #47EC41: hue angle of 117.89º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47EC41 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 65 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.07 |
| HSL | 117.89º | 0.82% | 0.59% | - |
| HSV(B) | 117.89º | 0.72% | 0.93% | - |
| XYZ | 33.55 | 61.71 | 15.14 | - |
| YUV | 167.17 | 70.34 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 65 | 0.70 | 0 | 0.72 | 0.07 | 117.89 | 0.82 | 0.59 |
| Hex | 47 | EC | 41 | 46 | 0 | 48 | 7 | 76 | 52 | 3B |
| Octal | 107 | 354 | 101 | 106 | 0 | 110 | 7 | 166 | 122 | 73 |
| Binary | 1000111 | 11101100 | 1000001 | 1000110 | 0 | 1001000 | 111 | 1110110 | 1010010 | 111011 |
Color Harmonies of #47EC41
Complementary color
Monochromatic Colors of #47EC41
Black with #47EC41
Text Example
Text Example
White with #47EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EC41; }
p { color: rgb(71,236,65); }
H1.HeaderClassName
{
color: #47EC41;
}
.AnyTagClassName
{
color: #47EC41;
}
</style>
background-color css
<style>
a { background-color: #47EC41; }
a { background-color: rgb(71,236,65); }
div.DivClassName
{
background-color: #47EC41;
}
.BgClassName
{
background-color: #47EC41;
}
</style>
border-color css
<style>
span { border-color: #47EC41; }
span { border-color: rgb(71,236,65); }
td.TdClassName
{
border-color: #47EC41;
}
.TagClassName
{
border-color: #47EC41;
}
</style>