COLOR #42CD45

HEX: #42CD45
RGB: (66,205,69)

Color info

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

RGB color model

#42CD45 color RGB value is (66,205,69).

  • red value is 66;
  • green value is 205;
  • blue value is 69.
RGB:
(66,205,69)
(26%,80%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 205 of 255 = 80%
B 69 of 255 = 27%

66
205
69

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

Portions of RGB colors in percentages

R + G + B =
66 + 205 + 69 = 340 (100%)
R 66 of 340 ~ 19.41%
G 205 of 340 ~ 60.29%
B 69 of 340 ~ 20.29%

%19.41
%60.29
%20.29

CMYK color model

#42CD45 color CMYK value is (68,0,66,20).

  • cyan value is 67.80%
  • magenta value is 0.00%
  • yellow value is 66.34%
  • key color value is 19.61%
CMYK:
(68,0,66,20)
C68M0Y66K20 
(68%,0%,66%,20%)
(0.68/0.00/0.66/0.20)	

CMYK percentages

%67.8
%0
%66.34
%19.61

Codes

Color #42CD45 in popluar color models

42CD45
RGB6620569
HSL121°58.16%53.14%
HSB/HSV121°67.80%80.39%
CMYK67.80%0.00%66.34%
19.61%

Color #42CD45 in popluar number systems.

HEX42CD45
Decimal6620569
Binary1000010110011011000101
Octal102315105

Shades and tints

Shades of #42CD45

#42CD45
(66,205,69)
#3CBB3F
(60,187,63)
#36A939
(54,169,57)
#309733
(48,151,51)
#2A852D
(42,133,45)
#247327
(36,115,39)
#1E6121
(30,97,33)
#184F1B
(24,79,27)
#123D15
(18,61,21)
#0C2B0F
(12,43,15)
#061909
(6,25,9)
#000000
(0,0,0)

Tints of #42CD45

#42CD45
(66,205,69)
#53D155
(83,209,85)
#64D565
(100,213,101)
#75D975
(117,217,117)
#86DD85
(134,221,133)
#97E195
(151,225,149)
#A8E5A5
(168,229,165)
#B9E9B5
(185,233,181)
#CAEDC5
(202,237,197)
#DBF1D5
(219,241,213)
#ECF5E5
(236,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42CD45 color. Also use rgb(66,205,69) instead hex code.

Text Font Color

.myTextColor { color: #42CD45; }

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

This text font color is #42CD45.


Background Color

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

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

This div background color is #42CD45.


Border color

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

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

This div border color is #42CD45.


Opacity

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

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

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

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

This text has shadow with #42CD45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42CD45 on black background.


Color preview on white background

This text has color #42CD45 on white background.



Black color preview on #42CD45 background

This text has black color on #42CD45 background.


White color preview on #42CD45 background

This text has white color on #42CD45 background.