Shades of Lime Green #47E331
Tints of Lime Green #47E331
RGB
CMYK
RGB Variations
Color information
#47E331 (or 0x47E331) is known color: Lime Green. HEX triplet: 47, E3 and 31. RGB value is (71,227,49). Sum of RGB (Red+Green+Blue) = 71+227+49=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 227 (89.06% from 255 or 65.42% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 227 - color contains mainly: green. Hex color #47E331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E331 is #B81CCE. Grayscale: #A0A0A0. Windows color (decimal): -12065999 or 3269447. OLE color: 3269447.
HSL color Cylindrical-coordinate representation of color #47E331: hue angle of 112.58º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47E331 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 227 | 49 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.11 |
| HSL | 112.58º | 0.76% | 0.54% | - |
| HSV(B) | 112.58º | 0.78% | 0.89% | - |
| XYZ | 30.62 | 56.5 | 12.2 | - |
| YUV | 160.06 | 65.32 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 227 | 49 | 0.69 | 0 | 0.78 | 0.11 | 112.58 | 0.76 | 0.54 |
| Hex | 47 | E3 | 31 | 45 | 0 | 4E | B | 71 | 4C | 36 |
| Octal | 107 | 343 | 61 | 105 | 0 | 116 | 13 | 161 | 114 | 66 |
| Binary | 1000111 | 11100011 | 110001 | 1000101 | 0 | 1001110 | 1011 | 1110001 | 1001100 | 110110 |
Color Harmonies of #47E331
Complementary color
Monochromatic Colors of #47E331
Black with #47E331
Text Example
Text Example
White with #47E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E331; }
p { color: rgb(71,227,49); }
H1.HeaderClassName
{
color: #47E331;
}
.AnyTagClassName
{
color: #47E331;
}
</style>
background-color css
<style>
a { background-color: #47E331; }
a { background-color: rgb(71,227,49); }
div.DivClassName
{
background-color: #47E331;
}
.BgClassName
{
background-color: #47E331;
}
</style>
border-color css
<style>
span { border-color: #47E331; }
span { border-color: rgb(71,227,49); }
td.TdClassName
{
border-color: #47E331;
}
.TagClassName
{
border-color: #47E331;
}
</style>