COLOR #37C740

HEX: #37C740
RGB: (55,199,64)

Color info

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

RGB color model

#37C740 color RGB value is (55,199,64).

  • red value is 55;
  • green value is 199;
  • blue value is 64.
RGB:
(55,199,64)
(22%,78%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 199 of 255 = 78%
B 64 of 255 = 25%

55
199
64

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

Portions of RGB colors in percentages

R + G + B =
55 + 199 + 64 = 318 (100%)
R 55 of 318 ~ 17.3%
G 199 of 318 ~ 62.58%
B 64 of 318 ~ 20.13%

%17.3
%62.58
%20.13

CMYK color model

#37C740 color CMYK value is (72,0,68,22).

  • cyan value is 72.36%
  • magenta value is 0.00%
  • yellow value is 67.84%
  • key color value is 21.96%
CMYK:
(72,0,68,22)
C72M0Y68K22 
(72%,0%,68%,22%)
(0.72/0.00/0.68/0.22)	

CMYK percentages

%72.36
%0
%67.84
%21.96

Codes

Color #37C740 in popluar color models

37C740
RGB5519964
HSL124°56.69%49.80%
HSB/HSV124°72.36%78.04%
CMYK72.36%0.00%67.84%
21.96%

Color #37C740 in popluar number systems.

HEX37C740
Decimal5519964
Binary110111110001111000000
Octal67307100

Shades and tints

Shades of #37C740

#37C740
(55,199,64)
#32B53B
(50,181,59)
#2DA336
(45,163,54)
#289131
(40,145,49)
#237F2C
(35,127,44)
#1E6D27
(30,109,39)
#195B22
(25,91,34)
#14491D
(20,73,29)
#0F3718
(15,55,24)
#0A2513
(10,37,19)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #37C740

#37C740
(55,199,64)
#49CC51
(73,204,81)
#5BD162
(91,209,98)
#6DD673
(109,214,115)
#7FDB84
(127,219,132)
#91E095
(145,224,149)
#A3E5A6
(163,229,166)
#B5EAB7
(181,234,183)
#C7EFC8
(199,239,200)
#D9F4D9
(217,244,217)
#EBF9EA
(235,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37C740 color. Also use rgb(55,199,64) instead hex code.

Text Font Color

.myTextColor { color: #37C740; }

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

This text font color is #37C740.


Background Color

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

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

This div background color is #37C740.


Border color

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

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

This div border color is #37C740.


Opacity

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

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

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

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

This text has shadow with #37C740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37C740 on black background.


Color preview on white background

This text has color #37C740 on white background.



Black color preview on #37C740 background

This text has black color on #37C740 background.


White color preview on #37C740 background

This text has white color on #37C740 background.