Shades of Lime Green #47CD4E
Tints of Lime Green #47CD4E
RGB
CMYK
RGB Variations
Color information
#47CD4E (or 0x47CD4E) is known color: Lime Green. HEX triplet: 47, CD and 4E. RGB value is (71,205,78). Sum of RGB (Red+Green+Blue) = 71+205+78=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #47CD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CD4E is #B832B1. Grayscale: #969696. Windows color (decimal): -12071602 or 5164359. OLE color: 5164359.
HSL color Cylindrical-coordinate representation of color #47CD4E: hue angle of 123.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CD4E is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 205 | 78 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.20 |
| HSL | 123.13º | 0.57% | 0.54% | - |
| HSV(B) | 123.13º | 0.65% | 0.8% | - |
| XYZ | 25.81 | 45.55 | 14.64 | - |
| YUV | 150.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 78 | 0.65 | 0 | 0.62 | 0.20 | 123.13 | 0.57 | 0.54 |
| Hex | 47 | CD | 4E | 41 | 0 | 3E | 14 | 7B | 39 | 36 |
| Octal | 107 | 315 | 116 | 101 | 0 | 76 | 24 | 173 | 71 | 66 |
| Binary | 1000111 | 11001101 | 1001110 | 1000001 | 0 | 111110 | 10100 | 1111011 | 111001 | 110110 |
Color Harmonies of #47CD4E
Complementary color
Monochromatic Colors of #47CD4E
Black with #47CD4E
Text Example
Text Example
White with #47CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CD4E; }
p { color: rgb(71,205,78); }
H1.HeaderClassName
{
color: #47CD4E;
}
.AnyTagClassName
{
color: #47CD4E;
}
</style>
background-color css
<style>
a { background-color: #47CD4E; }
a { background-color: rgb(71,205,78); }
div.DivClassName
{
background-color: #47CD4E;
}
.BgClassName
{
background-color: #47CD4E;
}
</style>
border-color css
<style>
span { border-color: #47CD4E; }
span { border-color: rgb(71,205,78); }
td.TdClassName
{
border-color: #47CD4E;
}
.TagClassName
{
border-color: #47CD4E;
}
</style>