COLOR #34E63B

HEX: #34E63B RGB: (52,230,59)

Color info

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

RGB color model

#34E63B color RGB value is (52,230,59).

RGB: (52,230,59) (20%, 90%, 23%)

RGB channels and saturation

R 52 of 255 = 20%
G 230 of 255 = 90%
B 59 of 255 = 23%

52
230
59

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

Portions of RGB colors in percentages

R + G + B = 52 + 230 + 59 = 341 (100%)
R 52 of 341 ~ 15.25%
G 230 of 341 ~ 67.45%
B 59 of 341 ~ 17.3'%

%15.25
%67.45
%17.3

CMYK color model

#34E63B color CMYK value is (77,0,74,10).

  • cyan value is 77.39%
  • magenta value is 0.00%
  • yellow value is 74.35%
  • key color value is 9.80%

CMYK: (77,0,74,10)
C77M0Y74K10 (77%, 0%, 74%, 10%)
(0.77 / 0.00 / 0.74 / 0.10)

CMYK percentages

%77.39
%0
%74.35
%9.8

Codes

Color #34E63B in popluar color models

34 E6 3B
RGB 52 230 59
HSL 122° 78.07% 55.29%
HSB/HSV 122° 77.39% 90.20%
CMYK 77.39% 0.00% 74.35%
9.80%

Color #34E63B in popluar number systems.

HEX 34 E6 3B
Decimal 52 230 59
Binary 110100 11100110 111011
Octal 64 346 73

Shades and tints

Shades of #34E63B

#34E63B
(52,230,59)
#30D236
(48,210,54)
#2CBE31
(44,190,49)
#28AA2C
(40,170,44)
#249627
(36,150,39)
#208222
(32,130,34)
#1C6E1D
(28,110,29)
#185A18
(24,90,24)
#144613
(20,70,19)
#10320E
(16,50,14)
#0C1E09
(12,30,9)
#000000
(0,0,0)

Tints of #34E63B

#34E63B
(52,230,59)
#46E84C
(70,232,76)
#58EA5D
(88,234,93)
#6AEC6E
(106,236,110)
#7CEE7F
(124,238,127)
#8EF090
(142,240,144)
#A0F2A1
(160,242,161)
#B2F4B2
(178,244,178)
#C4F6C3
(196,246,195)
#D6F8D4
(214,248,212)
#E8FAE5
(232,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34E63B color. Also use rgb(52,230,59) instead hex code.

Text Font Color

.myTextColor { color: #34E63B; }

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

This text font color is #34E63B.

Background Color

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

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

This div background color is #34E63B.

Border color

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

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

This div border color is #34E63B.

Opacity

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

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

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

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

This text has shadow with #34E63B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34E63B.

Preview

Color preview on black background

This text has color #34E63B on black background.


Color preview on white background

This text has color #34E63B on white background.


Black color preview on #34E63B background

This text has black color on #34E63B background.


White color preview on #34E63B background

This text has white color on #34E63B background.


Related colors

Complementary color

Complementary color for #34E63B is #CB19C4.


I love getcolorcode.com

Triadic colors

1 #3B34E6 and #E63B34 with #34E63B are triadic colors.

2 #3BE634 and #E6343B with #34E63B are triadic colors.