Shades of Lime Green #47DC3F
Tints of Lime Green #47DC3F
RGB
CMYK
RGB Variations
Color information
#47DC3F (or 0x47DC3F) is known color: Lime Green. HEX triplet: 47, DC and 3F. RGB value is (71,220,63). Sum of RGB (Red+Green+Blue) = 71+220+63=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC3F is #B823C0. Grayscale: #9E9E9E. Windows color (decimal): -12067777 or 4185159. OLE color: 4185159.
HSL color Cylindrical-coordinate representation of color #47DC3F: hue angle of 116.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47DC3F is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 63 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.14 |
| HSL | 116.94º | 0.69% | 0.55% | - |
| HSV(B) | 116.94º | 0.71% | 0.86% | - |
| XYZ | 29.09 | 52.88 | 13.38 | - |
| YUV | 157.55 | 74.64 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 63 | 0.68 | 0 | 0.71 | 0.14 | 116.94 | 0.69 | 0.55 |
| Hex | 47 | DC | 3F | 44 | 0 | 47 | E | 75 | 45 | 37 |
| Octal | 107 | 334 | 77 | 104 | 0 | 107 | 16 | 165 | 105 | 67 |
| Binary | 1000111 | 11011100 | 111111 | 1000100 | 0 | 1000111 | 1110 | 1110101 | 1000101 | 110111 |
Color Harmonies of #47DC3F
Complementary color
Monochromatic Colors of #47DC3F
Black with #47DC3F
Text Example
Text Example
White with #47DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC3F; }
p { color: rgb(71,220,63); }
H1.HeaderClassName
{
color: #47DC3F;
}
.AnyTagClassName
{
color: #47DC3F;
}
</style>
background-color css
<style>
a { background-color: #47DC3F; }
a { background-color: rgb(71,220,63); }
div.DivClassName
{
background-color: #47DC3F;
}
.BgClassName
{
background-color: #47DC3F;
}
</style>
border-color css
<style>
span { border-color: #47DC3F; }
span { border-color: rgb(71,220,63); }
td.TdClassName
{
border-color: #47DC3F;
}
.TagClassName
{
border-color: #47DC3F;
}
</style>