Shades of Lime Green #4EED2C
Tints of Lime Green #4EED2C
RGB
CMYK
RGB Variations
Color information
#4EED2C (or 0x4EED2C) is known color: Lime Green. HEX triplet: 4E, ED and 2C. RGB value is (78,237,44). Sum of RGB (Red+Green+Blue) = 78+237+44=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 237 (92.97% from 255 or 66.02% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EED2C is #B112D3. Grayscale: #A8A8A8. Windows color (decimal): -11604692 or 2944334. OLE color: 2944334.
HSL color Cylindrical-coordinate representation of color #4EED2C: hue angle of 109.43º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4EED2C is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 44 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.07 |
| HSL | 109.43º | 0.84% | 0.55% | - |
| HSV(B) | 109.43º | 0.81% | 0.93% | - |
| XYZ | 33.88 | 62.37 | 12.64 | - |
| YUV | 167.46 | 58.32 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 44 | 0.67 | 0 | 0.81 | 0.07 | 109.43 | 0.84 | 0.55 |
| Hex | 4E | ED | 2C | 43 | 0 | 51 | 7 | 6D | 54 | 37 |
| Octal | 116 | 355 | 54 | 103 | 0 | 121 | 7 | 155 | 124 | 67 |
| Binary | 1001110 | 11101101 | 101100 | 1000011 | 0 | 1010001 | 111 | 1101101 | 1010100 | 110111 |
Color Harmonies of #4EED2C
Complementary color
Monochromatic Colors of #4EED2C
Black with #4EED2C
Text Example
Text Example
White with #4EED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EED2C; }
p { color: rgb(78,237,44); }
H1.HeaderClassName
{
color: #4EED2C;
}
.AnyTagClassName
{
color: #4EED2C;
}
</style>
background-color css
<style>
a { background-color: #4EED2C; }
a { background-color: rgb(78,237,44); }
div.DivClassName
{
background-color: #4EED2C;
}
.BgClassName
{
background-color: #4EED2C;
}
</style>
border-color css
<style>
span { border-color: #4EED2C; }
span { border-color: rgb(78,237,44); }
td.TdClassName
{
border-color: #4EED2C;
}
.TagClassName
{
border-color: #4EED2C;
}
</style>