COLOR #3CD20E

HEX: #3CD20E
RGB: (60,210,14)

Color info

#3CD20E contains mainly green color. Web safe color of #3CD20E is #33CC00 (or #3C0).

RGB color model

#3CD20E color RGB value is (60,210,14).

  • red value is 60;
  • green value is 210;
  • blue value is 14.
RGB:
(60,210,14)
(24%,82%,5%)

RGB channels and saturation

R 60 of 255 = 24%
G 210 of 255 = 82%
B 14 of 255 = 5%

60
210
14

R + G + B ~ 37%. #3CD20E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 210 + 14 = 284 (100%)
R 60 of 284 ~ 21.13%
G 210 of 284 ~ 73.94%
B 14 of 284 ~ 4.93%

%21.13
%73.94

CMYK color model

#3CD20E color CMYK value is (71,0,93,18).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 93.33%
  • key color value is 17.65%
CMYK:
(71,0,93,18)
C71M0Y93K18 
(71%,0%,93%,18%)
(0.71/0.00/0.93/0.18)	

CMYK percentages

%71.43
%0
%93.33
%17.65

Codes

Color #3CD20E in popluar color models

3CD20E
RGB6021014
HSL106°87.50%43.92%
HSB/HSV106°93.33%82.35%
CMYK71.43%0.00%93.33%
17.65%

Color #3CD20E in popluar number systems.

HEX3CD20E
Decimal6021014
Binary111100110100101110
Octal7432216

Shades and tints

Shades of #3CD20E

#3CD20E
(60,210,14)
#37BF0D
(55,191,13)
#32AC0C
(50,172,12)
#2D990B
(45,153,11)
#28860A
(40,134,10)
#237309
(35,115,9)
#1E6008
(30,96,8)
#194D07
(25,77,7)
#143A06
(20,58,6)
#0F2705
(15,39,5)
#0A1404
(10,20,4)
#000000
(0,0,0)

Tints of #3CD20E

#3CD20E
(60,210,14)
#4DD623
(77,214,35)
#5EDA38
(94,218,56)
#6FDE4D
(111,222,77)
#80E262
(128,226,98)
#91E677
(145,230,119)
#A2EA8C
(162,234,140)
#B3EEA1
(179,238,161)
#C4F2B6
(196,242,182)
#D5F6CB
(213,246,203)
#E6FAE0
(230,250,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CD20E color. Also use rgb(60,210,14) instead hex code.

Text Font Color

.myTextColor { color: #3CD20E; }

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

This text font color is #3CD20E.


Background Color

.myBgColor { background-color: #3CD20E; }

<div style="background-color:#3CD20E">Inner text</div>

This div background color is #3CD20E.


Border color

.myBorderColor { border: 1px solid #3CD20E; }

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

This div border color is #3CD20E.


Opacity

.myOpacity80 { color: #3CD20E; opacity: 0.8; }

<p style="color:#3CD20E;opacity:0.8;">80%</p>

Text with #3CD20E 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 #3CD20E;}

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

This text has shadow with #3CD20E color.

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

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

This text has shadow with #3CD20E primary color and red secondary color.


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

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

This text has shadow with #3CD20E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CD20E on black background.


Color preview on white background

This text has color #3CD20E on white background.



Black color preview on #3CD20E background

This text has black color on #3CD20E background.


White color preview on #3CD20E background

This text has white color on #3CD20E background.