COLOR #31F963

HEX: #31F963
RGB: (49,249,99)

Color info

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

RGB color model

#31F963 color RGB value is (49,249,99).

  • red value is 49;
  • green value is 249;
  • blue value is 99.
RGB:
(49,249,99)
(19%,98%,39%)

RGB channels and saturation

R 49 of 255 = 19%
G 249 of 255 = 98%
B 99 of 255 = 39%

49
249
99

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

Portions of RGB colors in percentages

R + G + B =
49 + 249 + 99 = 397 (100%)
R 49 of 397 ~ 12.34%
G 249 of 397 ~ 62.72%
B 99 of 397 ~ 24.94%

%12.34
%62.72
%24.94

CMYK color model

#31F963 color CMYK value is (80,0,60,2).

  • cyan value is 80.32%
  • magenta value is 0.00%
  • yellow value is 60.24%
  • key color value is 2.35%
CMYK:
(80,0,60,2)
C80M0Y60K2 
(80%,0%,60%,2%)
(0.80/0.00/0.60/0.02)	

CMYK percentages

%80.32
%0
%60.24
%2.35

Codes

Color #31F963 in popluar color models

31F963
RGB4924999
HSL135°94.34%58.43%
HSB/HSV135°80.32%97.65%
CMYK80.32%0.00%60.24%
2.35%

Color #31F963 in popluar number systems.

HEX31F963
Decimal4924999
Binary110001111110011100011
Octal61371143

Shades and tints

Shades of #31F963

#31F963
(49,249,99)
#2DE35A
(45,227,90)
#29CD51
(41,205,81)
#25B748
(37,183,72)
#21A13F
(33,161,63)
#1D8B36
(29,139,54)
#19752D
(25,117,45)
#155F24
(21,95,36)
#11491B
(17,73,27)
#0D3312
(13,51,18)
#091D09
(9,29,9)
#000000
(0,0,0)

Tints of #31F963

#31F963
(49,249,99)
#43F971
(67,249,113)
#55F97F
(85,249,127)
#67F98D
(103,249,141)
#79F99B
(121,249,155)
#8BF9A9
(139,249,169)
#9DF9B7
(157,249,183)
#AFF9C5
(175,249,197)
#C1F9D3
(193,249,211)
#D3F9E1
(211,249,225)
#E5F9EF
(229,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31F963 color. Also use rgb(49,249,99) instead hex code.

Text Font Color

.myTextColor { color: #31F963; }

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

This text font color is #31F963.


Background Color

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

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

This div background color is #31F963.


Border color

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

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

This div border color is #31F963.


Opacity

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

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

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

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

This text has shadow with #31F963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31F963 on black background.


Color preview on white background

This text has color #31F963 on white background.



Black color preview on #31F963 background

This text has black color on #31F963 background.


White color preview on #31F963 background

This text has white color on #31F963 background.