HEX: #49D71D
RGB: (73,215,29)
#49D71D contains mainly green color. Web safe color of #49D71D is #33CC33 (or #3C3).
#49D71D color RGB value is (73,215,29).
RGB: (73,215,29)
(29%, 84%, 11%)
R 73 of 255 = 29%
G 215 of 255 = 84%
B 29 of 255 = 11%
R + G + B ~ 41%. #49D71D is middle color (not dark and not light).
R + G + B = 73 + 215 + 29 = 317 (100%)
R 73 of 317 ~ 23.03%
G 215 of 317 ~ 67.82%
B 29 of 317 ~ 9.15'%
#49D71D color CMYK value is (66,0,87,16).
CMYK: (66,0,87,16)
C66M0Y87K16 (66%, 0%, 87%, 16%)
(0.66 / 0.00 / 0.87 / 0.16)
Color #49D71D in popluar color models
49 | D7 | 1D | |
---|---|---|---|
RGB | 73 | 215 | 29 |
HSL | 106° | 76.23% | 47.84% |
HSB/HSV | 106° | 86.51% | 84.31% |
CMYK | 66.05% | 0.00% | 86.51% |
15.69% |
Color #49D71D in popluar number systems.
HEX | 49 | D7 | 1D |
Decimal | 73 | 215 | 29 |
Binary | 1001001 | 11010111 | 11101 |
Octal | 111 | 327 | 35 |
Shades of #49D71D
Tints of #49D71D
Examples of css and html codes for elements with #49D71D color. Also use rgb(73,215,29) instead hex code.
.myTextColor { color: #49D71D; }
<p style="color:#49D71D">This sample text font color is #49D71D.</p>
This text font color is #49D71D.
.myBgColor { background-color: #49D71D; }
<div style="background-color:#49D71D">Inner text</div>
This div background color is #49D71D.
.myBorderColor { border: 1px solid #49D71D; }
<div style="border:3px solid #49D71D">Div</div>
This div border color is #49D71D.
.myOpacity80 { color: #49D71D; opacity: 0.8; }
<p style="color:#49D71D;opacity:0.8;">80%</p>
Text with #49D71D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49D71D;}
<p style="text-shadow: 3px 3px 1px #49D71D">Text here.</p>
This text has shadow with #49D71D color.
.textShadow {text-shadow: 3px 3px 1px #49D71D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49D71D, 5px 5px 20px red">Text here.</p>
This text has shadow with #49D71D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49D71D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49D71D, Direction=45, Strength=4)">Text</p>
This text has shadow with #49D71D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49D71D;
-webkit-box-shadow: 1px 1px 3px 2px #49D71D;
box-shadow: 1px 1px 3px 2px #49D71D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49D71D; -webkit-box-shadow: 1px 1px 3px 2px #49D71D; box-shadow:1px 1px 3px 2px #49D71D;">
Div content here
</div>
This text has color #49D71D on black background.
This text has color #49D71D on white background.
This text has black color on #49D71D background.
This text has white color on #49D71D background.
Complementary color for #hex is #B628E2.