COLOR #42ED4F

HEX: #42ED4F
RGB: (66,237,79)

Color info

#42ED4F contains mainly green color. Web safe color of #42ED4F is #33FF66 (or #3F6).

RGB color model

#42ED4F color RGB value is (66,237,79).

  • red value is 66;
  • green value is 237;
  • blue value is 79.
RGB:
(66,237,79)
(26%,93%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 237 of 255 = 93%
B 79 of 255 = 31%

66
237
79

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

Portions of RGB colors in percentages

R + G + B =
66 + 237 + 79 = 382 (100%)
R 66 of 382 ~ 17.28%
G 237 of 382 ~ 62.04%
B 79 of 382 ~ 20.68%

%17.28
%62.04
%20.68

CMYK color model

#42ED4F color CMYK value is (72,0,67,7).

  • cyan value is 72.15%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 7.06%
CMYK:
(72,0,67,7)
C72M0Y67K7 
(72%,0%,67%,7%)
(0.72/0.00/0.67/0.07)	

CMYK percentages

%72.15
%0
%66.67
%7.06

Codes

Color #42ED4F in popluar color models

42ED4F
RGB6623779
HSL125°82.61%59.41%
HSB/HSV125°72.15%92.94%
CMYK72.15%0.00%66.67%
7.06%

Color #42ED4F in popluar number systems.

HEX42ED4F
Decimal6623779
Binary1000010111011011001111
Octal102355117

Shades and tints

Shades of #42ED4F

#42ED4F
(66,237,79)
#3CD848
(60,216,72)
#36C341
(54,195,65)
#30AE3A
(48,174,58)
#2A9933
(42,153,51)
#24842C
(36,132,44)
#1E6F25
(30,111,37)
#185A1E
(24,90,30)
#124517
(18,69,23)
#0C3010
(12,48,16)
#061B09
(6,27,9)
#000000
(0,0,0)

Tints of #42ED4F

#42ED4F
(66,237,79)
#53EE5F
(83,238,95)
#64EF6F
(100,239,111)
#75F07F
(117,240,127)
#86F18F
(134,241,143)
#97F29F
(151,242,159)
#A8F3AF
(168,243,175)
#B9F4BF
(185,244,191)
#CAF5CF
(202,245,207)
#DBF6DF
(219,246,223)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42ED4F color. Also use rgb(66,237,79) instead hex code.

Text Font Color

.myTextColor { color: #42ED4F; }

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

This text font color is #42ED4F.


Background Color

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

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

This div background color is #42ED4F.


Border color

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

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

This div border color is #42ED4F.


Opacity

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

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

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

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

This text has shadow with #42ED4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42ED4F on black background.


Color preview on white background

This text has color #42ED4F on white background.



Black color preview on #42ED4F background

This text has black color on #42ED4F background.


White color preview on #42ED4F background

This text has white color on #42ED4F background.