COLOR #34C751

HEX: #34C751
RGB: (52,199,81)

Color info

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

RGB color model

#34C751 color RGB value is (52,199,81).

  • red value is 52;
  • green value is 199;
  • blue value is 81.
RGB:
(52,199,81)
(20%,78%,32%)

RGB channels and saturation

R 52 of 255 = 20%
G 199 of 255 = 78%
B 81 of 255 = 32%

52
199
81

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

Portions of RGB colors in percentages

R + G + B =
52 + 199 + 81 = 332 (100%)
R 52 of 332 ~ 15.66%
G 199 of 332 ~ 59.94%
B 81 of 332 ~ 24.4%

%15.66
%59.94
%24.4

CMYK color model

#34C751 color CMYK value is (74,0,59,22).

  • cyan value is 73.87%
  • magenta value is 0.00%
  • yellow value is 59.30%
  • key color value is 21.96%
CMYK:
(74,0,59,22)
C74M0Y59K22 
(74%,0%,59%,22%)
(0.74/0.00/0.59/0.22)	

CMYK percentages

%73.87
%0
%59.3
%21.96

Codes

Color #34C751 in popluar color models

34C751
RGB5219981
HSL132°58.57%49.22%
HSB/HSV132°73.87%78.04%
CMYK73.87%0.00%59.30%
21.96%

Color #34C751 in popluar number systems.

HEX34C751
Decimal5219981
Binary110100110001111010001
Octal64307121

Shades and tints

Shades of #34C751

#34C751
(52,199,81)
#30B54A
(48,181,74)
#2CA343
(44,163,67)
#28913C
(40,145,60)
#247F35
(36,127,53)
#206D2E
(32,109,46)
#1C5B27
(28,91,39)
#184920
(24,73,32)
#143719
(20,55,25)
#102512
(16,37,18)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #34C751

#34C751
(52,199,81)
#46CC60
(70,204,96)
#58D16F
(88,209,111)
#6AD67E
(106,214,126)
#7CDB8D
(124,219,141)
#8EE09C
(142,224,156)
#A0E5AB
(160,229,171)
#B2EABA
(178,234,186)
#C4EFC9
(196,239,201)
#D6F4D8
(214,244,216)
#E8F9E7
(232,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34C751 color. Also use rgb(52,199,81) instead hex code.

Text Font Color

.myTextColor { color: #34C751; }

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

This text font color is #34C751.


Background Color

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

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

This div background color is #34C751.


Border color

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

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

This div border color is #34C751.


Opacity

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

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

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

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

This text has shadow with #34C751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34C751 on black background.


Color preview on white background

This text has color #34C751 on white background.



Black color preview on #34C751 background

This text has black color on #34C751 background.


White color preview on #34C751 background

This text has white color on #34C751 background.