Shades of Lime Green #47E121
Tints of Lime Green #47E121
RGB
CMYK
RGB Variations
Color information
#47E121 (or 0x47E121) is known color: Lime Green. HEX triplet: 47, E1 and 21. RGB value is (71,225,33). Sum of RGB (Red+Green+Blue) = 71+225+33=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #47E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E121 is #B81EDE. Grayscale: #9D9D9D. Windows color (decimal): -12066527 or 2220359. OLE color: 2220359.
HSL color Cylindrical-coordinate representation of color #47E121: hue angle of 108.12º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47E121 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 225 | 33 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.12 |
| HSL | 108.13º | 0.76% | 0.51% | - |
| HSV(B) | 108.13º | 0.85% | 0.88% | - |
| XYZ | 29.8 | 55.3 | 10.54 | - |
| YUV | 157.07 | 57.98 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 225 | 33 | 0.68 | 0 | 0.85 | 0.12 | 108.13 | 0.76 | 0.51 |
| Hex | 47 | E1 | 21 | 44 | 0 | 55 | C | 6C | 4C | 33 |
| Octal | 107 | 341 | 41 | 104 | 0 | 125 | 14 | 154 | 114 | 63 |
| Binary | 1000111 | 11100001 | 100001 | 1000100 | 0 | 1010101 | 1100 | 1101100 | 1001100 | 110011 |
Color Harmonies of #47E121
Complementary color
Monochromatic Colors of #47E121
Black with #47E121
Text Example
Text Example
White with #47E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E121; }
p { color: rgb(71,225,33); }
H1.HeaderClassName
{
color: #47E121;
}
.AnyTagClassName
{
color: #47E121;
}
</style>
background-color css
<style>
a { background-color: #47E121; }
a { background-color: rgb(71,225,33); }
div.DivClassName
{
background-color: #47E121;
}
.BgClassName
{
background-color: #47E121;
}
</style>
border-color css
<style>
span { border-color: #47E121; }
span { border-color: rgb(71,225,33); }
td.TdClassName
{
border-color: #47E121;
}
.TagClassName
{
border-color: #47E121;
}
</style>