Color Hex Logo

#5ffe2e Color Hex

#5FFE2E
(95,254,46)
0 Favorites   0 Comments

Color spaces of #5ffe2e

RGB 9525446
HSL0.290.990.59
HSV106°82°100°
CMYK 0.630.000.82   0.00
XYZ40.654373.513814.6316
Yxy73.51380.31560.5708
Hunter Lab85.7402-65.408349.9003
CIE-Lab88.6922-74.533178.0628

#5ffe2e color RGB value is (95,254,46).

#5ffe2e hex color red value is 95, green value is 254 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5ffe2e hue: 0.29 , saturation: 0.99 and the lightness value of 5ffe2e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111110 00101110
Octal 137 376 56
Decimal 95 254 46
Hex 5F FE 2E

RGB Percentages of Color #5ffe2e

%24.05
%64.30
%11.65

CMYK Percentages of Color #5ffe2e

%63
%0
%82
%0

Triadic Colors of #5ffe2e

#5ffe2e #2e5ffe #fe2e5f

Analogous Colors of #5ffe2e

#5ffe2e #2efe65 #c7fe2e

Monochromatic Colors of #5ffe2e

#5ffe2e

Complementary Color

#5ffe2e #cd2efe

#5ffe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffe2e Color CSS Codes

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

#5ffe2e Text Font Color

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

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


#5ffe2e Background Color

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

This div background color is #5ffe2e


#5ffe2e Border Color

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

This div border color is #5ffe2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,254,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 #5ffe2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffe2e

Related Colors


Comments

No comments written yet.

Please login to write comment.