COLOR #31C515

HEX: #31C515
RGB: (49,197,21)

Color info

#31C515 contains mainly green color. Web safe color of #31C515 is #33CC00 (or #3C0).

RGB color model

#31C515 color RGB value is (49,197,21).

  • red value is 49;
  • green value is 197;
  • blue value is 21.
RGB:
(49,197,21)
(19%,77%,8%)

RGB channels and saturation

R 49 of 255 = 19%
G 197 of 255 = 77%
B 21 of 255 = 8%

49
197
21

R + G + B ~ 35%. #31C515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 197 + 21 = 267 (100%)
R 49 of 267 ~ 18.35%
G 197 of 267 ~ 73.78%
B 21 of 267 ~ 7.87%

%18.35
%73.78

CMYK color model

#31C515 color CMYK value is (75,0,89,23).

  • cyan value is 75.13%
  • magenta value is 0.00%
  • yellow value is 89.34%
  • key color value is 22.75%
CMYK:
(75,0,89,23)
C75M0Y89K23 
(75%,0%,89%,23%)
(0.75/0.00/0.89/0.23)	

CMYK percentages

%75.13
%0
%89.34
%22.75

Codes

Color #31C515 in popluar color models

31C515
RGB4919721
HSL110°80.73%42.75%
HSB/HSV110°89.34%77.25%
CMYK75.13%0.00%89.34%
22.75%

Color #31C515 in popluar number systems.

HEX31C515
Decimal4919721
Binary1100011100010110101
Octal6130525

Shades and tints

Shades of #31C515

#31C515
(49,197,21)
#2DB414
(45,180,20)
#29A313
(41,163,19)
#259212
(37,146,18)
#218111
(33,129,17)
#1D7010
(29,112,16)
#195F0F
(25,95,15)
#154E0E
(21,78,14)
#113D0D
(17,61,13)
#0D2C0C
(13,44,12)
#091B0B
(9,27,11)
#000000
(0,0,0)

Tints of #31C515

#31C515
(49,197,21)
#43CA2A
(67,202,42)
#55CF3F
(85,207,63)
#67D454
(103,212,84)
#79D969
(121,217,105)
#8BDE7E
(139,222,126)
#9DE393
(157,227,147)
#AFE8A8
(175,232,168)
#C1EDBD
(193,237,189)
#D3F2D2
(211,242,210)
#E5F7E7
(229,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31C515 color. Also use rgb(49,197,21) instead hex code.

Text Font Color

.myTextColor { color: #31C515; }

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

This text font color is #31C515.


Background Color

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

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

This div background color is #31C515.


Border color

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

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

This div border color is #31C515.


Opacity

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

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

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

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

This text has shadow with #31C515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31C515 on black background.


Color preview on white background

This text has color #31C515 on white background.



Black color preview on #31C515 background

This text has black color on #31C515 background.


White color preview on #31C515 background

This text has white color on #31C515 background.