Shades of Lime Green #4ED534
Tints of Lime Green #4ED534
RGB
CMYK
RGB Variations
Color information
#4ED534 (or 0x4ED534) is known color: Lime Green. HEX triplet: 4E, D5 and 34. RGB value is (78,213,52). Sum of RGB (Red+Green+Blue) = 78+213+52=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED534 is #B12ACB. Grayscale: #9A9A9A. Windows color (decimal): -11610828 or 3462478. OLE color: 3462478.
HSL color Cylindrical-coordinate representation of color #4ED534: hue angle of 110.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ED534 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 52 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.16 |
| HSL | 110.31º | 0.66% | 0.52% | - |
| HSV(B) | 110.31º | 0.76% | 0.84% | - |
| XYZ | 27.56 | 49.46 | 11.34 | - |
| YUV | 154.28 | 70.27 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 52 | 0.63 | 0 | 0.76 | 0.16 | 110.31 | 0.66 | 0.52 |
| Hex | 4E | D5 | 34 | 3F | 0 | 4C | 10 | 6E | 42 | 34 |
| Octal | 116 | 325 | 64 | 77 | 0 | 114 | 20 | 156 | 102 | 64 |
| Binary | 1001110 | 11010101 | 110100 | 111111 | 0 | 1001100 | 10000 | 1101110 | 1000010 | 110100 |
Color Harmonies of #4ED534
Complementary color
Monochromatic Colors of #4ED534
Black with #4ED534
Text Example
Text Example
White with #4ED534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED534; }
p { color: rgb(78,213,52); }
H1.HeaderClassName
{
color: #4ED534;
}
.AnyTagClassName
{
color: #4ED534;
}
</style>
background-color css
<style>
a { background-color: #4ED534; }
a { background-color: rgb(78,213,52); }
div.DivClassName
{
background-color: #4ED534;
}
.BgClassName
{
background-color: #4ED534;
}
</style>
border-color css
<style>
span { border-color: #4ED534; }
span { border-color: rgb(78,213,52); }
td.TdClassName
{
border-color: #4ED534;
}
.TagClassName
{
border-color: #4ED534;
}
</style>