Shades of Lime Green #4ED646
Tints of Lime Green #4ED646
RGB
CMYK
RGB Variations
Color information
#4ED646 (or 0x4ED646) is known color: Lime Green. HEX triplet: 4E, D6 and 46. RGB value is (78,214,70). Sum of RGB (Red+Green+Blue) = 78+214+70=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED646 is #B129B9. Grayscale: #9D9D9D. Windows color (decimal): -11610554 or 4642382. OLE color: 4642382.
HSL color Cylindrical-coordinate representation of color #4ED646: hue angle of 116.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED646 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 70 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.16 |
| HSL | 116.67º | 0.64% | 0.56% | - |
| HSV(B) | 116.67º | 0.67% | 0.84% | - |
| XYZ | 28.29 | 50.16 | 13.98 | - |
| YUV | 156.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 70 | 0.64 | 0 | 0.67 | 0.16 | 116.67 | 0.64 | 0.56 |
| Hex | 4E | D6 | 46 | 40 | 0 | 43 | 10 | 75 | 40 | 38 |
| Octal | 116 | 326 | 106 | 100 | 0 | 103 | 20 | 165 | 100 | 70 |
| Binary | 1001110 | 11010110 | 1000110 | 1000000 | 0 | 1000011 | 10000 | 1110101 | 1000000 | 111000 |
Color Harmonies of #4ED646
Complementary color
Monochromatic Colors of #4ED646
Black with #4ED646
Text Example
Text Example
White with #4ED646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED646; }
p { color: rgb(78,214,70); }
H1.HeaderClassName
{
color: #4ED646;
}
.AnyTagClassName
{
color: #4ED646;
}
</style>
background-color css
<style>
a { background-color: #4ED646; }
a { background-color: rgb(78,214,70); }
div.DivClassName
{
background-color: #4ED646;
}
.BgClassName
{
background-color: #4ED646;
}
</style>
border-color css
<style>
span { border-color: #4ED646; }
span { border-color: rgb(78,214,70); }
td.TdClassName
{
border-color: #4ED646;
}
.TagClassName
{
border-color: #4ED646;
}
</style>