COLOR #31CB39

HEX: #31CB39
RGB: (49,203,57)

Color info

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

RGB color model

#31CB39 color RGB value is (49,203,57).

  • red value is 49;
  • green value is 203;
  • blue value is 57.
RGB:
(49,203,57)
(19%,80%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 203 of 255 = 80%
B 57 of 255 = 22%

49
203
57

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

Portions of RGB colors in percentages

R + G + B =
49 + 203 + 57 = 309 (100%)
R 49 of 309 ~ 15.86%
G 203 of 309 ~ 65.7%
B 57 of 309 ~ 18.45%

%15.86
%65.7
%18.45

CMYK color model

#31CB39 color CMYK value is (76,0,72,20).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 71.92%
  • key color value is 20.39%
CMYK:
(76,0,72,20)
C76M0Y72K20 
(76%,0%,72%,20%)
(0.76/0.00/0.72/0.20)	

CMYK percentages

%75.86
%0
%71.92
%20.39

Codes

Color #31CB39 in popluar color models

31CB39
RGB4920357
HSL123°61.11%49.41%
HSB/HSV123°75.86%79.61%
CMYK75.86%0.00%71.92%
20.39%

Color #31CB39 in popluar number systems.

HEX31CB39
Decimal4920357
Binary11000111001011111001
Octal6131371

Shades and tints

Shades of #31CB39

#31CB39
(49,203,57)
#2DB934
(45,185,52)
#29A72F
(41,167,47)
#25952A
(37,149,42)
#218325
(33,131,37)
#1D7120
(29,113,32)
#195F1B
(25,95,27)
#154D16
(21,77,22)
#113B11
(17,59,17)
#0D290C
(13,41,12)
#091707
(9,23,7)
#000000
(0,0,0)

Tints of #31CB39

#31CB39
(49,203,57)
#43CF4B
(67,207,75)
#55D35D
(85,211,93)
#67D76F
(103,215,111)
#79DB81
(121,219,129)
#8BDF93
(139,223,147)
#9DE3A5
(157,227,165)
#AFE7B7
(175,231,183)
#C1EBC9
(193,235,201)
#D3EFDB
(211,239,219)
#E5F3ED
(229,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31CB39 color. Also use rgb(49,203,57) instead hex code.

Text Font Color

.myTextColor { color: #31CB39; }

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

This text font color is #31CB39.


Background Color

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

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

This div background color is #31CB39.


Border color

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

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

This div border color is #31CB39.


Opacity

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

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

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

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

This text has shadow with #31CB39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31CB39 on black background.


Color preview on white background

This text has color #31CB39 on white background.



Black color preview on #31CB39 background

This text has black color on #31CB39 background.


White color preview on #31CB39 background

This text has white color on #31CB39 background.