COLOR #42E561

HEX: #42E561
RGB: (66,229,97)

Color info

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

RGB color model

#42E561 color RGB value is (66,229,97).

  • red value is 66;
  • green value is 229;
  • blue value is 97.
RGB:
(66,229,97)
(26%,90%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 229 of 255 = 90%
B 97 of 255 = 38%

66
229
97

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

Portions of RGB colors in percentages

R + G + B =
66 + 229 + 97 = 392 (100%)
R 66 of 392 ~ 16.84%
G 229 of 392 ~ 58.42%
B 97 of 392 ~ 24.74%

%16.84
%58.42
%24.74

CMYK color model

#42E561 color CMYK value is (71,0,58,10).

  • cyan value is 71.18%
  • magenta value is 0.00%
  • yellow value is 57.64%
  • key color value is 10.20%
CMYK:
(71,0,58,10)
C71M0Y58K10 
(71%,0%,58%,10%)
(0.71/0.00/0.58/0.10)	

CMYK percentages

%71.18
%0
%57.64
%10.2

Codes

Color #42E561 in popluar color models

42E561
RGB6622997
HSL131°75.81%57.84%
HSB/HSV131°71.18%89.80%
CMYK71.18%0.00%57.64%
10.20%

Color #42E561 in popluar number systems.

HEX42E561
Decimal6622997
Binary1000010111001011100001
Octal102345141

Shades and tints

Shades of #42E561

#42E561
(66,229,97)
#3CD159
(60,209,89)
#36BD51
(54,189,81)
#30A949
(48,169,73)
#2A9541
(42,149,65)
#248139
(36,129,57)
#1E6D31
(30,109,49)
#185929
(24,89,41)
#124521
(18,69,33)
#0C3119
(12,49,25)
#061D11
(6,29,17)
#000000
(0,0,0)

Tints of #42E561

#42E561
(66,229,97)
#53E76F
(83,231,111)
#64E97D
(100,233,125)
#75EB8B
(117,235,139)
#86ED99
(134,237,153)
#97EFA7
(151,239,167)
#A8F1B5
(168,241,181)
#B9F3C3
(185,243,195)
#CAF5D1
(202,245,209)
#DBF7DF
(219,247,223)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42E561 color. Also use rgb(66,229,97) instead hex code.

Text Font Color

.myTextColor { color: #42E561; }

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

This text font color is #42E561.


Background Color

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

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

This div background color is #42E561.


Border color

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

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

This div border color is #42E561.


Opacity

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

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

Text with #42E561 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 #42E561;}

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

This text has shadow with #42E561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42E561 on black background.


Color preview on white background

This text has color #42E561 on white background.



Black color preview on #42E561 background

This text has black color on #42E561 background.


White color preview on #42E561 background

This text has white color on #42E561 background.