COLOR #3CDC14

HEX: #3CDC14
RGB: (60,220,20)

Color info

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

RGB color model

#3CDC14 color RGB value is (60,220,20).

  • red value is 60;
  • green value is 220;
  • blue value is 20.
RGB:
(60,220,20)
(24%,86%,8%)

RGB channels and saturation

R 60 of 255 = 24%
G 220 of 255 = 86%
B 20 of 255 = 8%

60
220
20

R + G + B ~ 39%. #3CDC14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 220 + 20 = 300 (100%)
R 60 of 300 ~ 20%
G 220 of 300 ~ 73.33%
B 20 of 300 ~ 6.67%

%20
%73.33

CMYK color model

#3CDC14 color CMYK value is (73,0,91,14).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 13.73%
CMYK:
(73,0,91,14)
C73M0Y91K14 
(73%,0%,91%,14%)
(0.73/0.00/0.91/0.14)	

CMYK percentages

%72.73
%0
%90.91
%13.73

Codes

Color #3CDC14 in popluar color models

3CDC14
RGB6022020
HSL108°83.33%47.06%
HSB/HSV108°90.91%86.27%
CMYK72.73%0.00%90.91%
13.73%

Color #3CDC14 in popluar number systems.

HEX3CDC14
Decimal6022020
Binary1111001101110010100
Octal7433424

Shades and tints

Shades of #3CDC14

#3CDC14
(60,220,20)
#37C813
(55,200,19)
#32B412
(50,180,18)
#2DA011
(45,160,17)
#288C10
(40,140,16)
#23780F
(35,120,15)
#1E640E
(30,100,14)
#19500D
(25,80,13)
#143C0C
(20,60,12)
#0F280B
(15,40,11)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #3CDC14

#3CDC14
(60,220,20)
#4DDF29
(77,223,41)
#5EE23E
(94,226,62)
#6FE553
(111,229,83)
#80E868
(128,232,104)
#91EB7D
(145,235,125)
#A2EE92
(162,238,146)
#B3F1A7
(179,241,167)
#C4F4BC
(196,244,188)
#D5F7D1
(213,247,209)
#E6FAE6
(230,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CDC14 color. Also use rgb(60,220,20) instead hex code.

Text Font Color

.myTextColor { color: #3CDC14; }

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

This text font color is #3CDC14.


Background Color

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

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

This div background color is #3CDC14.


Border color

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

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

This div border color is #3CDC14.


Opacity

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

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

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

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

This text has shadow with #3CDC14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CDC14 on black background.


Color preview on white background

This text has color #3CDC14 on white background.



Black color preview on #3CDC14 background

This text has black color on #3CDC14 background.


White color preview on #3CDC14 background

This text has white color on #3CDC14 background.