Shades of Lime Green #4EDF3B
Tints of Lime Green #4EDF3B
RGB
CMYK
RGB Variations
Color information
#4EDF3B (or 0x4EDF3B) is known color: Lime Green. HEX triplet: 4E, DF and 3B. RGB value is (78,223,59). Sum of RGB (Red+Green+Blue) = 78+223+59=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDF3B is #B120C4. Grayscale: #A1A1A1. Windows color (decimal): -11608261 or 3923790. OLE color: 3923790.
HSL color Cylindrical-coordinate representation of color #4EDF3B: hue angle of 113.05º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4EDF3B is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 59 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.13 |
| HSL | 113.05º | 0.72% | 0.55% | - |
| HSV(B) | 113.05º | 0.74% | 0.87% | - |
| XYZ | 30.32 | 54.71 | 13.1 | - |
| YUV | 160.95 | 70.46 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 59 | 0.65 | 0 | 0.74 | 0.13 | 113.05 | 0.72 | 0.55 |
| Hex | 4E | DF | 3B | 41 | 0 | 4A | D | 71 | 48 | 37 |
| Octal | 116 | 337 | 73 | 101 | 0 | 112 | 15 | 161 | 110 | 67 |
| Binary | 1001110 | 11011111 | 111011 | 1000001 | 0 | 1001010 | 1101 | 1110001 | 1001000 | 110111 |
Color Harmonies of #4EDF3B
Complementary color
Monochromatic Colors of #4EDF3B
Black with #4EDF3B
Text Example
Text Example
White with #4EDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDF3B; }
p { color: rgb(78,223,59); }
H1.HeaderClassName
{
color: #4EDF3B;
}
.AnyTagClassName
{
color: #4EDF3B;
}
</style>
background-color css
<style>
a { background-color: #4EDF3B; }
a { background-color: rgb(78,223,59); }
div.DivClassName
{
background-color: #4EDF3B;
}
.BgClassName
{
background-color: #4EDF3B;
}
</style>
border-color css
<style>
span { border-color: #4EDF3B; }
span { border-color: rgb(78,223,59); }
td.TdClassName
{
border-color: #4EDF3B;
}
.TagClassName
{
border-color: #4EDF3B;
}
</style>