COLOR #3ED430

HEX: #3ED430 RGB: (62,212,48)

Color info

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

RGB color model

#3ED430 color RGB value is (62,212,48).

RGB: (62,212,48) (24%, 83%, 19%)

RGB channels and saturation

R 62 of 255 = 24%
G 212 of 255 = 83%
B 48 of 255 = 19%

62
212
48

R + G + B ~ 42%. #3ED430 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 62 + 212 + 48 = 322 (100%)
R 62 of 322 ~ 19.25%
G 212 of 322 ~ 65.84%
B 48 of 322 ~ 14.91'%

%19.25
%65.84
%14.91

CMYK color model

#3ED430 color CMYK value is (71,0,77,17).

  • cyan value is 70.75%
  • magenta value is 0.00%
  • yellow value is 77.36%
  • key color value is 16.86%

CMYK: (71,0,77,17)
C71M0Y77K17 (71%, 0%, 77%, 17%)
(0.71 / 0.00 / 0.77 / 0.17)

CMYK percentages

%70.75
%0
%77.36
%16.86

Codes

Color #3ED430 in popluar color models

3E D4 30
RGB 62 212 48
HSL 115° 65.60% 50.98%
HSB/HSV 115° 77.36% 83.14%
CMYK 70.75% 0.00% 77.36%
16.86%

Color #3ED430 in popluar number systems.

HEX 3E D4 30
Decimal 62 212 48
Binary 111110 11010100 110000
Octal 76 324 60

Shades and tints

Shades of #3ED430

#3ED430
(62,212,48)
#39C12C
(57,193,44)
#34AE28
(52,174,40)
#2F9B24
(47,155,36)
#2A8820
(42,136,32)
#25751C
(37,117,28)
#206218
(32,98,24)
#1B4F14
(27,79,20)
#163C10
(22,60,16)
#11290C
(17,41,12)
#0C1608
(12,22,8)
#000000
(0,0,0)

Tints of #3ED430

#3ED430
(62,212,48)
#4FD742
(79,215,66)
#60DA54
(96,218,84)
#71DD66
(113,221,102)
#82E078
(130,224,120)
#93E38A
(147,227,138)
#A4E69C
(164,230,156)
#B5E9AE
(181,233,174)
#C6ECC0
(198,236,192)
#D7EFD2
(215,239,210)
#E8F2E4
(232,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3ED430 color. Also use rgb(62,212,48) instead hex code.

Text Font Color

.myTextColor { color: #3ED430; }

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

This text font color is #3ED430.

Background Color

.myBgColor { background-color: #3ED430; }

<div style="background-color:#3ED430">Inner text</div>

This div background color is #3ED430.

Border color

.myBorderColor { border: 1px solid #3ED430; }

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

This div border color is #3ED430.

Opacity

.myOpacity80 { color: #3ED430; opacity: 0.8; }

<p style="color:#3ED430;opacity:0.8;">80%</p>

Text with #3ED430 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 #3ED430;}

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

This text has shadow with #3ED430 color.


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

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

This text has shadow with #3ED430 primary color and red secondary color.


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

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

This text has shadow with #3ED430 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3ED430.

Preview

Color preview on black background

This text has color #3ED430 on black background.


Color preview on white background

This text has color #3ED430 on white background.


Black color preview on #3ED430 background

This text has black color on #3ED430 background.


White color preview on #3ED430 background

This text has white color on #3ED430 background.


Related colors

Complementary color

Complementary color for #hex is #C12BCF.


I love getcolorcode.com

Triadic colors

1 #303ED4 and #D4303E with #3ED430 are triadic colors.

2 #30D43E and #D43E30 with #3ED430 are triadic colors.