COLOR #37DD35

HEX: #37DD35
RGB: (55,221,53)

Color info

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

RGB color model

#37DD35 color RGB value is (55,221,53).

  • red value is 55;
  • green value is 221;
  • blue value is 53.
RGB:
(55,221,53)
(22%,87%,21%)

RGB channels and saturation

R 55 of 255 = 22%
G 221 of 255 = 87%
B 53 of 255 = 21%

55
221
53

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

Portions of RGB colors in percentages

R + G + B =
55 + 221 + 53 = 329 (100%)
R 55 of 329 ~ 16.72%
G 221 of 329 ~ 67.17%
B 53 of 329 ~ 16.11%

%16.72
%67.17
%16.11

CMYK color model

#37DD35 color CMYK value is (75,0,76,13).

  • cyan value is 75.11%
  • magenta value is 0.00%
  • yellow value is 76.02%
  • key color value is 13.33%
CMYK:
(75,0,76,13)
C75M0Y76K13 
(75%,0%,76%,13%)
(0.75/0.00/0.76/0.13)	

CMYK percentages

%75.11
%0
%76.02
%13.33

Codes

Color #37DD35 in popluar color models

37DD35
RGB5522153
HSL119°71.19%53.73%
HSB/HSV119°76.02%86.67%
CMYK75.11%0.00%76.02%
13.33%

Color #37DD35 in popluar number systems.

HEX37DD35
Decimal5522153
Binary11011111011101110101
Octal6733565

Shades and tints

Shades of #37DD35

#37DD35
(55,221,53)
#32C931
(50,201,49)
#2DB52D
(45,181,45)
#28A129
(40,161,41)
#238D25
(35,141,37)
#1E7921
(30,121,33)
#19651D
(25,101,29)
#145119
(20,81,25)
#0F3D15
(15,61,21)
#0A2911
(10,41,17)
#05150D
(5,21,13)
#000000
(0,0,0)

Tints of #37DD35

#37DD35
(55,221,53)
#49E047
(73,224,71)
#5BE359
(91,227,89)
#6DE66B
(109,230,107)
#7FE97D
(127,233,125)
#91EC8F
(145,236,143)
#A3EFA1
(163,239,161)
#B5F2B3
(181,242,179)
#C7F5C5
(199,245,197)
#D9F8D7
(217,248,215)
#EBFBE9
(235,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37DD35 color. Also use rgb(55,221,53) instead hex code.

Text Font Color

.myTextColor { color: #37DD35; }

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

This text font color is #37DD35.


Background Color

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

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

This div background color is #37DD35.


Border color

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

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

This div border color is #37DD35.


Opacity

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

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

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

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

This text has shadow with #37DD35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37DD35 on black background.


Color preview on white background

This text has color #37DD35 on white background.



Black color preview on #37DD35 background

This text has black color on #37DD35 background.


White color preview on #37DD35 background

This text has white color on #37DD35 background.