Shades of Lime Green #47DE42
Tints of Lime Green #47DE42
RGB
CMYK
RGB Variations
Color information
#47DE42 (or 0x47DE42) is known color: Lime Green. HEX triplet: 47, DE and 42. RGB value is (71,222,66). Sum of RGB (Red+Green+Blue) = 71+222+66=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 222 (87.11% from 255 or 61.84% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 222 - color contains mainly: green. Hex color #47DE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DE42 is #B821BD. Grayscale: #9F9F9F. Windows color (decimal): -12067262 or 4382279. OLE color: 4382279.
HSL color Cylindrical-coordinate representation of color #47DE42: hue angle of 118.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DE42 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 66 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.13 |
| HSL | 118.08º | 0.7% | 0.56% | - |
| HSV(B) | 118.08º | 0.7% | 0.87% | - |
| XYZ | 29.7 | 53.98 | 14.01 | - |
| YUV | 159.07 | 75.47 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 66 | 0.68 | 0 | 0.70 | 0.13 | 118.08 | 0.7 | 0.56 |
| Hex | 47 | DE | 42 | 44 | 0 | 46 | D | 76 | 46 | 38 |
| Octal | 107 | 336 | 102 | 104 | 0 | 106 | 15 | 166 | 106 | 70 |
| Binary | 1000111 | 11011110 | 1000010 | 1000100 | 0 | 1000110 | 1101 | 1110110 | 1000110 | 111000 |
Color Harmonies of #47DE42
Complementary color
Monochromatic Colors of #47DE42
Black with #47DE42
Text Example
Text Example
White with #47DE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DE42; }
p { color: rgb(71,222,66); }
H1.HeaderClassName
{
color: #47DE42;
}
.AnyTagClassName
{
color: #47DE42;
}
</style>
background-color css
<style>
a { background-color: #47DE42; }
a { background-color: rgb(71,222,66); }
div.DivClassName
{
background-color: #47DE42;
}
.BgClassName
{
background-color: #47DE42;
}
</style>
border-color css
<style>
span { border-color: #47DE42; }
span { border-color: rgb(71,222,66); }
td.TdClassName
{
border-color: #47DE42;
}
.TagClassName
{
border-color: #47DE42;
}
</style>