Shades of Lime Green #4ED94C
Tints of Lime Green #4ED94C
RGB
CMYK
RGB Variations
Color information
#4ED94C (or 0x4ED94C) is known color: Lime Green. HEX triplet: 4E, D9 and 4C. RGB value is (78,217,76). Sum of RGB (Red+Green+Blue) = 78+217+76=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED94C is #B126B3. Grayscale: #9F9F9F. Windows color (decimal): -11609780 or 5036366. OLE color: 5036366.
HSL color Cylindrical-coordinate representation of color #4ED94C: hue angle of 119.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ED94C is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 217 | 76 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.15 |
| HSL | 119.15º | 0.65% | 0.57% | - |
| HSV(B) | 119.15º | 0.65% | 0.85% | - |
| XYZ | 29.26 | 51.77 | 15.29 | - |
| YUV | 159.37 | 80.95 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 217 | 76 | 0.64 | 0 | 0.65 | 0.15 | 119.15 | 0.65 | 0.57 |
| Hex | 4E | D9 | 4C | 40 | 0 | 41 | F | 77 | 41 | 39 |
| Octal | 116 | 331 | 114 | 100 | 0 | 101 | 17 | 167 | 101 | 71 |
| Binary | 1001110 | 11011001 | 1001100 | 1000000 | 0 | 1000001 | 1111 | 1110111 | 1000001 | 111001 |
Color Harmonies of #4ED94C
Complementary color
Monochromatic Colors of #4ED94C
Black with #4ED94C
Text Example
Text Example
White with #4ED94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED94C; }
p { color: rgb(78,217,76); }
H1.HeaderClassName
{
color: #4ED94C;
}
.AnyTagClassName
{
color: #4ED94C;
}
</style>
background-color css
<style>
a { background-color: #4ED94C; }
a { background-color: rgb(78,217,76); }
div.DivClassName
{
background-color: #4ED94C;
}
.BgClassName
{
background-color: #4ED94C;
}
</style>
border-color css
<style>
span { border-color: #4ED94C; }
span { border-color: rgb(78,217,76); }
td.TdClassName
{
border-color: #4ED94C;
}
.TagClassName
{
border-color: #4ED94C;
}
</style>