Shades of Lime Green #47DE4E
Tints of Lime Green #47DE4E
RGB
CMYK
RGB Variations
Color information
#47DE4E (or 0x47DE4E) is known color: Lime Green. HEX triplet: 47, DE and 4E. RGB value is (71,222,78). Sum of RGB (Red+Green+Blue) = 71+222+78=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #47DE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DE4E is #B821B1. Grayscale: #A0A0A0. Windows color (decimal): -12067250 or 5168711. OLE color: 5168711.
HSL color Cylindrical-coordinate representation of color #47DE4E: hue angle of 122.78º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DE4E is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 78 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.13 |
| HSL | 122.78º | 0.7% | 0.57% | - |
| HSV(B) | 122.78º | 0.68% | 0.87% | - |
| XYZ | 30.09 | 54.13 | 16.07 | - |
| YUV | 160.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 78 | 0.68 | 0 | 0.65 | 0.13 | 122.78 | 0.7 | 0.57 |
| Hex | 47 | DE | 4E | 44 | 0 | 41 | D | 7B | 46 | 39 |
| Octal | 107 | 336 | 116 | 104 | 0 | 101 | 15 | 173 | 106 | 71 |
| Binary | 1000111 | 11011110 | 1001110 | 1000100 | 0 | 1000001 | 1101 | 1111011 | 1000110 | 111001 |
Color Harmonies of #47DE4E
Complementary color
Monochromatic Colors of #47DE4E
Black with #47DE4E
Text Example
Text Example
White with #47DE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DE4E; }
p { color: rgb(71,222,78); }
H1.HeaderClassName
{
color: #47DE4E;
}
.AnyTagClassName
{
color: #47DE4E;
}
</style>
background-color css
<style>
a { background-color: #47DE4E; }
a { background-color: rgb(71,222,78); }
div.DivClassName
{
background-color: #47DE4E;
}
.BgClassName
{
background-color: #47DE4E;
}
</style>
border-color css
<style>
span { border-color: #47DE4E; }
span { border-color: rgb(71,222,78); }
td.TdClassName
{
border-color: #47DE4E;
}
.TagClassName
{
border-color: #47DE4E;
}
</style>