COLOR #54E360

HEX: #54E360
RGB: (84,227,96)

Color info

#54E360 contains mainly green color. Web safe color of #54E360 is #66CC66 (or #6C6).

RGB color model

#54E360 color RGB value is (84,227,96).

  • red value is 84;
  • green value is 227;
  • blue value is 96.
RGB:
(84,227,96)
(33%,89%,38%)

RGB channels and saturation

R 84 of 255 = 33%
G 227 of 255 = 89%
B 96 of 255 = 38%

84
227
96

R + G + B ~ 53%. #54E360 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 227 + 96 = 407 (100%)
R 84 of 407 ~ 20.64%
G 227 of 407 ~ 55.77%
B 96 of 407 ~ 23.59%

%20.64
%55.77
%23.59

CMYK color model

#54E360 color CMYK value is (63,0,58,11).

  • cyan value is 63.00%
  • magenta value is 0.00%
  • yellow value is 57.71%
  • key color value is 10.98%
CMYK:
(63,0,58,11)
C63M0Y58K11 
(63%,0%,58%,11%)
(0.63/0.00/0.58/0.11)	

CMYK percentages

%63
%0
%57.71
%10.98

Codes

Color #54E360 in popluar color models

54E360
RGB8422796
HSL125°71.86%60.98%
HSB/HSV125°63.00%89.02%
CMYK63.00%0.00%57.71%
10.98%

Color #54E360 in popluar number systems.

HEX54E360
Decimal8422796
Binary1010100111000111100000
Octal124343140

Shades and tints

Shades of #54E360

#54E360
(84,227,96)
#4DCF58
(77,207,88)
#46BB50
(70,187,80)
#3FA748
(63,167,72)
#389340
(56,147,64)
#317F38
(49,127,56)
#2A6B30
(42,107,48)
#235728
(35,87,40)
#1C4320
(28,67,32)
#152F18
(21,47,24)
#0E1B10
(14,27,16)
#000000
(0,0,0)

Tints of #54E360

#54E360
(84,227,96)
#63E56E
(99,229,110)
#72E77C
(114,231,124)
#81E98A
(129,233,138)
#90EB98
(144,235,152)
#9FEDA6
(159,237,166)
#AEEFB4
(174,239,180)
#BDF1C2
(189,241,194)
#CCF3D0
(204,243,208)
#DBF5DE
(219,245,222)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54E360 color. Also use rgb(84,227,96) instead hex code.

Text Font Color

.myTextColor { color: #54E360; }

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

This text font color is #54E360.


Background Color

.myBgColor { background-color: #54E360; }

<div style="background-color:#54E360">Inner text</div>

This div background color is #54E360.


Border color

.myBorderColor { border: 1px solid #54E360; }

<div style="border:3px solid #54E360">Div</div>

This div border color is #54E360.


Opacity

.myOpacity80 { color: #54E360; opacity: 0.8; }

<p style="color:#54E360;opacity:0.8;">80%</p>

Text with #54E360 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 #54E360;}

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

This text has shadow with #54E360 color.

.textShadow {text-shadow: 3px 3px 1px #54E360, 3px 3px 1px red;}

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

This text has shadow with #54E360 primary color and red secondary color.


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

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

This text has shadow with #54E360 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54E360 on black background.


Color preview on white background

This text has color #54E360 on white background.



Black color preview on #54E360 background

This text has black color on #54E360 background.


White color preview on #54E360 background

This text has white color on #54E360 background.