Shades of Lime Green #4ED62F
Tints of Lime Green #4ED62F
RGB
CMYK
RGB Variations
Color information
#4ED62F (or 0x4ED62F) is known color: Lime Green. HEX triplet: 4E, D6 and 2F. RGB value is (78,214,47). Sum of RGB (Red+Green+Blue) = 78+214+47=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED62F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED62F is #B129D0. Grayscale: #9A9A9A. Windows color (decimal): -11610577 or 3135054. OLE color: 3135054.
HSL color Cylindrical-coordinate representation of color #4ED62F: hue angle of 108.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ED62F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 47 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.16 |
| HSL | 108.86º | 0.67% | 0.51% | - |
| HSV(B) | 108.86º | 0.78% | 0.84% | - |
| XYZ | 27.7 | 49.92 | 10.86 | - |
| YUV | 154.3 | 67.44 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 47 | 0.64 | 0 | 0.78 | 0.16 | 108.86 | 0.67 | 0.51 |
| Hex | 4E | D6 | 2F | 40 | 0 | 4E | 10 | 6D | 43 | 33 |
| Octal | 116 | 326 | 57 | 100 | 0 | 116 | 20 | 155 | 103 | 63 |
| Binary | 1001110 | 11010110 | 101111 | 1000000 | 0 | 1001110 | 10000 | 1101101 | 1000011 | 110011 |
Color Harmonies of #4ED62F
Complementary color
Monochromatic Colors of #4ED62F
Black with #4ED62F
Text Example
Text Example
White with #4ED62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED62F; }
p { color: rgb(78,214,47); }
H1.HeaderClassName
{
color: #4ED62F;
}
.AnyTagClassName
{
color: #4ED62F;
}
</style>
background-color css
<style>
a { background-color: #4ED62F; }
a { background-color: rgb(78,214,47); }
div.DivClassName
{
background-color: #4ED62F;
}
.BgClassName
{
background-color: #4ED62F;
}
</style>
border-color css
<style>
span { border-color: #4ED62F; }
span { border-color: rgb(78,214,47); }
td.TdClassName
{
border-color: #4ED62F;
}
.TagClassName
{
border-color: #4ED62F;
}
</style>