Color Hex Logo

#5efb2e Color Hex

#5EFB2E
(94,251,46)
0 Favorites   0 Comments

Color spaces of #5efb2e

RGB 9425146
HSL0.290.960.58
HSV106°82°98°
CMYK 0.630.000.82   0.02
XYZ39.606471.571314.3119
Yxy71.57130.31560.5703
Hunter Lab84.5998-64.482849.1897
CIE-Lab87.7618-73.787977.2103

#5efb2e color RGB value is (94,251,46).

#5efb2e hex color red value is 94, green value is 251 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5efb2e hue: 0.29 , saturation: 0.96 and the lightness value of 5efb2e is 0.58.

The process color (four color CMYK) of #5efb2e color hex is 0.63, 0.00, 0.82, 0.02. Web safe color of #5efb2e is #66ff33. Color #5efb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111011 00101110
Octal 136 373 56
Decimal 94 251 46
Hex 5E FB 2E

RGB Percentages of Color #5efb2e

%24.04
%64.19
%11.76

CMYK Percentages of Color #5efb2e

%63
%0
%82
%2

Triadic Colors of #5efb2e

#5efb2e #2e5efb #fb2e5e

Analogous Colors of #5efb2e

#5efb2e #2efb65 #c5fb2e

Monochromatic Colors of #5efb2e

#5efb2e

Complementary Color

#5efb2e #cb2efb

#5efb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efb2e Color CSS Codes

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

#5efb2e Text Font Color

<p style="color:#5efb2e">Text here</p>

This sample text font color is #5efb2e
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.


#5efb2e Background Color

<div style="background-color:#5efb2e">
Div content here</div>

This div background color is #5efb2e


#5efb2e Border Color

<div style="border:3px solid #5efb2e">
Div here</div>

This div border color is #5efb2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,251,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5efb2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5efb2e;
  -webkit-box-shadow: 1px 1px 3px 2px #5efb2e;
  box-shadow:         1px 1px 3px 2px #5efb2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,251,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efb2e


Comments

No comments written yet.

Please login to write comment.