Shades of Lime Green #47DC4C
Tints of Lime Green #47DC4C
RGB
CMYK
RGB Variations
Color information
#47DC4C (or 0x47DC4C) is known color: Lime Green. HEX triplet: 47, DC and 4C. RGB value is (71,220,76). Sum of RGB (Red+Green+Blue) = 71+220+76=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC4C is #B823B3. Grayscale: #9F9F9F. Windows color (decimal): -12067764 or 5037127. OLE color: 5037127.
HSL color Cylindrical-coordinate representation of color #47DC4C: hue angle of 122.01º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DC4C is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 76 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.14 |
| HSL | 122.01º | 0.68% | 0.57% | - |
| HSV(B) | 122.01º | 0.68% | 0.86% | - |
| XYZ | 29.5 | 53.05 | 15.52 | - |
| YUV | 159.03 | 81.14 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 76 | 0.68 | 0 | 0.65 | 0.14 | 122.01 | 0.68 | 0.57 |
| Hex | 47 | DC | 4C | 44 | 0 | 41 | E | 7A | 44 | 39 |
| Octal | 107 | 334 | 114 | 104 | 0 | 101 | 16 | 172 | 104 | 71 |
| Binary | 1000111 | 11011100 | 1001100 | 1000100 | 0 | 1000001 | 1110 | 1111010 | 1000100 | 111001 |
Color Harmonies of #47DC4C
Complementary color
Monochromatic Colors of #47DC4C
Black with #47DC4C
Text Example
Text Example
White with #47DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC4C; }
p { color: rgb(71,220,76); }
H1.HeaderClassName
{
color: #47DC4C;
}
.AnyTagClassName
{
color: #47DC4C;
}
</style>
background-color css
<style>
a { background-color: #47DC4C; }
a { background-color: rgb(71,220,76); }
div.DivClassName
{
background-color: #47DC4C;
}
.BgClassName
{
background-color: #47DC4C;
}
</style>
border-color css
<style>
span { border-color: #47DC4C; }
span { border-color: rgb(71,220,76); }
td.TdClassName
{
border-color: #47DC4C;
}
.TagClassName
{
border-color: #47DC4C;
}
</style>