COLOR #37D13F

HEX: #37D13F
RGB: (55,209,63)

Color info

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

RGB color model

#37D13F color RGB value is (55,209,63).

  • red value is 55;
  • green value is 209;
  • blue value is 63.
RGB:
(55,209,63)
(22%,82%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 209 of 255 = 82%
B 63 of 255 = 25%

55
209
63

R + G + B ~ 43%. #37D13F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 209 + 63 = 327 (100%)
R 55 of 327 ~ 16.82%
G 209 of 327 ~ 63.91%
B 63 of 327 ~ 19.27%

%16.82
%63.91
%19.27

CMYK color model

#37D13F color CMYK value is (74,0,70,18).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 69.86%
  • key color value is 18.04%
CMYK:
(74,0,70,18)
C74M0Y70K18 
(74%,0%,70%,18%)
(0.74/0.00/0.70/0.18)	

CMYK percentages

%73.68
%0
%69.86
%18.04

Codes

Color #37D13F in popluar color models

37D13F
RGB5520963
HSL123°62.60%51.76%
HSB/HSV123°73.68%81.96%
CMYK73.68%0.00%69.86%
18.04%

Color #37D13F in popluar number systems.

HEX37D13F
Decimal5520963
Binary11011111010001111111
Octal6732177

Shades and tints

Shades of #37D13F

#37D13F
(55,209,63)
#32BE3A
(50,190,58)
#2DAB35
(45,171,53)
#289830
(40,152,48)
#23852B
(35,133,43)
#1E7226
(30,114,38)
#195F21
(25,95,33)
#144C1C
(20,76,28)
#0F3917
(15,57,23)
#0A2612
(10,38,18)
#05130D
(5,19,13)
#000000
(0,0,0)

Tints of #37D13F

#37D13F
(55,209,63)
#49D550
(73,213,80)
#5BD961
(91,217,97)
#6DDD72
(109,221,114)
#7FE183
(127,225,131)
#91E594
(145,229,148)
#A3E9A5
(163,233,165)
#B5EDB6
(181,237,182)
#C7F1C7
(199,241,199)
#D9F5D8
(217,245,216)
#EBF9E9
(235,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37D13F color. Also use rgb(55,209,63) instead hex code.

Text Font Color

.myTextColor { color: #37D13F; }

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

This text font color is #37D13F.


Background Color

.myBgColor { background-color: #37D13F; }

<div style="background-color:#37D13F">Inner text</div>

This div background color is #37D13F.


Border color

.myBorderColor { border: 1px solid #37D13F; }

<div style="border:3px solid #37D13F">Div</div>

This div border color is #37D13F.


Opacity

.myOpacity80 { color: #37D13F; opacity: 0.8; }

<p style="color:#37D13F;opacity:0.8;">80%</p>

Text with #37D13F 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 #37D13F;}

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

This text has shadow with #37D13F color.

.textShadow {text-shadow: 3px 3px 1px #37D13F, 3px 3px 1px red;}

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

This text has shadow with #37D13F primary color and red secondary color.


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

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

This text has shadow with #37D13F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37D13F on black background.


Color preview on white background

This text has color #37D13F on white background.



Black color preview on #37D13F background

This text has black color on #37D13F background.


White color preview on #37D13F background

This text has white color on #37D13F background.