HEX: #4DED1E
RGB: (77,237,30)
#4DED1E contains mainly green color. Web safe color of #4DED1E is #33FF33 (or #3F3).
#4DED1E color RGB value is (77,237,30).
RGB: (77,237,30)
(30%, 93%, 12%)
R 77 of 255 = 30%
G 237 of 255 = 93%
B 30 of 255 = 12%
R + G + B ~ 45%. #4DED1E is middle color (not dark and not light).
R + G + B = 77 + 237 + 30 = 344 (100%)
R 77 of 344 ~ 22.38%
G 237 of 344 ~ 68.9%
B 30 of 344 ~ 8.72'%
#4DED1E color CMYK value is (68,0,87,7).
CMYK: (68,0,87,7)
C68M0Y87K7 (68%, 0%, 87%, 7%)
(0.68 / 0.00 / 0.87 / 0.07)
Color #4DED1E in popluar color models
4D | ED | 1E | |
---|---|---|---|
RGB | 77 | 237 | 30 |
HSL | 106° | 85.19% | 52.35% |
HSB/HSV | 106° | 87.34% | 92.94% |
CMYK | 67.51% | 0.00% | 87.34% |
7.06% |
Color #4DED1E in popluar number systems.
HEX | 4D | ED | 1E |
Decimal | 77 | 237 | 30 |
Binary | 1001101 | 11101101 | 11110 |
Octal | 115 | 355 | 36 |
Shades of #4DED1E
Tints of #4DED1E
Examples of css and html codes for elements with #4DED1E color. Also use rgb(77,237,30) instead hex code.
.myTextColor { color: #4DED1E; }
<p style="color:#4DED1E">This sample text font color is #4DED1E.</p>
This text font color is #4DED1E.
.myBgColor { background-color: #4DED1E; }
<div style="background-color:#4DED1E">Inner text</div>
This div background color is #4DED1E.
.myBorderColor { border: 1px solid #4DED1E; }
<div style="border:3px solid #4DED1E">Div</div>
This div border color is #4DED1E.
.myOpacity80 { color: #4DED1E; opacity: 0.8; }
<p style="color:#4DED1E;opacity:0.8;">80%</p>
Text with #4DED1E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DED1E;}
<p style="text-shadow: 3px 3px 1px #4DED1E">Text here.</p>
This text has shadow with #4DED1E color.
.textShadow {text-shadow: 3px 3px 1px #4DED1E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DED1E, 5px 5px 20px red">Text here.</p>
This text has shadow with #4DED1E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DED1E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DED1E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DED1E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4DED1E;
-webkit-box-shadow: 1px 1px 3px 2px #4DED1E;
box-shadow: 1px 1px 3px 2px #4DED1E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4DED1E; -webkit-box-shadow: 1px 1px 3px 2px #4DED1E; box-shadow:1px 1px 3px 2px #4DED1E;">
Div content here
</div>
This text has color #4DED1E on black background.
This text has color #4DED1E on white background.
This text has black color on #4DED1E background.
This text has white color on #4DED1E background.
Complementary color for #hex is #B212E1.