COLOR #3DDD52

HEX: #3DDD52
RGB: (61,221,82)

Color info

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

RGB color model

#3DDD52 color RGB value is (61,221,82).

  • red value is 61;
  • green value is 221;
  • blue value is 82.
RGB:
(61,221,82)
(24%,87%,32%)

RGB channels and saturation

R 61 of 255 = 24%
G 221 of 255 = 87%
B 82 of 255 = 32%

61
221
82

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

Portions of RGB colors in percentages

R + G + B =
61 + 221 + 82 = 364 (100%)
R 61 of 364 ~ 16.76%
G 221 of 364 ~ 60.71%
B 82 of 364 ~ 22.53%

%16.76
%60.71
%22.53

CMYK color model

#3DDD52 color CMYK value is (72,0,63,13).

  • cyan value is 72.40%
  • magenta value is 0.00%
  • yellow value is 62.90%
  • key color value is 13.33%
CMYK:
(72,0,63,13)
C72M0Y63K13 
(72%,0%,63%,13%)
(0.72/0.00/0.63/0.13)	

CMYK percentages

%72.4
%0
%62.9
%13.33

Codes

Color #3DDD52 in popluar color models

3DDD52
RGB6122182
HSL128°70.18%55.29%
HSB/HSV128°72.40%86.67%
CMYK72.40%0.00%62.90%
13.33%

Color #3DDD52 in popluar number systems.

HEX3DDD52
Decimal6122182
Binary111101110111011010010
Octal75335122

Shades and tints

Shades of #3DDD52

#3DDD52
(61,221,82)
#38C94B
(56,201,75)
#33B544
(51,181,68)
#2EA13D
(46,161,61)
#298D36
(41,141,54)
#24792F
(36,121,47)
#1F6528
(31,101,40)
#1A5121
(26,81,33)
#153D1A
(21,61,26)
#102913
(16,41,19)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #3DDD52

#3DDD52
(61,221,82)
#4EE061
(78,224,97)
#5FE370
(95,227,112)
#70E67F
(112,230,127)
#81E98E
(129,233,142)
#92EC9D
(146,236,157)
#A3EFAC
(163,239,172)
#B4F2BB
(180,242,187)
#C5F5CA
(197,245,202)
#D6F8D9
(214,248,217)
#E7FBE8
(231,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DDD52 color. Also use rgb(61,221,82) instead hex code.

Text Font Color

.myTextColor { color: #3DDD52; }

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

This text font color is #3DDD52.


Background Color

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

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

This div background color is #3DDD52.


Border color

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

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

This div border color is #3DDD52.


Opacity

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

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

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

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

This text has shadow with #3DDD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DDD52 on black background.


Color preview on white background

This text has color #3DDD52 on white background.



Black color preview on #3DDD52 background

This text has black color on #3DDD52 background.


White color preview on #3DDD52 background

This text has white color on #3DDD52 background.