Shades of Lime Green #4ED03C
Tints of Lime Green #4ED03C
RGB
CMYK
RGB Variations
Color information
#4ED03C (or 0x4ED03C) is known color: Lime Green. HEX triplet: 4E, D0 and 3C. RGB value is (78,208,60). Sum of RGB (Red+Green+Blue) = 78+208+60=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED03C is #B12FC3. Grayscale: #989898. Windows color (decimal): -11612100 or 3985486. OLE color: 3985486.
HSL color Cylindrical-coordinate representation of color #4ED03C: hue angle of 112.7º 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 #4ED03C is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 60 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.18 |
| HSL | 112.7º | 0.61% | 0.53% | - |
| HSV(B) | 112.7º | 0.71% | 0.82% | - |
| XYZ | 26.51 | 47.06 | 11.96 | - |
| YUV | 152.26 | 75.93 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 60 | 0.62 | 0 | 0.71 | 0.18 | 112.7 | 0.61 | 0.53 |
| Hex | 4E | D0 | 3C | 3E | 0 | 47 | 12 | 71 | 3D | 35 |
| Octal | 116 | 320 | 74 | 76 | 0 | 107 | 22 | 161 | 75 | 65 |
| Binary | 1001110 | 11010000 | 111100 | 111110 | 0 | 1000111 | 10010 | 1110001 | 111101 | 110101 |
Color Harmonies of #4ED03C
Complementary color
Monochromatic Colors of #4ED03C
Black with #4ED03C
Text Example
Text Example
White with #4ED03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED03C; }
p { color: rgb(78,208,60); }
H1.HeaderClassName
{
color: #4ED03C;
}
.AnyTagClassName
{
color: #4ED03C;
}
</style>
background-color css
<style>
a { background-color: #4ED03C; }
a { background-color: rgb(78,208,60); }
div.DivClassName
{
background-color: #4ED03C;
}
.BgClassName
{
background-color: #4ED03C;
}
</style>
border-color css
<style>
span { border-color: #4ED03C; }
span { border-color: rgb(78,208,60); }
td.TdClassName
{
border-color: #4ED03C;
}
.TagClassName
{
border-color: #4ED03C;
}
</style>