Color Hex Logo

#5efb1e Color Hex

#5EFB1E
(94,251,30)
0 Favorites   0 Comments

Color spaces of #5efb1e

RGB 9425130
HSL0.290.970.55
HSV103°88°98°
CMYK 0.630.000.88   0.02
XYZ39.347671.467812.9491
Yxy71.46780.31790.5774
Hunter Lab84.5386-64.861750.0954
CIE-Lab87.7118-74.387480.4599

#5efb1e color RGB value is (94,251,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111011 00011110
Octal 136 373 36
Decimal 94 251 30
Hex 5E FB 1E

RGB Percentages of Color #5efb1e

%25.07
%66.93
%8.00

CMYK Percentages of Color #5efb1e

%63
%0
%88
%2

Triadic Colors of #5efb1e

#5efb1e #1e5efb #fb1e5e

Analogous Colors of #5efb1e

#5efb1e #1efb4d #cdfb1e

Monochromatic Colors of #5efb1e

#5efb1e

Complementary Color

#5efb1e #bb1efb

#5efb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efb1e Color CSS Codes

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

#5efb1e Text Font Color

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

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


#5efb1e Background Color

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

This div background color is #5efb1e


#5efb1e Border Color

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

This div border color is #5efb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efb1e


Comments

No comments written yet.

Please login to write comment.