COLOR #3DDC47

HEX: #3DDC47
RGB: (61,220,71)

Color info

#3DDC47 contains mainly green color. Web safe color of #3DDC47 is #33CC33 (or #3C3).

RGB color model

#3DDC47 color RGB value is (61,220,71).

  • red value is 61;
  • green value is 220;
  • blue value is 71.
RGB:
(61,220,71)
(24%,86%,28%)

RGB channels and saturation

R 61 of 255 = 24%
G 220 of 255 = 86%
B 71 of 255 = 28%

61
220
71

R + G + B ~ 46%. #3DDC47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 220 + 71 = 352 (100%)
R 61 of 352 ~ 17.33%
G 220 of 352 ~ 62.5%
B 71 of 352 ~ 20.17%

%17.33
%62.5
%20.17

CMYK color model

#3DDC47 color CMYK value is (72,0,68,14).

  • cyan value is 72.27%
  • magenta value is 0.00%
  • yellow value is 67.73%
  • key color value is 13.73%
CMYK:
(72,0,68,14)
C72M0Y68K14 
(72%,0%,68%,14%)
(0.72/0.00/0.68/0.14)	

CMYK percentages

%72.27
%0
%67.73
%13.73

Codes

Color #3DDC47 in popluar color models

3DDC47
RGB6122071
HSL124°69.43%55.10%
HSB/HSV124°72.27%86.27%
CMYK72.27%0.00%67.73%
13.73%

Color #3DDC47 in popluar number systems.

HEX3DDC47
Decimal6122071
Binary111101110111001000111
Octal75334107

Shades and tints

Shades of #3DDC47

#3DDC47
(61,220,71)
#38C841
(56,200,65)
#33B43B
(51,180,59)
#2EA035
(46,160,53)
#298C2F
(41,140,47)
#247829
(36,120,41)
#1F6423
(31,100,35)
#1A501D
(26,80,29)
#153C17
(21,60,23)
#102811
(16,40,17)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #3DDC47

#3DDC47
(61,220,71)
#4EDF57
(78,223,87)
#5FE267
(95,226,103)
#70E577
(112,229,119)
#81E887
(129,232,135)
#92EB97
(146,235,151)
#A3EEA7
(163,238,167)
#B4F1B7
(180,241,183)
#C5F4C7
(197,244,199)
#D6F7D7
(214,247,215)
#E7FAE7
(231,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DDC47 color. Also use rgb(61,220,71) instead hex code.

Text Font Color

.myTextColor { color: #3DDC47; }

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

This text font color is #3DDC47.


Background Color

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

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

This div background color is #3DDC47.


Border color

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

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

This div border color is #3DDC47.


Opacity

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

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

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

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

This text has shadow with #3DDC47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DDC47 on black background.


Color preview on white background

This text has color #3DDC47 on white background.



Black color preview on #3DDC47 background

This text has black color on #3DDC47 background.


White color preview on #3DDC47 background

This text has white color on #3DDC47 background.