Shades of Lime Green #4ED62C
Tints of Lime Green #4ED62C
RGB
CMYK
RGB Variations
Color information
#4ED62C (or 0x4ED62C) is known color: Lime Green. HEX triplet: 4E, D6 and 2C. RGB value is (78,214,44). Sum of RGB (Red+Green+Blue) = 78+214+44=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED62C is #B129D3. Grayscale: #9A9A9A. Windows color (decimal): -11610580 or 2938446. OLE color: 2938446.
HSL color Cylindrical-coordinate representation of color #4ED62C: hue angle of 108º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ED62C is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 44 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.16 |
| HSL | 108º | 0.67% | 0.51% | - |
| HSV(B) | 108º | 0.79% | 0.84% | - |
| XYZ | 27.64 | 49.89 | 10.56 | - |
| YUV | 153.96 | 65.94 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 44 | 0.64 | 0 | 0.79 | 0.16 | 108 | 0.67 | 0.51 |
| Hex | 4E | D6 | 2C | 40 | 0 | 4F | 10 | 6C | 43 | 33 |
| Octal | 116 | 326 | 54 | 100 | 0 | 117 | 20 | 154 | 103 | 63 |
| Binary | 1001110 | 11010110 | 101100 | 1000000 | 0 | 1001111 | 10000 | 1101100 | 1000011 | 110011 |
Color Harmonies of #4ED62C
Complementary color
Monochromatic Colors of #4ED62C
Black with #4ED62C
Text Example
Text Example
White with #4ED62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED62C; }
p { color: rgb(78,214,44); }
H1.HeaderClassName
{
color: #4ED62C;
}
.AnyTagClassName
{
color: #4ED62C;
}
</style>
background-color css
<style>
a { background-color: #4ED62C; }
a { background-color: rgb(78,214,44); }
div.DivClassName
{
background-color: #4ED62C;
}
.BgClassName
{
background-color: #4ED62C;
}
</style>
border-color css
<style>
span { border-color: #4ED62C; }
span { border-color: rgb(78,214,44); }
td.TdClassName
{
border-color: #4ED62C;
}
.TagClassName
{
border-color: #4ED62C;
}
</style>