COLOR #36E428

HEX: #36E428
RGB: (54,228,40)

Color info

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

RGB color model

#36E428 color RGB value is (54,228,40).

  • red value is 54;
  • green value is 228;
  • blue value is 40.
RGB:
(54,228,40)
(21%,89%,16%)

RGB channels and saturation

R 54 of 255 = 21%
G 228 of 255 = 89%
B 40 of 255 = 16%

54
228
40

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

Portions of RGB colors in percentages

R + G + B =
54 + 228 + 40 = 322 (100%)
R 54 of 322 ~ 16.77%
G 228 of 322 ~ 70.81%
B 40 of 322 ~ 12.42%

%16.77
%70.81
%12.42

CMYK color model

#36E428 color CMYK value is (76,0,82,11).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 82.46%
  • key color value is 10.59%
CMYK:
(76,0,82,11)
C76M0Y82K11 
(76%,0%,82%,11%)
(0.76/0.00/0.82/0.11)	

CMYK percentages

%76.32
%0
%82.46
%10.59

Codes

Color #36E428 in popluar color models

36E428
RGB5422840
HSL116°77.69%52.55%
HSB/HSV116°82.46%89.41%
CMYK76.32%0.00%82.46%
10.59%

Color #36E428 in popluar number systems.

HEX36E428
Decimal5422840
Binary11011011100100101000
Octal6634450

Shades and tints

Shades of #36E428

#36E428
(54,228,40)
#32D025
(50,208,37)
#2EBC22
(46,188,34)
#2AA81F
(42,168,31)
#26941C
(38,148,28)
#228019
(34,128,25)
#1E6C16
(30,108,22)
#1A5813
(26,88,19)
#164410
(22,68,16)
#12300D
(18,48,13)
#0E1C0A
(14,28,10)
#000000
(0,0,0)

Tints of #36E428

#36E428
(54,228,40)
#48E63B
(72,230,59)
#5AE84E
(90,232,78)
#6CEA61
(108,234,97)
#7EEC74
(126,236,116)
#90EE87
(144,238,135)
#A2F09A
(162,240,154)
#B4F2AD
(180,242,173)
#C6F4C0
(198,244,192)
#D8F6D3
(216,246,211)
#EAF8E6
(234,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36E428 color. Also use rgb(54,228,40) instead hex code.

Text Font Color

.myTextColor { color: #36E428; }

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

This text font color is #36E428.


Background Color

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

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

This div background color is #36E428.


Border color

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

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

This div border color is #36E428.


Opacity

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

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

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

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

This text has shadow with #36E428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36E428 on black background.


Color preview on white background

This text has color #36E428 on white background.



Black color preview on #36E428 background

This text has black color on #36E428 background.


White color preview on #36E428 background

This text has white color on #36E428 background.