Shades of Lime Green #4ED747
Tints of Lime Green #4ED747
RGB
CMYK
RGB Variations
Color information
#4ED747 (or 0x4ED747) is known color: Lime Green. HEX triplet: 4E, D7 and 47. RGB value is (78,215,71). Sum of RGB (Red+Green+Blue) = 78+215+71=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED747 is #B128B8. Grayscale: #9E9E9E. Windows color (decimal): -11610297 or 4708174. OLE color: 4708174.
HSL color Cylindrical-coordinate representation of color #4ED747: hue angle of 117.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED747 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 215 | 71 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.16 |
| HSL | 117.08º | 0.64% | 0.56% | - |
| HSV(B) | 117.08º | 0.67% | 0.84% | - |
| XYZ | 28.58 | 50.68 | 14.24 | - |
| YUV | 157.62 | 79.11 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 71 | 0.64 | 0 | 0.67 | 0.16 | 117.08 | 0.64 | 0.56 |
| Hex | 4E | D7 | 47 | 40 | 0 | 43 | 10 | 75 | 40 | 38 |
| Octal | 116 | 327 | 107 | 100 | 0 | 103 | 20 | 165 | 100 | 70 |
| Binary | 1001110 | 11010111 | 1000111 | 1000000 | 0 | 1000011 | 10000 | 1110101 | 1000000 | 111000 |
Color Harmonies of #4ED747
Complementary color
Monochromatic Colors of #4ED747
Black with #4ED747
Text Example
Text Example
White with #4ED747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED747; }
p { color: rgb(78,215,71); }
H1.HeaderClassName
{
color: #4ED747;
}
.AnyTagClassName
{
color: #4ED747;
}
</style>
background-color css
<style>
a { background-color: #4ED747; }
a { background-color: rgb(78,215,71); }
div.DivClassName
{
background-color: #4ED747;
}
.BgClassName
{
background-color: #4ED747;
}
</style>
border-color css
<style>
span { border-color: #4ED747; }
span { border-color: rgb(78,215,71); }
td.TdClassName
{
border-color: #4ED747;
}
.TagClassName
{
border-color: #4ED747;
}
</style>