HEX: #42E448
RGB: (66,228,72)
#42E448 contains mainly green color. Web safe color of #42E448 is #33CC33 (or #3C3).
#42E448 color RGB value is (66,228,72).
RGB: (66,228,72)
(26%, 89%, 28%)
R 66 of 255 = 26%
G 228 of 255 = 89%
B 72 of 255 = 28%
R + G + B ~ 48%. #42E448 is middle color (not dark and not light).
R + G + B = 66 + 228 + 72 = 366 (100%)
R 66 of 366 ~ 18.03%
G 228 of 366 ~ 62.3%
B 72 of 366 ~ 19.67'%
#42E448 color CMYK value is (71,0,68,11).
CMYK: (71,0,68,11)
C71M0Y68K11 (71%, 0%, 68%, 11%)
(0.71 / 0.00 / 0.68 / 0.11)
Color #42E448 in popluar color models
42 | E4 | 48 | |
---|---|---|---|
RGB | 66 | 228 | 72 |
HSL | 122° | 75.00% | 57.65% |
HSB/HSV | 122° | 71.05% | 89.41% |
CMYK | 71.05% | 0.00% | 68.42% |
10.59% |
Color #42E448 in popluar number systems.
HEX | 42 | E4 | 48 |
Decimal | 66 | 228 | 72 |
Binary | 1000010 | 11100100 | 1001000 |
Octal | 102 | 344 | 110 |
Shades of #42E448
Tints of #42E448
Examples of css and html codes for elements with #42E448 color. Also use rgb(66,228,72) instead hex code.
.myTextColor { color: #42E448; }
<p style="color:#42E448">This sample text font color is #42E448.</p>
This text font color is #42E448.
.myBgColor { background-color: #42E448; }
<div style="background-color:#42E448">Inner text</div>
This div background color is #42E448.
.myBorderColor { border: 1px solid #42E448; }
<div style="border:3px solid #42E448">Div</div>
This div border color is #42E448.
.myOpacity80 { color: #42E448; opacity: 0.8; }
<p style="color:#42E448;opacity:0.8;">80%</p>
Text with #42E448 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #42E448;}
<p style="text-shadow: 3px 3px 1px #42E448">Text here.</p>
This text has shadow with #42E448 color.
.textShadow {text-shadow: 3px 3px 1px #42E448', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #42E448, 5px 5px 20px red">Text here.</p>
This text has shadow with #42E448 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42E448, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#42E448, Direction=45, Strength=4)">Text</p>
This text has shadow with #42E448 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #42E448;
-webkit-box-shadow: 1px 1px 3px 2px #42E448;
box-shadow: 1px 1px 3px 2px #42E448;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42E448; -webkit-box-shadow: 1px 1px 3px 2px #42E448; box-shadow:1px 1px 3px 2px #42E448;">
Div content here
</div>
This text has color #42E448 on black background.
This text has color #42E448 on white background.
This text has black color on #42E448 background.
This text has white color on #42E448 background.
Complementary color for #hex is #BD1BB7.