Shades of Lime Green #47D829
Tints of Lime Green #47D829
RGB
CMYK
RGB Variations
Color information
#47D829 (or 0x47D829) is known color: Lime Green. HEX triplet: 47, D8 and 29. RGB value is (71,216,41). Sum of RGB (Red+Green+Blue) = 71+216+41=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #47D829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D829 is #B827D6. Grayscale: #999999. Windows color (decimal): -12068823 or 2742343. OLE color: 2742343.
HSL color Cylindrical-coordinate representation of color #47D829: hue angle of 109.71º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47D829 is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 216 | 41 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.15 |
| HSL | 109.71º | 0.69% | 0.5% | - |
| HSV(B) | 109.71º | 0.81% | 0.85% | - |
| XYZ | 27.55 | 50.61 | 10.41 | - |
| YUV | 152.7 | 64.96 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 216 | 41 | 0.67 | 0 | 0.81 | 0.15 | 109.71 | 0.69 | 0.5 |
| Hex | 47 | D8 | 29 | 43 | 0 | 51 | F | 6E | 45 | 32 |
| Octal | 107 | 330 | 51 | 103 | 0 | 121 | 17 | 156 | 105 | 62 |
| Binary | 1000111 | 11011000 | 101001 | 1000011 | 0 | 1010001 | 1111 | 1101110 | 1000101 | 110010 |
Color Harmonies of #47D829
Complementary color
Monochromatic Colors of #47D829
Black with #47D829
Text Example
Text Example
White with #47D829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D829; }
p { color: rgb(71,216,41); }
H1.HeaderClassName
{
color: #47D829;
}
.AnyTagClassName
{
color: #47D829;
}
</style>
background-color css
<style>
a { background-color: #47D829; }
a { background-color: rgb(71,216,41); }
div.DivClassName
{
background-color: #47D829;
}
.BgClassName
{
background-color: #47D829;
}
</style>
border-color css
<style>
span { border-color: #47D829; }
span { border-color: rgb(71,216,41); }
td.TdClassName
{
border-color: #47D829;
}
.TagClassName
{
border-color: #47D829;
}
</style>