Shades of Lime Green #4ED13F
Tints of Lime Green #4ED13F
RGB
CMYK
RGB Variations
Color information
#4ED13F (or 0x4ED13F) is known color: Lime Green. HEX triplet: 4E, D1 and 3F. RGB value is (78,209,63). Sum of RGB (Red+Green+Blue) = 78+209+63=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED13F is #B12EC0. Grayscale: #999999. Windows color (decimal): -11611841 or 4182350. OLE color: 4182350.
HSL color Cylindrical-coordinate representation of color #4ED13F: hue angle of 113.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ED13F is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 209 | 63 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.18 |
| HSL | 113.84º | 0.61% | 0.53% | - |
| HSV(B) | 113.84º | 0.7% | 0.82% | - |
| XYZ | 26.84 | 47.58 | 12.47 | - |
| YUV | 153.19 | 77.1 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 63 | 0.63 | 0 | 0.70 | 0.18 | 113.84 | 0.61 | 0.53 |
| Hex | 4E | D1 | 3F | 3F | 0 | 46 | 12 | 72 | 3D | 35 |
| Octal | 116 | 321 | 77 | 77 | 0 | 106 | 22 | 162 | 75 | 65 |
| Binary | 1001110 | 11010001 | 111111 | 111111 | 0 | 1000110 | 10010 | 1110010 | 111101 | 110101 |
Color Harmonies of #4ED13F
Complementary color
Monochromatic Colors of #4ED13F
Black with #4ED13F
Text Example
Text Example
White with #4ED13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED13F; }
p { color: rgb(78,209,63); }
H1.HeaderClassName
{
color: #4ED13F;
}
.AnyTagClassName
{
color: #4ED13F;
}
</style>
background-color css
<style>
a { background-color: #4ED13F; }
a { background-color: rgb(78,209,63); }
div.DivClassName
{
background-color: #4ED13F;
}
.BgClassName
{
background-color: #4ED13F;
}
</style>
border-color css
<style>
span { border-color: #4ED13F; }
span { border-color: rgb(78,209,63); }
td.TdClassName
{
border-color: #4ED13F;
}
.TagClassName
{
border-color: #4ED13F;
}
</style>