Shades of Lime Green #4EED2D
Tints of Lime Green #4EED2D
RGB
CMYK
RGB Variations
Color information
#4EED2D (or 0x4EED2D) is known color: Lime Green. HEX triplet: 4E, ED and 2D. RGB value is (78,237,45). Sum of RGB (Red+Green+Blue) = 78+237+45=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 237 (92.97% from 255 or 65.83% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EED2D is #B112D2. Grayscale: #A8A8A8. Windows color (decimal): -11604691 or 3009870. OLE color: 3009870.
HSL color Cylindrical-coordinate representation of color #4EED2D: hue angle of 109.69º 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 #4EED2D is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 45 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.07 |
| HSL | 109.69º | 0.84% | 0.55% | - |
| HSV(B) | 109.69º | 0.81% | 0.93% | - |
| XYZ | 33.9 | 62.38 | 12.74 | - |
| YUV | 167.57 | 58.82 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 45 | 0.67 | 0 | 0.81 | 0.07 | 109.69 | 0.84 | 0.55 |
| Hex | 4E | ED | 2D | 43 | 0 | 51 | 7 | 6E | 54 | 37 |
| Octal | 116 | 355 | 55 | 103 | 0 | 121 | 7 | 156 | 124 | 67 |
| Binary | 1001110 | 11101101 | 101101 | 1000011 | 0 | 1010001 | 111 | 1101110 | 1010100 | 110111 |
Color Harmonies of #4EED2D
Complementary color
Monochromatic Colors of #4EED2D
Black with #4EED2D
Text Example
Text Example
White with #4EED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EED2D; }
p { color: rgb(78,237,45); }
H1.HeaderClassName
{
color: #4EED2D;
}
.AnyTagClassName
{
color: #4EED2D;
}
</style>
background-color css
<style>
a { background-color: #4EED2D; }
a { background-color: rgb(78,237,45); }
div.DivClassName
{
background-color: #4EED2D;
}
.BgClassName
{
background-color: #4EED2D;
}
</style>
border-color css
<style>
span { border-color: #4EED2D; }
span { border-color: rgb(78,237,45); }
td.TdClassName
{
border-color: #4EED2D;
}
.TagClassName
{
border-color: #4EED2D;
}
</style>