HEX: #2EB509
RGB: (46,181,9)
#2EB509 contains mainly green color. Web safe color of #2EB509 is #33CC00 (or #3C0).
#2EB509 color RGB value is (46,181,9).
RGB: (46,181,9)
(18%, 71%, 4%)
R 46 of 255 = 18%
G 181 of 255 = 71%
B 9 of 255 = 4%
R + G + B ~ 31%. #2EB509 is quite dark color.
R + G + B = 46 + 181 + 9 = 236 (100%)
R 46 of 236 ~ 19.49%
G 181 of 236 ~ 76.69%
B 9 of 236 ~ 3.81'%
#2EB509 color CMYK value is (75,0,95,29).
CMYK: (75,0,95,29)
C75M0Y95K29 (75%, 0%, 95%, 29%)
(0.75 / 0.00 / 0.95 / 0.29)
Color #2EB509 in popluar color models
2E | B5 | 09 | |
---|---|---|---|
RGB | 46 | 181 | 9 |
HSL | 107° | 90.53% | 37.25% |
HSB/HSV | 107° | 95.03% | 70.98% |
CMYK | 74.59% | 0.00% | 95.03% |
29.02% |
Color #2EB509 in popluar number systems.
HEX | 2E | B5 | 09 |
Decimal | 46 | 181 | 9 |
Binary | 101110 | 10110101 | 1001 |
Octal | 56 | 265 | 11 |
Shades of #2EB509
Tints of #2EB509
Examples of css and html codes for elements with #2EB509 color. Also use rgb(46,181,9) instead hex code.
.myTextColor { color: #2EB509; }
<p style="color:#2EB509">This sample text font color is #2EB509.</p>
This text font color is #2EB509.
.myBgColor { background-color: #2EB509; }
<div style="background-color:#2EB509">Inner text</div>
This div background color is #2EB509.
.myBorderColor { border: 1px solid #2EB509; }
<div style="border:3px solid #2EB509">Div</div>
This div border color is #2EB509.
.myOpacity80 { color: #2EB509; opacity: 0.8; }
<p style="color:#2EB509;opacity:0.8;">80%</p>
Text with #2EB509 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #2EB509;}
<p style="text-shadow: 3px 3px 1px #2EB509">Text here.</p>
This text has shadow with #2EB509 color.
.textShadow {text-shadow: 3px 3px 1px #2EB509', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #2EB509, 5px 5px 20px red">Text here.</p>
This text has shadow with #2EB509 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2EB509, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#2EB509, Direction=45, Strength=4)">Text</p>
This text has shadow with #2EB509 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2EB509;
-webkit-box-shadow: 1px 1px 3px 2px #2EB509;
box-shadow: 1px 1px 3px 2px #2EB509;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2EB509; -webkit-box-shadow: 1px 1px 3px 2px #2EB509; box-shadow:1px 1px 3px 2px #2EB509;">
Div content here
</div>
This text has color #2EB509 on black background.
This text has color #2EB509 on white background.
This text has black color on #2EB509 background.
This text has white color on #2EB509 background.
Complementary color for #hex is #D14AF6.