COLOR #36CB31

HEX: #36CB31
RGB: (54,203,49)

Color info

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

RGB color model

#36CB31 color RGB value is (54,203,49).

  • red value is 54;
  • green value is 203;
  • blue value is 49.
RGB:
(54,203,49)
(21%,80%,19%)

RGB channels and saturation

R 54 of 255 = 21%
G 203 of 255 = 80%
B 49 of 255 = 19%

54
203
49

R + G + B ~ 40%. #36CB31 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 203 + 49 = 306 (100%)
R 54 of 306 ~ 17.65%
G 203 of 306 ~ 66.34%
B 49 of 306 ~ 16.01%

%17.65
%66.34
%16.01

CMYK color model

#36CB31 color CMYK value is (73,0,76,20).

  • cyan value is 73.40%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 20.39%
CMYK:
(73,0,76,20)
C73M0Y76K20 
(73%,0%,76%,20%)
(0.73/0.00/0.76/0.20)	

CMYK percentages

%73.4
%0
%75.86
%20.39

Codes

Color #36CB31 in popluar color models

36CB31
RGB5420349
HSL118°61.11%49.41%
HSB/HSV118°75.86%79.61%
CMYK73.40%0.00%75.86%
20.39%

Color #36CB31 in popluar number systems.

HEX36CB31
Decimal5420349
Binary11011011001011110001
Octal6631361

Shades and tints

Shades of #36CB31

#36CB31
(54,203,49)
#32B92D
(50,185,45)
#2EA729
(46,167,41)
#2A9525
(42,149,37)
#268321
(38,131,33)
#22711D
(34,113,29)
#1E5F19
(30,95,25)
#1A4D15
(26,77,21)
#163B11
(22,59,17)
#12290D
(18,41,13)
#0E1709
(14,23,9)
#000000
(0,0,0)

Tints of #36CB31

#36CB31
(54,203,49)
#48CF43
(72,207,67)
#5AD355
(90,211,85)
#6CD767
(108,215,103)
#7EDB79
(126,219,121)
#90DF8B
(144,223,139)
#A2E39D
(162,227,157)
#B4E7AF
(180,231,175)
#C6EBC1
(198,235,193)
#D8EFD3
(216,239,211)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36CB31 color. Also use rgb(54,203,49) instead hex code.

Text Font Color

.myTextColor { color: #36CB31; }

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

This text font color is #36CB31.


Background Color

.myBgColor { background-color: #36CB31; }

<div style="background-color:#36CB31">Inner text</div>

This div background color is #36CB31.


Border color

.myBorderColor { border: 1px solid #36CB31; }

<div style="border:3px solid #36CB31">Div</div>

This div border color is #36CB31.


Opacity

.myOpacity80 { color: #36CB31; opacity: 0.8; }

<p style="color:#36CB31;opacity:0.8;">80%</p>

Text with #36CB31 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 #36CB31;}

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

This text has shadow with #36CB31 color.

.textShadow {text-shadow: 3px 3px 1px #36CB31, 3px 3px 1px red;}

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

This text has shadow with #36CB31 primary color and red secondary color.


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

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

This text has shadow with #36CB31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36CB31 on black background.


Color preview on white background

This text has color #36CB31 on white background.



Black color preview on #36CB31 background

This text has black color on #36CB31 background.


White color preview on #36CB31 background

This text has white color on #36CB31 background.