COLOR #57D42E

HEX: #57D42E RGB: (87,212,46)

Color info

#57D42E contains mainly green color. Web safe color of #57D42E is #66CC33 (or #6C3).

RGB color model

#57D42E color RGB value is (87,212,46).

RGB: (87,212,46) (34%, 83%, 18%)

RGB channels and saturation

R 87 of 255 = 34%
G 212 of 255 = 83%
B 46 of 255 = 18%

87
212
46

R + G + B ~ 45%. #57D42E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 212 + 46 = 345 (100%)
R 87 of 345 ~ 25.22%
G 212 of 345 ~ 61.45%
B 46 of 345 ~ 13.33'%

%25.22
%61.45
%13.33

CMYK color model

#57D42E color CMYK value is (59,0,78,17).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 78.30%
  • key color value is 16.86%

CMYK: (59,0,78,17)
C59M0Y78K17 (59%, 0%, 78%, 17%)
(0.59 / 0.00 / 0.78 / 0.17)

CMYK percentages

%58.96
%0
%78.3
%16.86

Codes

Color #57D42E in popluar color models

57 D4 2E
RGB 87 212 46
HSL 105° 65.87% 50.59%
HSB/HSV 105° 78.30% 83.14%
CMYK 58.96% 0.00% 78.30%
16.86%

Color #57D42E in popluar number systems.

HEX 57 D4 2E
Decimal 87 212 46
Binary 1010111 11010100 101110
Octal 127 324 56

Shades and tints

Shades of #57D42E

#57D42E
(87,212,46)
#50C12A
(80,193,42)
#49AE26
(73,174,38)
#429B22
(66,155,34)
#3B881E
(59,136,30)
#34751A
(52,117,26)
#2D6216
(45,98,22)
#264F12
(38,79,18)
#1F3C0E
(31,60,14)
#18290A
(24,41,10)
#111606
(17,22,6)
#000000
(0,0,0)

Tints of #57D42E

#57D42E
(87,212,46)
#66D741
(102,215,65)
#75DA54
(117,218,84)
#84DD67
(132,221,103)
#93E07A
(147,224,122)
#A2E38D
(162,227,141)
#B1E6A0
(177,230,160)
#C0E9B3
(192,233,179)
#CFECC6
(207,236,198)
#DEEFD9
(222,239,217)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57D42E color. Also use rgb(87,212,46) instead hex code.

Text Font Color

.myTextColor { color: #57D42E; }

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

This text font color is #57D42E.

Background Color

.myBgColor { background-color: #57D42E; }

<div style="background-color:#57D42E">Inner text</div>

This div background color is #57D42E.

Border color

.myBorderColor { border: 1px solid #57D42E; }

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

This div border color is #57D42E.

Opacity

.myOpacity80 { color: #57D42E; opacity: 0.8; }

<p style="color:#57D42E;opacity:0.8;">80%</p>

Text with #57D42E 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 #57D42E;}

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

This text has shadow with #57D42E color.


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

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

This text has shadow with #57D42E primary color and red secondary color.


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

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

This text has shadow with #57D42E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #57D42E.

Preview

Color preview on black background

This text has color #57D42E on black background.


Color preview on white background

This text has color #57D42E on white background.


Black color preview on #57D42E background

This text has black color on #57D42E background.


White color preview on #57D42E background

This text has white color on #57D42E background.


Related colors

Complementary color

Complementary color for #hex is #A82BD1.


I love getcolorcode.com

Triadic colors

1 #2E57D4 and #D42E57 with #57D42E are triadic colors.

2 #2ED457 and #D4572E with #57D42E are triadic colors.