Shades of Lime Green #47E04C
Tints of Lime Green #47E04C
RGB
CMYK
RGB Variations
Color information
#47E04C (or 0x47E04C) is known color: Lime Green. HEX triplet: 47, E0 and 4C. RGB value is (71,224,76). Sum of RGB (Red+Green+Blue) = 71+224+76=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #47E04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E04C is #B81FB3. Grayscale: #A1A1A1. Windows color (decimal): -12066740 or 5038151. OLE color: 5038151.
HSL color Cylindrical-coordinate representation of color #47E04C: hue angle of 121.96º 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 #47E04C is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 76 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.12 |
| HSL | 121.96º | 0.71% | 0.58% | - |
| HSV(B) | 121.96º | 0.68% | 0.88% | - |
| XYZ | 30.56 | 55.17 | 15.88 | - |
| YUV | 161.38 | 79.81 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 76 | 0.68 | 0 | 0.66 | 0.12 | 121.96 | 0.71 | 0.58 |
| Hex | 47 | E0 | 4C | 44 | 0 | 42 | C | 7A | 47 | 3A |
| Octal | 107 | 340 | 114 | 104 | 0 | 102 | 14 | 172 | 107 | 72 |
| Binary | 1000111 | 11100000 | 1001100 | 1000100 | 0 | 1000010 | 1100 | 1111010 | 1000111 | 111010 |
Color Harmonies of #47E04C
Complementary color
Monochromatic Colors of #47E04C
Black with #47E04C
Text Example
Text Example
White with #47E04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E04C; }
p { color: rgb(71,224,76); }
H1.HeaderClassName
{
color: #47E04C;
}
.AnyTagClassName
{
color: #47E04C;
}
</style>
background-color css
<style>
a { background-color: #47E04C; }
a { background-color: rgb(71,224,76); }
div.DivClassName
{
background-color: #47E04C;
}
.BgClassName
{
background-color: #47E04C;
}
</style>
border-color css
<style>
span { border-color: #47E04C; }
span { border-color: rgb(71,224,76); }
td.TdClassName
{
border-color: #47E04C;
}
.TagClassName
{
border-color: #47E04C;
}
</style>