COLOR #42ED6D

HEX: #42ED6D
RGB: (66,237,109)

Color info

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

RGB color model

#42ED6D color RGB value is (66,237,109).

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

RGB channels and saturation

R 66 of 255 = 26%
G 237 of 255 = 93%
B 109 of 255 = 43%

66
237
109

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

Portions of RGB colors in percentages

R + G + B =
66 + 237 + 109 = 412 (100%)
R 66 of 412 ~ 16.02%
G 237 of 412 ~ 57.52%
B 109 of 412 ~ 26.46%

%16.02
%57.52
%26.46

CMYK color model

#42ED6D color CMYK value is (72,0,54,7).

  • cyan value is 72.15%
  • magenta value is 0.00%
  • yellow value is 54.01%
  • key color value is 7.06%
CMYK:
(72,0,54,7)
C72M0Y54K7 
(72%,0%,54%,7%)
(0.72/0.00/0.54/0.07)	

CMYK percentages

%72.15
%0
%54.01
%7.06

Codes

Color #42ED6D in popluar color models

42ED6D
RGB66237109
HSL135°82.61%59.41%
HSB/HSV135°72.15%92.94%
CMYK72.15%0.00%54.01%
7.06%

Color #42ED6D in popluar number systems.

HEX42ED6D
Decimal66237109
Binary1000010111011011101101
Octal102355155

Shades and tints

Shades of #42ED6D

#42ED6D
(66,237,109)
#3CD864
(60,216,100)
#36C35B
(54,195,91)
#30AE52
(48,174,82)
#2A9949
(42,153,73)
#248440
(36,132,64)
#1E6F37
(30,111,55)
#185A2E
(24,90,46)
#124525
(18,69,37)
#0C301C
(12,48,28)
#061B13
(6,27,19)
#000000
(0,0,0)

Tints of #42ED6D

#42ED6D
(66,237,109)
#53EE7A
(83,238,122)
#64EF87
(100,239,135)
#75F094
(117,240,148)
#86F1A1
(134,241,161)
#97F2AE
(151,242,174)
#A8F3BB
(168,243,187)
#B9F4C8
(185,244,200)
#CAF5D5
(202,245,213)
#DBF6E2
(219,246,226)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42ED6D; }

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

This text font color is #42ED6D.


Background Color

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

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

This div background color is #42ED6D.


Border color

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

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

This div border color is #42ED6D.


Opacity

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

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

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

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

This text has shadow with #42ED6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42ED6D on black background.


Color preview on white background

This text has color #42ED6D on white background.



Black color preview on #42ED6D background

This text has black color on #42ED6D background.


White color preview on #42ED6D background

This text has white color on #42ED6D background.