Shades of Lime Green #4EC83D
Tints of Lime Green #4EC83D
RGB
CMYK
RGB Variations
Color information
#4EC83D (or 0x4EC83D) is known color: Lime Green. HEX triplet: 4E, C8 and 3D. RGB value is (78,200,61). Sum of RGB (Red+Green+Blue) = 78+200+61=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC83D is #B137C2. Grayscale: #949494. Windows color (decimal): -11614147 or 4048974. OLE color: 4048974.
HSL color Cylindrical-coordinate representation of color #4EC83D: hue angle of 112.66º degrees, saturation: 0.56, 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 #4EC83D is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 61 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.22 |
| HSL | 112.66º | 0.56% | 0.51% | - |
| HSV(B) | 112.66º | 0.7% | 0.78% | - |
| XYZ | 24.64 | 43.27 | 11.47 | - |
| YUV | 147.68 | 79.08 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 61 | 0.61 | 0 | 0.69 | 0.22 | 112.66 | 0.56 | 0.51 |
| Hex | 4E | C8 | 3D | 3D | 0 | 45 | 16 | 71 | 38 | 33 |
| Octal | 116 | 310 | 75 | 75 | 0 | 105 | 26 | 161 | 70 | 63 |
| Binary | 1001110 | 11001000 | 111101 | 111101 | 0 | 1000101 | 10110 | 1110001 | 111000 | 110011 |
Color Harmonies of #4EC83D
Complementary color
Monochromatic Colors of #4EC83D
Black with #4EC83D
Text Example
Text Example
White with #4EC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC83D; }
p { color: rgb(78,200,61); }
H1.HeaderClassName
{
color: #4EC83D;
}
.AnyTagClassName
{
color: #4EC83D;
}
</style>
background-color css
<style>
a { background-color: #4EC83D; }
a { background-color: rgb(78,200,61); }
div.DivClassName
{
background-color: #4EC83D;
}
.BgClassName
{
background-color: #4EC83D;
}
</style>
border-color css
<style>
span { border-color: #4EC83D; }
span { border-color: rgb(78,200,61); }
td.TdClassName
{
border-color: #4EC83D;
}
.TagClassName
{
border-color: #4EC83D;
}
</style>