Shades of Lime Green #4ED146
Tints of Lime Green #4ED146
RGB
CMYK
RGB Variations
Color information
#4ED146 (or 0x4ED146) is known color: Lime Green. HEX triplet: 4E, D1 and 46. RGB value is (78,209,70). Sum of RGB (Red+Green+Blue) = 78+209+70=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED146 is #B12EB9. Grayscale: #9A9A9A. Windows color (decimal): -11611834 or 4641102. OLE color: 4641102.
HSL color Cylindrical-coordinate representation of color #4ED146: hue angle of 116.55º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED146 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 209 | 70 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.18 |
| HSL | 116.55º | 0.6% | 0.55% | - |
| HSV(B) | 116.55º | 0.67% | 0.82% | - |
| XYZ | 27.05 | 47.66 | 13.57 | - |
| YUV | 153.99 | 80.6 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 70 | 0.63 | 0 | 0.67 | 0.18 | 116.55 | 0.6 | 0.55 |
| Hex | 4E | D1 | 46 | 3F | 0 | 43 | 12 | 75 | 3C | 37 |
| Octal | 116 | 321 | 106 | 77 | 0 | 103 | 22 | 165 | 74 | 67 |
| Binary | 1001110 | 11010001 | 1000110 | 111111 | 0 | 1000011 | 10010 | 1110101 | 111100 | 110111 |
Color Harmonies of #4ED146
Complementary color
Monochromatic Colors of #4ED146
Black with #4ED146
Text Example
Text Example
White with #4ED146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED146; }
p { color: rgb(78,209,70); }
H1.HeaderClassName
{
color: #4ED146;
}
.AnyTagClassName
{
color: #4ED146;
}
</style>
background-color css
<style>
a { background-color: #4ED146; }
a { background-color: rgb(78,209,70); }
div.DivClassName
{
background-color: #4ED146;
}
.BgClassName
{
background-color: #4ED146;
}
</style>
border-color css
<style>
span { border-color: #4ED146; }
span { border-color: rgb(78,209,70); }
td.TdClassName
{
border-color: #4ED146;
}
.TagClassName
{
border-color: #4ED146;
}
</style>