COLOR #34DD4E

HEX: #34DD4E
RGB: (52,221,78)

Color info

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

RGB color model

#34DD4E color RGB value is (52,221,78).

  • red value is 52;
  • green value is 221;
  • blue value is 78.
RGB:
(52,221,78)
(20%,87%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 221 of 255 = 87%
B 78 of 255 = 31%

52
221
78

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

Portions of RGB colors in percentages

R + G + B =
52 + 221 + 78 = 351 (100%)
R 52 of 351 ~ 14.81%
G 221 of 351 ~ 62.96%
B 78 of 351 ~ 22.22%

%14.81
%62.96
%22.22

CMYK color model

#34DD4E color CMYK value is (76,0,65,13).

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 13.33%
CMYK:
(76,0,65,13)
C76M0Y65K13 
(76%,0%,65%,13%)
(0.76/0.00/0.65/0.13)	

CMYK percentages

%76.47
%0
%64.71
%13.33

Codes

Color #34DD4E in popluar color models

34DD4E
RGB5222178
HSL129°71.31%53.53%
HSB/HSV129°76.47%86.67%
CMYK76.47%0.00%64.71%
13.33%

Color #34DD4E in popluar number systems.

HEX34DD4E
Decimal5222178
Binary110100110111011001110
Octal64335116

Shades and tints

Shades of #34DD4E

#34DD4E
(52,221,78)
#30C947
(48,201,71)
#2CB540
(44,181,64)
#28A139
(40,161,57)
#248D32
(36,141,50)
#20792B
(32,121,43)
#1C6524
(28,101,36)
#18511D
(24,81,29)
#143D16
(20,61,22)
#10290F
(16,41,15)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #34DD4E

#34DD4E
(52,221,78)
#46E05E
(70,224,94)
#58E36E
(88,227,110)
#6AE67E
(106,230,126)
#7CE98E
(124,233,142)
#8EEC9E
(142,236,158)
#A0EFAE
(160,239,174)
#B2F2BE
(178,242,190)
#C4F5CE
(196,245,206)
#D6F8DE
(214,248,222)
#E8FBEE
(232,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34DD4E color. Also use rgb(52,221,78) instead hex code.

Text Font Color

.myTextColor { color: #34DD4E; }

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

This text font color is #34DD4E.


Background Color

.myBgColor { background-color: #34DD4E; }

<div style="background-color:#34DD4E">Inner text</div>

This div background color is #34DD4E.


Border color

.myBorderColor { border: 1px solid #34DD4E; }

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

This div border color is #34DD4E.


Opacity

.myOpacity80 { color: #34DD4E; opacity: 0.8; }

<p style="color:#34DD4E;opacity:0.8;">80%</p>

Text with #34DD4E 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 #34DD4E;}

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

This text has shadow with #34DD4E color.

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

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

This text has shadow with #34DD4E primary color and red secondary color.


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

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

This text has shadow with #34DD4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34DD4E on black background.


Color preview on white background

This text has color #34DD4E on white background.



Black color preview on #34DD4E background

This text has black color on #34DD4E background.


White color preview on #34DD4E background

This text has white color on #34DD4E background.