COLOR #42FD47

HEX: #42FD47
RGB: (66,253,71)

Color info

#42FD47 contains mainly green color. Web safe color of #42FD47 is #33FF33 (or #3F3).

RGB color model

#42FD47 color RGB value is (66,253,71).

  • red value is 66;
  • green value is 253;
  • blue value is 71.
RGB:
(66,253,71)
(26%,99%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 253 of 255 = 99%
B 71 of 255 = 28%

66
253
71

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

Portions of RGB colors in percentages

R + G + B =
66 + 253 + 71 = 390 (100%)
R 66 of 390 ~ 16.92%
G 253 of 390 ~ 64.87%
B 71 of 390 ~ 18.21%

%16.92
%64.87
%18.21

CMYK color model

#42FD47 color CMYK value is (74,0,72,1).

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 71.94%
  • key color value is 0.78%
CMYK:
(74,0,72,1)
C74M0Y72K1 
(74%,0%,72%,1%)
(0.74/0.00/0.72/0.01)	

CMYK percentages

%73.91
%0
%71.94
%0.78

Codes

Color #42FD47 in popluar color models

42FD47
RGB6625371
HSL122°97.91%62.55%
HSB/HSV122°73.91%99.22%
CMYK73.91%0.00%71.94%
0.78%

Color #42FD47 in popluar number systems.

HEX42FD47
Decimal6625371
Binary1000010111111011000111
Octal102375107

Shades and tints

Shades of #42FD47

#42FD47
(66,253,71)
#3CE641
(60,230,65)
#36CF3B
(54,207,59)
#30B835
(48,184,53)
#2AA12F
(42,161,47)
#248A29
(36,138,41)
#1E7323
(30,115,35)
#185C1D
(24,92,29)
#124517
(18,69,23)
#0C2E11
(12,46,17)
#06170B
(6,23,11)
#000000
(0,0,0)

Tints of #42FD47

#42FD47
(66,253,71)
#53FD57
(83,253,87)
#64FD67
(100,253,103)
#75FD77
(117,253,119)
#86FD87
(134,253,135)
#97FD97
(151,253,151)
#A8FDA7
(168,253,167)
#B9FDB7
(185,253,183)
#CAFDC7
(202,253,199)
#DBFDD7
(219,253,215)
#ECFDE7
(236,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42FD47 color. Also use rgb(66,253,71) instead hex code.

Text Font Color

.myTextColor { color: #42FD47; }

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

This text font color is #42FD47.


Background Color

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

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

This div background color is #42FD47.


Border color

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

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

This div border color is #42FD47.


Opacity

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

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

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

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

This text has shadow with #42FD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42FD47 on black background.


Color preview on white background

This text has color #42FD47 on white background.



Black color preview on #42FD47 background

This text has black color on #42FD47 background.


White color preview on #42FD47 background

This text has white color on #42FD47 background.