Color Hex Logo

#54ef2c Color Hex

#54EF2C
(84,239,44)
0 Favorites   0 Comments

Color spaces of #54ef2c

RGB 8423944
HSL0.300.860.55
HSV108°82°94°
CMYK 0.650.000.82   0.06
XYZ34.977363.799712.8540
Yxy63.79970.31330.5715
Hunter Lab79.8747-61.615246.3709
CIE-Lab83.8614-72.132274.0626

#54ef2c color RGB value is (84,239,44).

#54ef2c hex color red value is 84, green value is 239 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #54ef2c hue: 0.30 , saturation: 0.86 and the lightness value of 54ef2c is 0.55.

The process color (four color CMYK) of #54ef2c color hex is 0.65, 0.00, 0.82, 0.06. Web safe color of #54ef2c is #66ff33. Color #54ef2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101111 00101100
Octal 124 357 54
Decimal 84 239 44
Hex 54 EF 2C

RGB Percentages of Color #54ef2c

%22.89
%65.12
%11.99

CMYK Percentages of Color #54ef2c

%65
%0
%82
%6

Triadic Colors of #54ef2c

#54ef2c #2c54ef #ef2c54

Analogous Colors of #54ef2c

#54ef2c #2cef66 #b6ef2c

Monochromatic Colors of #54ef2c

#54ef2c

Complementary Color

#54ef2c #c72cef

#54ef2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ef2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ef2c Color CSS Codes

.mybgcolor {background-color:#54ef2c; } 
.myforecolor {color:#54ef2c; }
.mybordercolor {border:3px solid #54ef2c; }

#54ef2c Text Font Color

<p style="color:#54ef2c">Text here</p>

This sample text font color is #54ef2c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#54ef2c Background Color

<div style="background-color:#54ef2c">
Div content here</div>

This div background color is #54ef2c


#54ef2c Border Color

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

This div border color is #54ef2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,239,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54ef2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54ef2c;
  -webkit-box-shadow: 1px 1px 3px 2px #54ef2c;
  box-shadow:         1px 1px 3px 2px #54ef2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,239,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #54ef2c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #54ef2c;
  -webkit-box-shadow: 1px 1px 3px 2px #54ef2c;
  box-shadow:         1px 1px 3px 2px #54ef2c;">
Div content here</div>

This div box has shadow with color #54ef2c


Comments

No comments written yet.

Please login to write comment.