COLOR #31C44F

HEX: #31C44F
RGB: (49,196,79)

Color info

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

RGB color model

#31C44F color RGB value is (49,196,79).

  • red value is 49;
  • green value is 196;
  • blue value is 79.
RGB:
(49,196,79)
(19%,77%,31%)

RGB channels and saturation

R 49 of 255 = 19%
G 196 of 255 = 77%
B 79 of 255 = 31%

49
196
79

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

Portions of RGB colors in percentages

R + G + B =
49 + 196 + 79 = 324 (100%)
R 49 of 324 ~ 15.12%
G 196 of 324 ~ 60.49%
B 79 of 324 ~ 24.38%

%15.12
%60.49
%24.38

CMYK color model

#31C44F color CMYK value is (75,0,60,23).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 59.69%
  • key color value is 23.14%
CMYK:
(75,0,60,23)
C75M0Y60K23 
(75%,0%,60%,23%)
(0.75/0.00/0.60/0.23)	

CMYK percentages

%75
%0
%59.69
%23.14

Codes

Color #31C44F in popluar color models

31C44F
RGB4919679
HSL132°60.00%48.04%
HSB/HSV132°75.00%76.86%
CMYK75.00%0.00%59.69%
23.14%

Color #31C44F in popluar number systems.

HEX31C44F
Decimal4919679
Binary110001110001001001111
Octal61304117

Shades and tints

Shades of #31C44F

#31C44F
(49,196,79)
#2DB348
(45,179,72)
#29A241
(41,162,65)
#25913A
(37,145,58)
#218033
(33,128,51)
#1D6F2C
(29,111,44)
#195E25
(25,94,37)
#154D1E
(21,77,30)
#113C17
(17,60,23)
#0D2B10
(13,43,16)
#091A09
(9,26,9)
#000000
(0,0,0)

Tints of #31C44F

#31C44F
(49,196,79)
#43C95F
(67,201,95)
#55CE6F
(85,206,111)
#67D37F
(103,211,127)
#79D88F
(121,216,143)
#8BDD9F
(139,221,159)
#9DE2AF
(157,226,175)
#AFE7BF
(175,231,191)
#C1ECCF
(193,236,207)
#D3F1DF
(211,241,223)
#E5F6EF
(229,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31C44F color. Also use rgb(49,196,79) instead hex code.

Text Font Color

.myTextColor { color: #31C44F; }

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

This text font color is #31C44F.


Background Color

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

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

This div background color is #31C44F.


Border color

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

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

This div border color is #31C44F.


Opacity

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

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

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

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

This text has shadow with #31C44F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31C44F on black background.


Color preview on white background

This text has color #31C44F on white background.



Black color preview on #31C44F background

This text has black color on #31C44F background.


White color preview on #31C44F background

This text has white color on #31C44F background.