Shades of Lime Green #47E154
Tints of Lime Green #47E154
RGB
CMYK
RGB Variations
Color information
#47E154 (or 0x47E154) is known color: Lime Green. HEX triplet: 47, E1 and 54. RGB value is (71,225,84). Sum of RGB (Red+Green+Blue) = 71+225+84=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #47E154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47E154 is #B81EAB. Grayscale: #A3A3A3. Windows color (decimal): -12066476 or 5562695. OLE color: 5562695.
HSL color Cylindrical-coordinate representation of color #47E154: hue angle of 125.06º degrees, saturation: 0.72, 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 #47E154 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 225 | 84 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.12 |
| HSL | 125.06º | 0.72% | 0.58% | - |
| HSV(B) | 125.06º | 0.68% | 0.88% | - |
| XYZ | 31.12 | 55.83 | 17.52 | - |
| YUV | 162.88 | 83.48 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 225 | 84 | 0.68 | 0 | 0.63 | 0.12 | 125.06 | 0.72 | 0.58 |
| Hex | 47 | E1 | 54 | 44 | 0 | 3F | C | 7D | 48 | 3A |
| Octal | 107 | 341 | 124 | 104 | 0 | 77 | 14 | 175 | 110 | 72 |
| Binary | 1000111 | 11100001 | 1010100 | 1000100 | 0 | 111111 | 1100 | 1111101 | 1001000 | 111010 |
Color Harmonies of #47E154
Complementary color
Monochromatic Colors of #47E154
Black with #47E154
Text Example
Text Example
White with #47E154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E154; }
p { color: rgb(71,225,84); }
H1.HeaderClassName
{
color: #47E154;
}
.AnyTagClassName
{
color: #47E154;
}
</style>
background-color css
<style>
a { background-color: #47E154; }
a { background-color: rgb(71,225,84); }
div.DivClassName
{
background-color: #47E154;
}
.BgClassName
{
background-color: #47E154;
}
</style>
border-color css
<style>
span { border-color: #47E154; }
span { border-color: rgb(71,225,84); }
td.TdClassName
{
border-color: #47E154;
}
.TagClassName
{
border-color: #47E154;
}
</style>