Shades of Lime Green #47E052
Tints of Lime Green #47E052
RGB
CMYK
RGB Variations
Color information
#47E052 (or 0x47E052) is known color: Lime Green. HEX triplet: 47, E0 and 52. RGB value is (71,224,82). Sum of RGB (Red+Green+Blue) = 71+224+82=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #47E052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47E052 is #B81FAD. Grayscale: #A2A2A2. Windows color (decimal): -12066734 or 5431367. OLE color: 5431367.
HSL color Cylindrical-coordinate representation of color #47E052: hue angle of 124.31º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E052 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 82 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.12 |
| HSL | 124.31º | 0.71% | 0.58% | - |
| HSV(B) | 124.31º | 0.68% | 0.88% | - |
| XYZ | 30.78 | 55.26 | 17.03 | - |
| YUV | 162.07 | 82.81 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 82 | 0.68 | 0 | 0.63 | 0.12 | 124.31 | 0.71 | 0.58 |
| Hex | 47 | E0 | 52 | 44 | 0 | 3F | C | 7C | 47 | 3A |
| Octal | 107 | 340 | 122 | 104 | 0 | 77 | 14 | 174 | 107 | 72 |
| Binary | 1000111 | 11100000 | 1010010 | 1000100 | 0 | 111111 | 1100 | 1111100 | 1000111 | 111010 |
Color Harmonies of #47E052
Complementary color
Monochromatic Colors of #47E052
Black with #47E052
Text Example
Text Example
White with #47E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E052; }
p { color: rgb(71,224,82); }
H1.HeaderClassName
{
color: #47E052;
}
.AnyTagClassName
{
color: #47E052;
}
</style>
background-color css
<style>
a { background-color: #47E052; }
a { background-color: rgb(71,224,82); }
div.DivClassName
{
background-color: #47E052;
}
.BgClassName
{
background-color: #47E052;
}
</style>
border-color css
<style>
span { border-color: #47E052; }
span { border-color: rgb(71,224,82); }
td.TdClassName
{
border-color: #47E052;
}
.TagClassName
{
border-color: #47E052;
}
</style>