COLOR #42CA2F

HEX: #42CA2F RGB: (66,202,47)

Color info

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

RGB color model

#42CA2F color RGB value is (66,202,47).

RGB: (66,202,47) (26%, 79%, 18%)

RGB channels and saturation

R 66 of 255 = 26%
G 202 of 255 = 79%
B 47 of 255 = 18%

66
202
47

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

Portions of RGB colors in percentages

R + G + B = 66 + 202 + 47 = 315 (100%)
R 66 of 315 ~ 20.95%
G 202 of 315 ~ 64.13%
B 47 of 315 ~ 14.92'%

%20.95
%64.13
%14.92

CMYK color model

#42CA2F color CMYK value is (67,0,77,21).

  • cyan value is 67.33%
  • magenta value is 0.00%
  • yellow value is 76.73%
  • key color value is 20.78%

CMYK: (67,0,77,21)
C67M0Y77K21 (67%, 0%, 77%, 21%)
(0.67 / 0.00 / 0.77 / 0.21)

CMYK percentages

%67.33
%0
%76.73
%20.78

Codes

Color #42CA2F in popluar color models

42 CA 2F
RGB 66 202 47
HSL 113° 62.25% 48.82%
HSB/HSV 113° 76.73% 79.22%
CMYK 67.33% 0.00% 76.73%
20.78%

Color #42CA2F in popluar number systems.

HEX 42 CA 2F
Decimal 66 202 47
Binary 1000010 11001010 101111
Octal 102 312 57

Shades and tints

Shades of #42CA2F

#42CA2F
(66,202,47)
#3CB82B
(60,184,43)
#36A627
(54,166,39)
#309423
(48,148,35)
#2A821F
(42,130,31)
#24701B
(36,112,27)
#1E5E17
(30,94,23)
#184C13
(24,76,19)
#123A0F
(18,58,15)
#0C280B
(12,40,11)
#061607
(6,22,7)
#000000
(0,0,0)

Tints of #42CA2F

#42CA2F
(66,202,47)
#53CE41
(83,206,65)
#64D253
(100,210,83)
#75D665
(117,214,101)
#86DA77
(134,218,119)
#97DE89
(151,222,137)
#A8E29B
(168,226,155)
#B9E6AD
(185,230,173)
#CAEABF
(202,234,191)
#DBEED1
(219,238,209)
#ECF2E3
(236,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42CA2F color. Also use rgb(66,202,47) instead hex code.

Text Font Color

.myTextColor { color: #42CA2F; }

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

This text font color is #42CA2F.

Background Color

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

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

This div background color is #42CA2F.

Border color

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

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

This div border color is #42CA2F.

Opacity

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

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

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

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

This text has shadow with #42CA2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42CA2F.

Preview

Color preview on black background

This text has color #42CA2F on black background.


Color preview on white background

This text has color #42CA2F on white background.


Black color preview on #42CA2F background

This text has black color on #42CA2F background.


White color preview on #42CA2F background

This text has white color on #42CA2F background.


Related colors

Complementary color

Complementary color for #hex is #BD35D0.


I love getcolorcode.com

Triadic colors

1 #2F42CA and #CA2F42 with #42CA2F are triadic colors.

2 #2FCA42 and #CA422F with #42CA2F are triadic colors.