COLOR #54E349

HEX: #54E349
RGB: (84,227,73)

Color info

#54E349 contains mainly green color. Web safe color of #54E349 is #66CC33 (or #6C3).

RGB color model

#54E349 color RGB value is (84,227,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 227 of 255 = 89%
B 73 of 255 = 29%

84
227
73

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

Portions of RGB colors in percentages

R + G + B =
84 + 227 + 73 = 384 (100%)
R 84 of 384 ~ 21.88%
G 227 of 384 ~ 59.11%
B 73 of 384 ~ 19.01%

%21.88
%59.11
%19.01

CMYK color model

#54E349 color CMYK value is (63,0,68,11).

  • cyan value is 63.00%
  • magenta value is 0.00%
  • yellow value is 67.84%
  • key color value is 10.98%
CMYK:
(63,0,68,11)
C63M0Y68K11 
(63%,0%,68%,11%)
(0.63/0.00/0.68/0.11)	

CMYK percentages

%63
%0
%67.84
%10.98

Codes

Color #54E349 in popluar color models

54E349
RGB8422773
HSL116°73.33%58.82%
HSB/HSV116°67.84%89.02%
CMYK63.00%0.00%67.84%
10.98%

Color #54E349 in popluar number systems.

HEX54E349
Decimal8422773
Binary1010100111000111001001
Octal124343111

Shades and tints

Shades of #54E349

#54E349
(84,227,73)
#4DCF43
(77,207,67)
#46BB3D
(70,187,61)
#3FA737
(63,167,55)
#389331
(56,147,49)
#317F2B
(49,127,43)
#2A6B25
(42,107,37)
#23571F
(35,87,31)
#1C4319
(28,67,25)
#152F13
(21,47,19)
#0E1B0D
(14,27,13)
#000000
(0,0,0)

Tints of #54E349

#54E349
(84,227,73)
#63E559
(99,229,89)
#72E769
(114,231,105)
#81E979
(129,233,121)
#90EB89
(144,235,137)
#9FED99
(159,237,153)
#AEEFA9
(174,239,169)
#BDF1B9
(189,241,185)
#CCF3C9
(204,243,201)
#DBF5D9
(219,245,217)
#EAF7E9
(234,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54E349; }

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

This text font color is #54E349.


Background Color

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

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

This div background color is #54E349.


Border color

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

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

This div border color is #54E349.


Opacity

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

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

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

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

This text has shadow with #54E349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54E349 on black background.


Color preview on white background

This text has color #54E349 on white background.



Black color preview on #54E349 background

This text has black color on #54E349 background.


White color preview on #54E349 background

This text has white color on #54E349 background.