Shades of Lime Green #4EEC3F
Tints of Lime Green #4EEC3F
RGB
CMYK
RGB Variations
Color information
#4EEC3F (or 0x4EEC3F) is known color: Lime Green. HEX triplet: 4E, EC and 3F. RGB value is (78,236,63). Sum of RGB (Red+Green+Blue) = 78+236+63=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 236 (92.58% from 255 or 62.60% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEC3F is #B113C0. Grayscale: #A9A9A9. Windows color (decimal): -11604929 or 4189262. OLE color: 4189262.
HSL color Cylindrical-coordinate representation of color #4EEC3F: hue angle of 114.8º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4EEC3F is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 63 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.07 |
| HSL | 114.8º | 0.82% | 0.59% | - |
| HSV(B) | 114.8º | 0.73% | 0.93% | - |
| XYZ | 34.03 | 61.97 | 14.87 | - |
| YUV | 169.04 | 68.15 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 63 | 0.67 | 0 | 0.73 | 0.07 | 114.8 | 0.82 | 0.59 |
| Hex | 4E | EC | 3F | 43 | 0 | 49 | 7 | 73 | 52 | 3B |
| Octal | 116 | 354 | 77 | 103 | 0 | 111 | 7 | 163 | 122 | 73 |
| Binary | 1001110 | 11101100 | 111111 | 1000011 | 0 | 1001001 | 111 | 1110011 | 1010010 | 111011 |
Color Harmonies of #4EEC3F
Complementary color
Monochromatic Colors of #4EEC3F
Black with #4EEC3F
Text Example
Text Example
White with #4EEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC3F; }
p { color: rgb(78,236,63); }
H1.HeaderClassName
{
color: #4EEC3F;
}
.AnyTagClassName
{
color: #4EEC3F;
}
</style>
background-color css
<style>
a { background-color: #4EEC3F; }
a { background-color: rgb(78,236,63); }
div.DivClassName
{
background-color: #4EEC3F;
}
.BgClassName
{
background-color: #4EEC3F;
}
</style>
border-color css
<style>
span { border-color: #4EEC3F; }
span { border-color: rgb(78,236,63); }
td.TdClassName
{
border-color: #4EEC3F;
}
.TagClassName
{
border-color: #4EEC3F;
}
</style>