Shades of Lime Green #4ED73D
Tints of Lime Green #4ED73D
RGB
CMYK
RGB Variations
Color information
#4ED73D (or 0x4ED73D) is known color: Lime Green. HEX triplet: 4E, D7 and 3D. RGB value is (78,215,61). Sum of RGB (Red+Green+Blue) = 78+215+61=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED73D is #B128C2. Grayscale: #9C9C9C. Windows color (decimal): -11610307 or 4052814. OLE color: 4052814.
HSL color Cylindrical-coordinate representation of color #4ED73D: hue angle of 113.38º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4ED73D is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 215 | 61 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.16 |
| HSL | 113.38º | 0.66% | 0.54% | - |
| HSV(B) | 113.38º | 0.72% | 0.84% | - |
| XYZ | 28.28 | 50.56 | 12.68 | - |
| YUV | 156.48 | 74.11 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 61 | 0.64 | 0 | 0.72 | 0.16 | 113.38 | 0.66 | 0.54 |
| Hex | 4E | D7 | 3D | 40 | 0 | 48 | 10 | 71 | 42 | 36 |
| Octal | 116 | 327 | 75 | 100 | 0 | 110 | 20 | 161 | 102 | 66 |
| Binary | 1001110 | 11010111 | 111101 | 1000000 | 0 | 1001000 | 10000 | 1110001 | 1000010 | 110110 |
Color Harmonies of #4ED73D
Complementary color
Monochromatic Colors of #4ED73D
Black with #4ED73D
Text Example
Text Example
White with #4ED73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED73D; }
p { color: rgb(78,215,61); }
H1.HeaderClassName
{
color: #4ED73D;
}
.AnyTagClassName
{
color: #4ED73D;
}
</style>
background-color css
<style>
a { background-color: #4ED73D; }
a { background-color: rgb(78,215,61); }
div.DivClassName
{
background-color: #4ED73D;
}
.BgClassName
{
background-color: #4ED73D;
}
</style>
border-color css
<style>
span { border-color: #4ED73D; }
span { border-color: rgb(78,215,61); }
td.TdClassName
{
border-color: #4ED73D;
}
.TagClassName
{
border-color: #4ED73D;
}
</style>