Shades of Lime Green #4EDC2B
Tints of Lime Green #4EDC2B
RGB
CMYK
RGB Variations
Color information
#4EDC2B (or 0x4EDC2B) is known color: Lime Green. HEX triplet: 4E, DC and 2B. RGB value is (78,220,43). Sum of RGB (Red+Green+Blue) = 78+220+43=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC2B is #B123D4. Grayscale: #9D9D9D. Windows color (decimal): -11609045 or 2874446. OLE color: 2874446.
HSL color Cylindrical-coordinate representation of color #4EDC2B: hue angle of 108.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EDC2B is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 43 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.14 |
| HSL | 108.14º | 0.72% | 0.52% | - |
| HSV(B) | 108.14º | 0.8% | 0.86% | - |
| XYZ | 29.17 | 52.98 | 10.97 | - |
| YUV | 157.36 | 63.46 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 43 | 0.65 | 0 | 0.80 | 0.14 | 108.14 | 0.72 | 0.52 |
| Hex | 4E | DC | 2B | 41 | 0 | 50 | E | 6C | 48 | 34 |
| Octal | 116 | 334 | 53 | 101 | 0 | 120 | 16 | 154 | 110 | 64 |
| Binary | 1001110 | 11011100 | 101011 | 1000001 | 0 | 1010000 | 1110 | 1101100 | 1001000 | 110100 |
Color Harmonies of #4EDC2B
Complementary color
Monochromatic Colors of #4EDC2B
Black with #4EDC2B
Text Example
Text Example
White with #4EDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDC2B; }
p { color: rgb(78,220,43); }
H1.HeaderClassName
{
color: #4EDC2B;
}
.AnyTagClassName
{
color: #4EDC2B;
}
</style>
background-color css
<style>
a { background-color: #4EDC2B; }
a { background-color: rgb(78,220,43); }
div.DivClassName
{
background-color: #4EDC2B;
}
.BgClassName
{
background-color: #4EDC2B;
}
</style>
border-color css
<style>
span { border-color: #4EDC2B; }
span { border-color: rgb(78,220,43); }
td.TdClassName
{
border-color: #4EDC2B;
}
.TagClassName
{
border-color: #4EDC2B;
}
</style>