COLOR #54ED49

HEX: #54ED49
RGB: (84,237,73)

Color info

#54ED49 contains mainly green color. Web safe color of #54ED49 is #66FF33 (or #6F3).

RGB color model

#54ED49 color RGB value is (84,237,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 237 of 255 = 93%
B 73 of 255 = 29%

84
237
73

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

Portions of RGB colors in percentages

R + G + B =
84 + 237 + 73 = 394 (100%)
R 84 of 394 ~ 21.32%
G 237 of 394 ~ 60.15%
B 73 of 394 ~ 18.53%

%21.32
%60.15
%18.53

CMYK color model

#54ED49 color CMYK value is (65,0,69,7).

  • cyan value is 64.56%
  • magenta value is 0.00%
  • yellow value is 69.20%
  • key color value is 7.06%
CMYK:
(65,0,69,7)
C65M0Y69K7 
(65%,0%,69%,7%)
(0.65/0.00/0.69/0.07)	

CMYK percentages

%64.56
%0
%69.2
%7.06

Codes

Color #54ED49 in popluar color models

54ED49
RGB8423773
HSL116°82.00%60.78%
HSB/HSV116°69.20%92.94%
CMYK64.56%0.00%69.20%
7.06%

Color #54ED49 in popluar number systems.

HEX54ED49
Decimal8423773
Binary1010100111011011001001
Octal124355111

Shades and tints

Shades of #54ED49

#54ED49
(84,237,73)
#4DD843
(77,216,67)
#46C33D
(70,195,61)
#3FAE37
(63,174,55)
#389931
(56,153,49)
#31842B
(49,132,43)
#2A6F25
(42,111,37)
#235A1F
(35,90,31)
#1C4519
(28,69,25)
#153013
(21,48,19)
#0E1B0D
(14,27,13)
#000000
(0,0,0)

Tints of #54ED49

#54ED49
(84,237,73)
#63EE59
(99,238,89)
#72EF69
(114,239,105)
#81F079
(129,240,121)
#90F189
(144,241,137)
#9FF299
(159,242,153)
#AEF3A9
(174,243,169)
#BDF4B9
(189,244,185)
#CCF5C9
(204,245,201)
#DBF6D9
(219,246,217)
#EAF7E9
(234,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54ED49; }

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

This text font color is #54ED49.


Background Color

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

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

This div background color is #54ED49.


Border color

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

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

This div border color is #54ED49.


Opacity

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

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

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

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

This text has shadow with #54ED49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54ED49 on black background.


Color preview on white background

This text has color #54ED49 on white background.



Black color preview on #54ED49 background

This text has black color on #54ED49 background.


White color preview on #54ED49 background

This text has white color on #54ED49 background.