COLOR #42D44B

HEX: #42D44B
RGB: (66,212,75)

Color info

#42D44B contains mainly green color. Web safe color of #42D44B is #33CC33 (or #3C3).

RGB color model

#42D44B color RGB value is (66,212,75).

  • red value is 66;
  • green value is 212;
  • blue value is 75.
RGB:
(66,212,75)
(26%,83%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 212 of 255 = 83%
B 75 of 255 = 29%

66
212
75

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

Portions of RGB colors in percentages

R + G + B =
66 + 212 + 75 = 353 (100%)
R 66 of 353 ~ 18.7%
G 212 of 353 ~ 60.06%
B 75 of 353 ~ 21.25%

%18.7
%60.06
%21.25

CMYK color model

#42D44B color CMYK value is (69,0,65,17).

  • cyan value is 68.87%
  • magenta value is 0.00%
  • yellow value is 64.62%
  • key color value is 16.86%
CMYK:
(69,0,65,17)
C69M0Y65K17 
(69%,0%,65%,17%)
(0.69/0.00/0.65/0.17)	

CMYK percentages

%68.87
%0
%64.62
%16.86

Codes

Color #42D44B in popluar color models

42D44B
RGB6621275
HSL124°62.93%54.51%
HSB/HSV124°68.87%83.14%
CMYK68.87%0.00%64.62%
16.86%

Color #42D44B in popluar number systems.

HEX42D44B
Decimal6621275
Binary1000010110101001001011
Octal102324113

Shades and tints

Shades of #42D44B

#42D44B
(66,212,75)
#3CC145
(60,193,69)
#36AE3F
(54,174,63)
#309B39
(48,155,57)
#2A8833
(42,136,51)
#24752D
(36,117,45)
#1E6227
(30,98,39)
#184F21
(24,79,33)
#123C1B
(18,60,27)
#0C2915
(12,41,21)
#06160F
(6,22,15)
#000000
(0,0,0)

Tints of #42D44B

#42D44B
(66,212,75)
#53D75B
(83,215,91)
#64DA6B
(100,218,107)
#75DD7B
(117,221,123)
#86E08B
(134,224,139)
#97E39B
(151,227,155)
#A8E6AB
(168,230,171)
#B9E9BB
(185,233,187)
#CAECCB
(202,236,203)
#DBEFDB
(219,239,219)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D44B color. Also use rgb(66,212,75) instead hex code.

Text Font Color

.myTextColor { color: #42D44B; }

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

This text font color is #42D44B.


Background Color

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

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

This div background color is #42D44B.


Border color

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

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

This div border color is #42D44B.


Opacity

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

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

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

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

This text has shadow with #42D44B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D44B on black background.


Color preview on white background

This text has color #42D44B on white background.



Black color preview on #42D44B background

This text has black color on #42D44B background.


White color preview on #42D44B background

This text has white color on #42D44B background.