Shades of Lime Green #4ED03D
Tints of Lime Green #4ED03D
RGB
CMYK
RGB Variations
Color information
#4ED03D (or 0x4ED03D) is known color: Lime Green. HEX triplet: 4E, D0 and 3D. RGB value is (78,208,61). Sum of RGB (Red+Green+Blue) = 78+208+61=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED03D is #B12FC2. Grayscale: #989898. Windows color (decimal): -11612099 or 4051022. OLE color: 4051022.
HSL color Cylindrical-coordinate representation of color #4ED03D: hue angle of 113.06º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ED03D is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 61 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.18 |
| HSL | 113.06º | 0.61% | 0.53% | - |
| HSV(B) | 113.06º | 0.71% | 0.82% | - |
| XYZ | 26.54 | 47.07 | 12.1 | - |
| YUV | 152.37 | 76.43 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 61 | 0.62 | 0 | 0.71 | 0.18 | 113.06 | 0.61 | 0.53 |
| Hex | 4E | D0 | 3D | 3E | 0 | 47 | 12 | 71 | 3D | 35 |
| Octal | 116 | 320 | 75 | 76 | 0 | 107 | 22 | 161 | 75 | 65 |
| Binary | 1001110 | 11010000 | 111101 | 111110 | 0 | 1000111 | 10010 | 1110001 | 111101 | 110101 |
Color Harmonies of #4ED03D
Complementary color
Monochromatic Colors of #4ED03D
Black with #4ED03D
Text Example
Text Example
White with #4ED03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED03D; }
p { color: rgb(78,208,61); }
H1.HeaderClassName
{
color: #4ED03D;
}
.AnyTagClassName
{
color: #4ED03D;
}
</style>
background-color css
<style>
a { background-color: #4ED03D; }
a { background-color: rgb(78,208,61); }
div.DivClassName
{
background-color: #4ED03D;
}
.BgClassName
{
background-color: #4ED03D;
}
</style>
border-color css
<style>
span { border-color: #4ED03D; }
span { border-color: rgb(78,208,61); }
td.TdClassName
{
border-color: #4ED03D;
}
.TagClassName
{
border-color: #4ED03D;
}
</style>