Shades of Lime Green #4ED84B
Tints of Lime Green #4ED84B
RGB
CMYK
RGB Variations
Color information
#4ED84B (or 0x4ED84B) is known color: Lime Green. HEX triplet: 4E, D8 and 4B. RGB value is (78,216,75). Sum of RGB (Red+Green+Blue) = 78+216+75=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED84B is #B127B4. Grayscale: #9F9F9F. Windows color (decimal): -11610037 or 4970574. OLE color: 4970574.
HSL color Cylindrical-coordinate representation of color #4ED84B: hue angle of 118.72º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ED84B is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 75 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.15 |
| HSL | 118.72º | 0.64% | 0.57% | - |
| HSV(B) | 118.72º | 0.65% | 0.85% | - |
| XYZ | 28.97 | 51.24 | 15.02 | - |
| YUV | 158.66 | 80.78 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 75 | 0.64 | 0 | 0.65 | 0.15 | 118.72 | 0.64 | 0.57 |
| Hex | 4E | D8 | 4B | 40 | 0 | 41 | F | 77 | 40 | 39 |
| Octal | 116 | 330 | 113 | 100 | 0 | 101 | 17 | 167 | 100 | 71 |
| Binary | 1001110 | 11011000 | 1001011 | 1000000 | 0 | 1000001 | 1111 | 1110111 | 1000000 | 111001 |
Color Harmonies of #4ED84B
Complementary color
Monochromatic Colors of #4ED84B
Black with #4ED84B
Text Example
Text Example
White with #4ED84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED84B; }
p { color: rgb(78,216,75); }
H1.HeaderClassName
{
color: #4ED84B;
}
.AnyTagClassName
{
color: #4ED84B;
}
</style>
background-color css
<style>
a { background-color: #4ED84B; }
a { background-color: rgb(78,216,75); }
div.DivClassName
{
background-color: #4ED84B;
}
.BgClassName
{
background-color: #4ED84B;
}
</style>
border-color css
<style>
span { border-color: #4ED84B; }
span { border-color: rgb(78,216,75); }
td.TdClassName
{
border-color: #4ED84B;
}
.TagClassName
{
border-color: #4ED84B;
}
</style>