Shades of Lime Green #4EDF38
Tints of Lime Green #4EDF38
RGB
CMYK
RGB Variations
Color information
#4EDF38 (or 0x4EDF38) is known color: Lime Green. HEX triplet: 4E, DF and 38. RGB value is (78,223,56). Sum of RGB (Red+Green+Blue) = 78+223+56=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDF38 is #B120C7. Grayscale: #A1A1A1. Windows color (decimal): -11608264 or 3727182. OLE color: 3727182.
HSL color Cylindrical-coordinate representation of color #4EDF38: hue angle of 112.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4EDF38 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 56 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.13 |
| HSL | 112.1º | 0.72% | 0.55% | - |
| HSV(B) | 112.1º | 0.75% | 0.87% | - |
| XYZ | 30.24 | 54.68 | 12.7 | - |
| YUV | 160.61 | 68.96 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 56 | 0.65 | 0 | 0.75 | 0.13 | 112.1 | 0.72 | 0.55 |
| Hex | 4E | DF | 38 | 41 | 0 | 4B | D | 70 | 48 | 37 |
| Octal | 116 | 337 | 70 | 101 | 0 | 113 | 15 | 160 | 110 | 67 |
| Binary | 1001110 | 11011111 | 111000 | 1000001 | 0 | 1001011 | 1101 | 1110000 | 1001000 | 110111 |
Color Harmonies of #4EDF38
Complementary color
Monochromatic Colors of #4EDF38
Black with #4EDF38
Text Example
Text Example
White with #4EDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDF38; }
p { color: rgb(78,223,56); }
H1.HeaderClassName
{
color: #4EDF38;
}
.AnyTagClassName
{
color: #4EDF38;
}
</style>
background-color css
<style>
a { background-color: #4EDF38; }
a { background-color: rgb(78,223,56); }
div.DivClassName
{
background-color: #4EDF38;
}
.BgClassName
{
background-color: #4EDF38;
}
</style>
border-color css
<style>
span { border-color: #4EDF38; }
span { border-color: rgb(78,223,56); }
td.TdClassName
{
border-color: #4EDF38;
}
.TagClassName
{
border-color: #4EDF38;
}
</style>