COLOR #34CD50

HEX: #34CD50
RGB: (52,205,80)

Color info

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

RGB color model

#34CD50 color RGB value is (52,205,80).

  • red value is 52;
  • green value is 205;
  • blue value is 80.
RGB:
(52,205,80)
(20%,80%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 205 of 255 = 80%
B 80 of 255 = 31%

52
205
80

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

Portions of RGB colors in percentages

R + G + B =
52 + 205 + 80 = 337 (100%)
R 52 of 337 ~ 15.43%
G 205 of 337 ~ 60.83%
B 80 of 337 ~ 23.74%

%15.43
%60.83
%23.74

CMYK color model

#34CD50 color CMYK value is (75,0,61,20).

  • cyan value is 74.63%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 19.61%
CMYK:
(75,0,61,20)
C75M0Y61K20 
(75%,0%,61%,20%)
(0.75/0.00/0.61/0.20)	

CMYK percentages

%74.63
%0
%60.98
%19.61

Codes

Color #34CD50 in popluar color models

34CD50
RGB5220580
HSL131°60.47%50.39%
HSB/HSV131°74.63%80.39%
CMYK74.63%0.00%60.98%
19.61%

Color #34CD50 in popluar number systems.

HEX34CD50
Decimal5220580
Binary110100110011011010000
Octal64315120

Shades and tints

Shades of #34CD50

#34CD50
(52,205,80)
#30BB49
(48,187,73)
#2CA942
(44,169,66)
#28973B
(40,151,59)
#248534
(36,133,52)
#20732D
(32,115,45)
#1C6126
(28,97,38)
#184F1F
(24,79,31)
#143D18
(20,61,24)
#102B11
(16,43,17)
#0C190A
(12,25,10)
#000000
(0,0,0)

Tints of #34CD50

#34CD50
(52,205,80)
#46D15F
(70,209,95)
#58D56E
(88,213,110)
#6AD97D
(106,217,125)
#7CDD8C
(124,221,140)
#8EE19B
(142,225,155)
#A0E5AA
(160,229,170)
#B2E9B9
(178,233,185)
#C4EDC8
(196,237,200)
#D6F1D7
(214,241,215)
#E8F5E6
(232,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34CD50 color. Also use rgb(52,205,80) instead hex code.

Text Font Color

.myTextColor { color: #34CD50; }

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

This text font color is #34CD50.


Background Color

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

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

This div background color is #34CD50.


Border color

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

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

This div border color is #34CD50.


Opacity

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

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

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

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

This text has shadow with #34CD50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34CD50 on black background.


Color preview on white background

This text has color #34CD50 on white background.



Black color preview on #34CD50 background

This text has black color on #34CD50 background.


White color preview on #34CD50 background

This text has white color on #34CD50 background.