COLOR #3DD461

HEX: #3DD461
RGB: (61,212,97)

Color info

#3DD461 contains mainly green color. Web safe color of #3DD461 is #33CC66 (or #3C6).

RGB color model

#3DD461 color RGB value is (61,212,97).

  • red value is 61;
  • green value is 212;
  • blue value is 97.
RGB:
(61,212,97)
(24%,83%,38%)

RGB channels and saturation

R 61 of 255 = 24%
G 212 of 255 = 83%
B 97 of 255 = 38%

61
212
97

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

Portions of RGB colors in percentages

R + G + B =
61 + 212 + 97 = 370 (100%)
R 61 of 370 ~ 16.49%
G 212 of 370 ~ 57.3%
B 97 of 370 ~ 26.22%

%16.49
%57.3
%26.22

CMYK color model

#3DD461 color CMYK value is (71,0,54,17).

  • cyan value is 71.23%
  • magenta value is 0.00%
  • yellow value is 54.25%
  • key color value is 16.86%
CMYK:
(71,0,54,17)
C71M0Y54K17 
(71%,0%,54%,17%)
(0.71/0.00/0.54/0.17)	

CMYK percentages

%71.23
%0
%54.25
%16.86

Codes

Color #3DD461 in popluar color models

3DD461
RGB6121297
HSL134°63.71%53.53%
HSB/HSV134°71.23%83.14%
CMYK71.23%0.00%54.25%
16.86%

Color #3DD461 in popluar number systems.

HEX3DD461
Decimal6121297
Binary111101110101001100001
Octal75324141

Shades and tints

Shades of #3DD461

#3DD461
(61,212,97)
#38C159
(56,193,89)
#33AE51
(51,174,81)
#2E9B49
(46,155,73)
#298841
(41,136,65)
#247539
(36,117,57)
#1F6231
(31,98,49)
#1A4F29
(26,79,41)
#153C21
(21,60,33)
#102919
(16,41,25)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #3DD461

#3DD461
(61,212,97)
#4ED76F
(78,215,111)
#5FDA7D
(95,218,125)
#70DD8B
(112,221,139)
#81E099
(129,224,153)
#92E3A7
(146,227,167)
#A3E6B5
(163,230,181)
#B4E9C3
(180,233,195)
#C5ECD1
(197,236,209)
#D6EFDF
(214,239,223)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DD461 color. Also use rgb(61,212,97) instead hex code.

Text Font Color

.myTextColor { color: #3DD461; }

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

This text font color is #3DD461.


Background Color

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

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

This div background color is #3DD461.


Border color

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

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

This div border color is #3DD461.


Opacity

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

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

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

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

This text has shadow with #3DD461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DD461 on black background.


Color preview on white background

This text has color #3DD461 on white background.



Black color preview on #3DD461 background

This text has black color on #3DD461 background.


White color preview on #3DD461 background

This text has white color on #3DD461 background.