COLOR #42D954

HEX: #42D954
RGB: (66,217,84)

Color info

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

RGB color model

#42D954 color RGB value is (66,217,84).

  • red value is 66;
  • green value is 217;
  • blue value is 84.
RGB:
(66,217,84)
(26%,85%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 217 of 255 = 85%
B 84 of 255 = 33%

66
217
84

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

Portions of RGB colors in percentages

R + G + B =
66 + 217 + 84 = 367 (100%)
R 66 of 367 ~ 17.98%
G 217 of 367 ~ 59.13%
B 84 of 367 ~ 22.89%

%17.98
%59.13
%22.89

CMYK color model

#42D954 color CMYK value is (70,0,61,15).

  • cyan value is 69.59%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 14.90%
CMYK:
(70,0,61,15)
C70M0Y61K15 
(70%,0%,61%,15%)
(0.70/0.00/0.61/0.15)	

CMYK percentages

%69.59
%0
%61.29
%14.9

Codes

Color #42D954 in popluar color models

42D954
RGB6621784
HSL127°66.52%55.49%
HSB/HSV127°69.59%85.10%
CMYK69.59%0.00%61.29%
14.90%

Color #42D954 in popluar number systems.

HEX42D954
Decimal6621784
Binary1000010110110011010100
Octal102331124

Shades and tints

Shades of #42D954

#42D954
(66,217,84)
#3CC64D
(60,198,77)
#36B346
(54,179,70)
#30A03F
(48,160,63)
#2A8D38
(42,141,56)
#247A31
(36,122,49)
#1E672A
(30,103,42)
#185423
(24,84,35)
#12411C
(18,65,28)
#0C2E15
(12,46,21)
#061B0E
(6,27,14)
#000000
(0,0,0)

Tints of #42D954

#42D954
(66,217,84)
#53DC63
(83,220,99)
#64DF72
(100,223,114)
#75E281
(117,226,129)
#86E590
(134,229,144)
#97E89F
(151,232,159)
#A8EBAE
(168,235,174)
#B9EEBD
(185,238,189)
#CAF1CC
(202,241,204)
#DBF4DB
(219,244,219)
#ECF7EA
(236,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D954 color. Also use rgb(66,217,84) instead hex code.

Text Font Color

.myTextColor { color: #42D954; }

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

This text font color is #42D954.


Background Color

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

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

This div background color is #42D954.


Border color

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

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

This div border color is #42D954.


Opacity

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

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

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

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

This text has shadow with #42D954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D954 on black background.


Color preview on white background

This text has color #42D954 on white background.



Black color preview on #42D954 background

This text has black color on #42D954 background.


White color preview on #42D954 background

This text has white color on #42D954 background.