Shades of Lime Green #4EC73D
Tints of Lime Green #4EC73D
RGB
CMYK
RGB Variations
Color information
#4EC73D (or 0x4EC73D) is known color: Lime Green. HEX triplet: 4E, C7 and 3D. RGB value is (78,199,61). Sum of RGB (Red+Green+Blue) = 78+199+61=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 199 (78.12% from 255 or 58.88% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC73D is #B138C2. Grayscale: #939393. Windows color (decimal): -11614403 or 4048718. OLE color: 4048718.
HSL color Cylindrical-coordinate representation of color #4EC73D: hue angle of 112.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EC73D is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 199 | 61 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.22 |
| HSL | 112.61º | 0.55% | 0.51% | - |
| HSV(B) | 112.61º | 0.69% | 0.78% | - |
| XYZ | 24.41 | 42.8 | 11.39 | - |
| YUV | 147.09 | 79.41 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 61 | 0.61 | 0 | 0.69 | 0.22 | 112.61 | 0.55 | 0.51 |
| Hex | 4E | C7 | 3D | 3D | 0 | 45 | 16 | 71 | 37 | 33 |
| Octal | 116 | 307 | 75 | 75 | 0 | 105 | 26 | 161 | 67 | 63 |
| Binary | 1001110 | 11000111 | 111101 | 111101 | 0 | 1000101 | 10110 | 1110001 | 110111 | 110011 |
Color Harmonies of #4EC73D
Complementary color
Monochromatic Colors of #4EC73D
Black with #4EC73D
Text Example
Text Example
White with #4EC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC73D; }
p { color: rgb(78,199,61); }
H1.HeaderClassName
{
color: #4EC73D;
}
.AnyTagClassName
{
color: #4EC73D;
}
</style>
background-color css
<style>
a { background-color: #4EC73D; }
a { background-color: rgb(78,199,61); }
div.DivClassName
{
background-color: #4EC73D;
}
.BgClassName
{
background-color: #4EC73D;
}
</style>
border-color css
<style>
span { border-color: #4EC73D; }
span { border-color: rgb(78,199,61); }
td.TdClassName
{
border-color: #4EC73D;
}
.TagClassName
{
border-color: #4EC73D;
}
</style>