Shades of Lime Green #47E429
Tints of Lime Green #47E429
RGB
CMYK
RGB Variations
Color information
#47E429 (or 0x47E429) is known color: Lime Green. HEX triplet: 47, E4 and 29. RGB value is (71,228,41). Sum of RGB (Red+Green+Blue) = 71+228+41=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 228 (89.45% from 255 or 67.06% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 228 - color contains mainly: green. Hex color #47E429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E429 is #B81BD6. Grayscale: #A0A0A0. Windows color (decimal): -12065751 or 2745415. OLE color: 2745415.
HSL color Cylindrical-coordinate representation of color #47E429: hue angle of 110.37º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47E429 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 228 | 41 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.11 |
| HSL | 110.37º | 0.78% | 0.53% | - |
| HSV(B) | 110.37º | 0.82% | 0.89% | - |
| XYZ | 30.74 | 56.99 | 11.48 | - |
| YUV | 159.74 | 60.99 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 228 | 41 | 0.69 | 0 | 0.82 | 0.11 | 110.37 | 0.78 | 0.53 |
| Hex | 47 | E4 | 29 | 45 | 0 | 52 | B | 6E | 4E | 35 |
| Octal | 107 | 344 | 51 | 105 | 0 | 122 | 13 | 156 | 116 | 65 |
| Binary | 1000111 | 11100100 | 101001 | 1000101 | 0 | 1010010 | 1011 | 1101110 | 1001110 | 110101 |
Color Harmonies of #47E429
Complementary color
Monochromatic Colors of #47E429
Black with #47E429
Text Example
Text Example
White with #47E429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E429; }
p { color: rgb(71,228,41); }
H1.HeaderClassName
{
color: #47E429;
}
.AnyTagClassName
{
color: #47E429;
}
</style>
background-color css
<style>
a { background-color: #47E429; }
a { background-color: rgb(71,228,41); }
div.DivClassName
{
background-color: #47E429;
}
.BgClassName
{
background-color: #47E429;
}
</style>
border-color css
<style>
span { border-color: #47E429; }
span { border-color: rgb(71,228,41); }
td.TdClassName
{
border-color: #47E429;
}
.TagClassName
{
border-color: #47E429;
}
</style>