Shades of Lime Green #4ED834
Tints of Lime Green #4ED834
RGB
CMYK
RGB Variations
Color information
#4ED834 (or 0x4ED834) is known color: Lime Green. HEX triplet: 4E, D8 and 34. RGB value is (78,216,52). Sum of RGB (Red+Green+Blue) = 78+216+52=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED834 is #B127CB. Grayscale: #9C9C9C. Windows color (decimal): -11610060 or 3463246. OLE color: 3463246.
HSL color Cylindrical-coordinate representation of color #4ED834: hue angle of 110.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ED834 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 52 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.15 |
| HSL | 110.49º | 0.68% | 0.53% | - |
| HSV(B) | 110.49º | 0.76% | 0.85% | - |
| XYZ | 28.32 | 50.98 | 11.6 | - |
| YUV | 156.04 | 69.28 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 52 | 0.64 | 0 | 0.76 | 0.15 | 110.49 | 0.68 | 0.53 |
| Hex | 4E | D8 | 34 | 40 | 0 | 4C | F | 6E | 44 | 35 |
| Octal | 116 | 330 | 64 | 100 | 0 | 114 | 17 | 156 | 104 | 65 |
| Binary | 1001110 | 11011000 | 110100 | 1000000 | 0 | 1001100 | 1111 | 1101110 | 1000100 | 110101 |
Color Harmonies of #4ED834
Complementary color
Monochromatic Colors of #4ED834
Black with #4ED834
Text Example
Text Example
White with #4ED834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED834; }
p { color: rgb(78,216,52); }
H1.HeaderClassName
{
color: #4ED834;
}
.AnyTagClassName
{
color: #4ED834;
}
</style>
background-color css
<style>
a { background-color: #4ED834; }
a { background-color: rgb(78,216,52); }
div.DivClassName
{
background-color: #4ED834;
}
.BgClassName
{
background-color: #4ED834;
}
</style>
border-color css
<style>
span { border-color: #4ED834; }
span { border-color: rgb(78,216,52); }
td.TdClassName
{
border-color: #4ED834;
}
.TagClassName
{
border-color: #4ED834;
}
</style>