Shades of Lime Green #47D84C
Tints of Lime Green #47D84C
RGB
CMYK
RGB Variations
Color information
#47D84C (or 0x47D84C) is known color: Lime Green. HEX triplet: 47, D8 and 4C. RGB value is (71,216,76). Sum of RGB (Red+Green+Blue) = 71+216+76=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #47D84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D84C is #B827B3. Grayscale: #9D9D9D. Windows color (decimal): -12068788 or 5036103. OLE color: 5036103.
HSL color Cylindrical-coordinate representation of color #47D84C: hue angle of 122.07º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D84C is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 216 | 76 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.15 |
| HSL | 122.07º | 0.65% | 0.56% | - |
| HSV(B) | 122.07º | 0.67% | 0.85% | - |
| XYZ | 28.46 | 50.97 | 15.18 | - |
| YUV | 156.69 | 82.46 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 216 | 76 | 0.67 | 0 | 0.65 | 0.15 | 122.07 | 0.65 | 0.56 |
| Hex | 47 | D8 | 4C | 43 | 0 | 41 | F | 7A | 41 | 38 |
| Octal | 107 | 330 | 114 | 103 | 0 | 101 | 17 | 172 | 101 | 70 |
| Binary | 1000111 | 11011000 | 1001100 | 1000011 | 0 | 1000001 | 1111 | 1111010 | 1000001 | 111000 |
Color Harmonies of #47D84C
Complementary color
Monochromatic Colors of #47D84C
Black with #47D84C
Text Example
Text Example
White with #47D84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D84C; }
p { color: rgb(71,216,76); }
H1.HeaderClassName
{
color: #47D84C;
}
.AnyTagClassName
{
color: #47D84C;
}
</style>
background-color css
<style>
a { background-color: #47D84C; }
a { background-color: rgb(71,216,76); }
div.DivClassName
{
background-color: #47D84C;
}
.BgClassName
{
background-color: #47D84C;
}
</style>
border-color css
<style>
span { border-color: #47D84C; }
span { border-color: rgb(71,216,76); }
td.TdClassName
{
border-color: #47D84C;
}
.TagClassName
{
border-color: #47D84C;
}
</style>