COLOR #31ED7C

HEX: #31ED7C
RGB: (49,237,124)

Color info

#31ED7C contains mainly green color. Web safe color of #31ED7C is #33FF66 (or #3F6).

RGB color model

#31ED7C color RGB value is (49,237,124).

  • red value is 49;
  • green value is 237;
  • blue value is 124.
RGB:
(49,237,124)
(19%,93%,49%)

RGB channels and saturation

R 49 of 255 = 19%
G 237 of 255 = 93%
B 124 of 255 = 49%

49
237
124

R + G + B ~ 54%. #31ED7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 237 + 124 = 410 (100%)
R 49 of 410 ~ 11.95%
G 237 of 410 ~ 57.8%
B 124 of 410 ~ 30.24%

%11.95
%57.8
%30.24

CMYK color model

#31ED7C color CMYK value is (79,0,48,7).

  • cyan value is 79.32%
  • magenta value is 0.00%
  • yellow value is 47.68%
  • key color value is 7.06%
CMYK:
(79,0,48,7)
C79M0Y48K7 
(79%,0%,48%,7%)
(0.79/0.00/0.48/0.07)	

CMYK percentages

%79.32
%0
%47.68
%7.06

Codes

Color #31ED7C in popluar color models

31ED7C
RGB49237124
HSL144°83.93%56.08%
HSB/HSV144°79.32%92.94%
CMYK79.32%0.00%47.68%
7.06%

Color #31ED7C in popluar number systems.

HEX31ED7C
Decimal49237124
Binary110001111011011111100
Octal61355174

Shades and tints

Shades of #31ED7C

#31ED7C
(49,237,124)
#2DD871
(45,216,113)
#29C366
(41,195,102)
#25AE5B
(37,174,91)
#219950
(33,153,80)
#1D8445
(29,132,69)
#196F3A
(25,111,58)
#155A2F
(21,90,47)
#114524
(17,69,36)
#0D3019
(13,48,25)
#091B0E
(9,27,14)
#000000
(0,0,0)

Tints of #31ED7C

#31ED7C
(49,237,124)
#43EE87
(67,238,135)
#55EF92
(85,239,146)
#67F09D
(103,240,157)
#79F1A8
(121,241,168)
#8BF2B3
(139,242,179)
#9DF3BE
(157,243,190)
#AFF4C9
(175,244,201)
#C1F5D4
(193,245,212)
#D3F6DF
(211,246,223)
#E5F7EA
(229,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31ED7C color. Also use rgb(49,237,124) instead hex code.

Text Font Color

.myTextColor { color: #31ED7C; }

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

This text font color is #31ED7C.


Background Color

.myBgColor { background-color: #31ED7C; }

<div style="background-color:#31ED7C">Inner text</div>

This div background color is #31ED7C.


Border color

.myBorderColor { border: 1px solid #31ED7C; }

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

This div border color is #31ED7C.


Opacity

.myOpacity80 { color: #31ED7C; opacity: 0.8; }

<p style="color:#31ED7C;opacity:0.8;">80%</p>

Text with #31ED7C 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 #31ED7C;}

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

This text has shadow with #31ED7C color.

.textShadow {text-shadow: 3px 3px 1px #31ED7C, 3px 3px 1px red;}

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

This text has shadow with #31ED7C primary color and red secondary color.


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

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

This text has shadow with #31ED7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31ED7C on black background.


Color preview on white background

This text has color #31ED7C on white background.



Black color preview on #31ED7C background

This text has black color on #31ED7C background.


White color preview on #31ED7C background

This text has white color on #31ED7C background.