Shades of Lime Green #4ED544
Tints of Lime Green #4ED544
RGB
CMYK
RGB Variations
Color information
#4ED544 (or 0x4ED544) is known color: Lime Green. HEX triplet: 4E, D5 and 44. RGB value is (78,213,68). Sum of RGB (Red+Green+Blue) = 78+213+68=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED544 is #B12ABB. Grayscale: #9C9C9C. Windows color (decimal): -11610812 or 4511054. OLE color: 4511054.
HSL color Cylindrical-coordinate representation of color #4ED544: hue angle of 115.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ED544 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 68 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.16 |
| HSL | 115.86º | 0.63% | 0.55% | - |
| HSV(B) | 115.86º | 0.68% | 0.84% | - |
| XYZ | 27.98 | 49.63 | 13.57 | - |
| YUV | 156.11 | 78.27 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 68 | 0.63 | 0 | 0.68 | 0.16 | 115.86 | 0.63 | 0.55 |
| Hex | 4E | D5 | 44 | 3F | 0 | 44 | 10 | 74 | 3F | 37 |
| Octal | 116 | 325 | 104 | 77 | 0 | 104 | 20 | 164 | 77 | 67 |
| Binary | 1001110 | 11010101 | 1000100 | 111111 | 0 | 1000100 | 10000 | 1110100 | 111111 | 110111 |
Color Harmonies of #4ED544
Complementary color
Monochromatic Colors of #4ED544
Black with #4ED544
Text Example
Text Example
White with #4ED544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED544; }
p { color: rgb(78,213,68); }
H1.HeaderClassName
{
color: #4ED544;
}
.AnyTagClassName
{
color: #4ED544;
}
</style>
background-color css
<style>
a { background-color: #4ED544; }
a { background-color: rgb(78,213,68); }
div.DivClassName
{
background-color: #4ED544;
}
.BgClassName
{
background-color: #4ED544;
}
</style>
border-color css
<style>
span { border-color: #4ED544; }
span { border-color: rgb(78,213,68); }
td.TdClassName
{
border-color: #4ED544;
}
.TagClassName
{
border-color: #4ED544;
}
</style>