COLOR #37ED16

HEX: #37ED16
RGB: (55,237,22)

Color info

#37ED16 contains mainly green color. Web safe color of #37ED16 is #33FF00 (or #3F0).

RGB color model

#37ED16 color RGB value is (55,237,22).

  • red value is 55;
  • green value is 237;
  • blue value is 22.
RGB:
(55,237,22)
(22%,93%,9%)

RGB channels and saturation

R 55 of 255 = 22%
G 237 of 255 = 93%
B 22 of 255 = 9%

55
237
22

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

Portions of RGB colors in percentages

R + G + B =
55 + 237 + 22 = 314 (100%)
R 55 of 314 ~ 17.52%
G 237 of 314 ~ 75.48%
B 22 of 314 ~ 7.01%

%17.52
%75.48

CMYK color model

#37ED16 color CMYK value is (77,0,91,7).

  • cyan value is 76.79%
  • magenta value is 0.00%
  • yellow value is 90.72%
  • key color value is 7.06%
CMYK:
(77,0,91,7)
C77M0Y91K7 
(77%,0%,91%,7%)
(0.77/0.00/0.91/0.07)	

CMYK percentages

%76.79
%0
%90.72
%7.06

Codes

Color #37ED16 in popluar color models

37ED16
RGB5523722
HSL111°85.66%50.78%
HSB/HSV111°90.72%92.94%
CMYK76.79%0.00%90.72%
7.06%

Color #37ED16 in popluar number systems.

HEX37ED16
Decimal5523722
Binary1101111110110110110
Octal6735526

Shades and tints

Shades of #37ED16

#37ED16
(55,237,22)
#32D814
(50,216,20)
#2DC312
(45,195,18)
#28AE10
(40,174,16)
#23990E
(35,153,14)
#1E840C
(30,132,12)
#196F0A
(25,111,10)
#145A08
(20,90,8)
#0F4506
(15,69,6)
#0A3004
(10,48,4)
#051B02
(5,27,2)
#000000
(0,0,0)

Tints of #37ED16

#37ED16
(55,237,22)
#49EE2B
(73,238,43)
#5BEF40
(91,239,64)
#6DF055
(109,240,85)
#7FF16A
(127,241,106)
#91F27F
(145,242,127)
#A3F394
(163,243,148)
#B5F4A9
(181,244,169)
#C7F5BE
(199,245,190)
#D9F6D3
(217,246,211)
#EBF7E8
(235,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37ED16 color. Also use rgb(55,237,22) instead hex code.

Text Font Color

.myTextColor { color: #37ED16; }

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

This text font color is #37ED16.


Background Color

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

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

This div background color is #37ED16.


Border color

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

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

This div border color is #37ED16.


Opacity

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

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

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

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

This text has shadow with #37ED16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37ED16 on black background.


Color preview on white background

This text has color #37ED16 on white background.



Black color preview on #37ED16 background

This text has black color on #37ED16 background.


White color preview on #37ED16 background

This text has white color on #37ED16 background.