COLOR #42E176

HEX: #42E176
RGB: (66,225,118)

Color info

#42E176 contains mainly green color. Web safe color of #42E176 is #33CC66 (or #3C6).

RGB color model

#42E176 color RGB value is (66,225,118).

  • red value is 66;
  • green value is 225;
  • blue value is 118.
RGB:
(66,225,118)
(26%,88%,46%)

RGB channels and saturation

R 66 of 255 = 26%
G 225 of 255 = 88%
B 118 of 255 = 46%

66
225
118

R + G + B ~ 53%. #42E176 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 225 + 118 = 409 (100%)
R 66 of 409 ~ 16.14%
G 225 of 409 ~ 55.01%
B 118 of 409 ~ 28.85%

%16.14
%55.01
%28.85

CMYK color model

#42E176 color CMYK value is (71,0,48,12).

  • cyan value is 70.67%
  • magenta value is 0.00%
  • yellow value is 47.56%
  • key color value is 11.76%
CMYK:
(71,0,48,12)
C71M0Y48K12 
(71%,0%,48%,12%)
(0.71/0.00/0.48/0.12)	

CMYK percentages

%70.67
%0
%47.56
%11.76

Codes

Color #42E176 in popluar color models

42E176
RGB66225118
HSL140°72.60%57.06%
HSB/HSV140°70.67%88.24%
CMYK70.67%0.00%47.56%
11.76%

Color #42E176 in popluar number systems.

HEX42E176
Decimal66225118
Binary1000010111000011110110
Octal102341166

Shades and tints

Shades of #42E176

#42E176
(66,225,118)
#3CCD6C
(60,205,108)
#36B962
(54,185,98)
#30A558
(48,165,88)
#2A914E
(42,145,78)
#247D44
(36,125,68)
#1E693A
(30,105,58)
#185530
(24,85,48)
#124126
(18,65,38)
#0C2D1C
(12,45,28)
#061912
(6,25,18)
#000000
(0,0,0)

Tints of #42E176

#42E176
(66,225,118)
#53E382
(83,227,130)
#64E58E
(100,229,142)
#75E79A
(117,231,154)
#86E9A6
(134,233,166)
#97EBB2
(151,235,178)
#A8EDBE
(168,237,190)
#B9EFCA
(185,239,202)
#CAF1D6
(202,241,214)
#DBF3E2
(219,243,226)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42E176 color. Also use rgb(66,225,118) instead hex code.

Text Font Color

.myTextColor { color: #42E176; }

<p style="color:#42E176">This sample text font color is #42E176.</p>

This text font color is #42E176.


Background Color

.myBgColor { background-color: #42E176; }

<div style="background-color:#42E176">Inner text</div>

This div background color is #42E176.


Border color

.myBorderColor { border: 1px solid #42E176; }

<div style="border:3px solid #42E176">Div</div>

This div border color is #42E176.


Opacity

.myOpacity80 { color: #42E176; opacity: 0.8; }

<p style="color:#42E176;opacity:0.8;">80%</p>

Text with #42E176 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #42E176;}

<p style="text-shadow: 3px 3px 1px #42E176">Text here.</p>

This text has shadow with #42E176 color.

.textShadow {text-shadow: 3px 3px 1px #42E176, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #42E176, 5px 5px 20px red">Text here.</p>

This text has shadow with #42E176 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42E176, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#42E176, Direction=45, Strength=4)">Text</p>

This text has shadow with #42E176 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #42E176;
  -webkit-box-shadow:	1px 1px 3px 2px #42E176;
  box-shadow:		1px 1px 3px 2px #42E176;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42E176;
-webkit-box-shadow: 1px 1px 3px 2px #42E176;
box-shadow:1px 1px 3px 2px #42E176;">
Div content here</div>
This div box has shadow with color #42E176.

Preview

Color preview on black background

This text has color #42E176 on black background.


Color preview on white background

This text has color #42E176 on white background.



Black color preview on #42E176 background

This text has black color on #42E176 background.


White color preview on #42E176 background

This text has white color on #42E176 background.