COLOR #31DB04

HEX: #31DB04
RGB: (49,219,4)

Color info

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

RGB color model

#31DB04 color RGB value is (49,219,4).

  • red value is 49;
  • green value is 219;
  • blue value is 4.
RGB:
(49,219,4)
(19%,86%,2%)

RGB channels and saturation

R 49 of 255 = 19%
G 219 of 255 = 86%
B 4 of 255 = 2%

49
219
4

R + G + B ~ 36%. #31DB04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 219 + 4 = 272 (100%)
R 49 of 272 ~ 18.01%
G 219 of 272 ~ 80.51%
B 4 of 272 ~ 1.47%

%18.01
%80.51

CMYK color model

#31DB04 color CMYK value is (78,0,98,14).

  • cyan value is 77.63%
  • magenta value is 0.00%
  • yellow value is 98.17%
  • key color value is 14.12%
CMYK:
(78,0,98,14)
C78M0Y98K14 
(78%,0%,98%,14%)
(0.78/0.00/0.98/0.14)	

CMYK percentages

%77.63
%0
%98.17
%14.12

Codes

Color #31DB04 in popluar color models

31DB04
RGB492194
HSL107°96.41%43.73%
HSB/HSV107°98.17%85.88%
CMYK77.63%0.00%98.17%
14.12%

Color #31DB04 in popluar number systems.

HEX31DB04
Decimal492194
Binary11000111011011100
Octal613334

Shades and tints

Shades of #31DB04

#31DB04
(49,219,4)
#2DC804
(45,200,4)
#29B504
(41,181,4)
#25A204
(37,162,4)
#218F04
(33,143,4)
#1D7C04
(29,124,4)
#196904
(25,105,4)
#155604
(21,86,4)
#114304
(17,67,4)
#0D3004
(13,48,4)
#091D04
(9,29,4)
#000000
(0,0,0)

Tints of #31DB04

#31DB04
(49,219,4)
#43DE1A
(67,222,26)
#55E130
(85,225,48)
#67E446
(103,228,70)
#79E75C
(121,231,92)
#8BEA72
(139,234,114)
#9DED88
(157,237,136)
#AFF09E
(175,240,158)
#C1F3B4
(193,243,180)
#D3F6CA
(211,246,202)
#E5F9E0
(229,249,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31DB04 color. Also use rgb(49,219,4) instead hex code.

Text Font Color

.myTextColor { color: #31DB04; }

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

This text font color is #31DB04.


Background Color

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

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

This div background color is #31DB04.


Border color

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

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

This div border color is #31DB04.


Opacity

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

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

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

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

This text has shadow with #31DB04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31DB04 on black background.


Color preview on white background

This text has color #31DB04 on white background.



Black color preview on #31DB04 background

This text has black color on #31DB04 background.


White color preview on #31DB04 background

This text has white color on #31DB04 background.