COLOR #34D830

HEX: #34D830
RGB: (52,216,48)

Color info

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

RGB color model

#34D830 color RGB value is (52,216,48).

  • red value is 52;
  • green value is 216;
  • blue value is 48.
RGB:
(52,216,48)
(20%,85%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 216 of 255 = 85%
B 48 of 255 = 19%

52
216
48

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

Portions of RGB colors in percentages

R + G + B =
52 + 216 + 48 = 316 (100%)
R 52 of 316 ~ 16.46%
G 216 of 316 ~ 68.35%
B 48 of 316 ~ 15.19%

%16.46
%68.35
%15.19

CMYK color model

#34D830 color CMYK value is (76,0,78,15).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 15.29%
CMYK:
(76,0,78,15)
C76M0Y78K15 
(76%,0%,78%,15%)
(0.76/0.00/0.78/0.15)	

CMYK percentages

%75.93
%0
%77.78
%15.29

Codes

Color #34D830 in popluar color models

34D830
RGB5221648
HSL119°68.29%51.76%
HSB/HSV119°77.78%84.71%
CMYK75.93%0.00%77.78%
15.29%

Color #34D830 in popluar number systems.

HEX34D830
Decimal5221648
Binary11010011011000110000
Octal6433060

Shades and tints

Shades of #34D830

#34D830
(52,216,48)
#30C52C
(48,197,44)
#2CB228
(44,178,40)
#289F24
(40,159,36)
#248C20
(36,140,32)
#20791C
(32,121,28)
#1C6618
(28,102,24)
#185314
(24,83,20)
#144010
(20,64,16)
#102D0C
(16,45,12)
#0C1A08
(12,26,8)
#000000
(0,0,0)

Tints of #34D830

#34D830
(52,216,48)
#46DB42
(70,219,66)
#58DE54
(88,222,84)
#6AE166
(106,225,102)
#7CE478
(124,228,120)
#8EE78A
(142,231,138)
#A0EA9C
(160,234,156)
#B2EDAE
(178,237,174)
#C4F0C0
(196,240,192)
#D6F3D2
(214,243,210)
#E8F6E4
(232,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34D830 color. Also use rgb(52,216,48) instead hex code.

Text Font Color

.myTextColor { color: #34D830; }

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

This text font color is #34D830.


Background Color

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

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

This div background color is #34D830.


Border color

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

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

This div border color is #34D830.


Opacity

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

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

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

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

This text has shadow with #34D830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34D830 on black background.


Color preview on white background

This text has color #34D830 on white background.



Black color preview on #34D830 background

This text has black color on #34D830 background.


White color preview on #34D830 background

This text has white color on #34D830 background.