COLOR #42D43A

HEX: #42D43A
RGB: (66,212,58)

Color info

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

RGB color model

#42D43A color RGB value is (66,212,58).

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

RGB channels and saturation

R 66 of 255 = 26%
G 212 of 255 = 83%
B 58 of 255 = 23%

66
212
58

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

Portions of RGB colors in percentages

R + G + B =
66 + 212 + 58 = 336 (100%)
R 66 of 336 ~ 19.64%
G 212 of 336 ~ 63.1%
B 58 of 336 ~ 17.26%

%19.64
%63.1
%17.26

CMYK color model

#42D43A color CMYK value is (69,0,73,17).

  • cyan value is 68.87%
  • magenta value is 0.00%
  • yellow value is 72.64%
  • key color value is 16.86%
CMYK:
(69,0,73,17)
C69M0Y73K17 
(69%,0%,73%,17%)
(0.69/0.00/0.73/0.17)	

CMYK percentages

%68.87
%0
%72.64
%16.86

Codes

Color #42D43A in popluar color models

42D43A
RGB6621258
HSL117°64.17%52.94%
HSB/HSV117°72.64%83.14%
CMYK68.87%0.00%72.64%
16.86%

Color #42D43A in popluar number systems.

HEX42D43A
Decimal6621258
Binary100001011010100111010
Octal10232472

Shades and tints

Shades of #42D43A

#42D43A
(66,212,58)
#3CC135
(60,193,53)
#36AE30
(54,174,48)
#309B2B
(48,155,43)
#2A8826
(42,136,38)
#247521
(36,117,33)
#1E621C
(30,98,28)
#184F17
(24,79,23)
#123C12
(18,60,18)
#0C290D
(12,41,13)
#061608
(6,22,8)
#000000
(0,0,0)

Tints of #42D43A

#42D43A
(66,212,58)
#53D74B
(83,215,75)
#64DA5C
(100,218,92)
#75DD6D
(117,221,109)
#86E07E
(134,224,126)
#97E38F
(151,227,143)
#A8E6A0
(168,230,160)
#B9E9B1
(185,233,177)
#CAECC2
(202,236,194)
#DBEFD3
(219,239,211)
#ECF2E4
(236,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42D43A; }

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

This text font color is #42D43A.


Background Color

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

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

This div background color is #42D43A.


Border color

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

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

This div border color is #42D43A.


Opacity

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

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

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

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

This text has shadow with #42D43A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D43A on black background.


Color preview on white background

This text has color #42D43A on white background.



Black color preview on #42D43A background

This text has black color on #42D43A background.


White color preview on #42D43A background

This text has white color on #42D43A background.