Color Hex Logo

#5ff03e Color Hex

#5FF03E
(95,240,62)
0 Favorites   0 Comments

Color spaces of #5ff03e

RGB 9524062
HSL0.300.860.59
HSV109°74°94°
CMYK 0.600.000.74   0.06
XYZ36.748965.100915.1863
Yxy65.10090.31400.5562
Hunter Lab80.6851-59.899345.3202
CIE-Lab84.5357-69.088769.6179

#5ff03e color RGB value is (95,240,62).

#5ff03e hex color red value is 95, green value is 240 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5ff03e hue: 0.30 , saturation: 0.86 and the lightness value of 5ff03e is 0.59.

The process color (four color CMYK) of #5ff03e color hex is 0.60, 0.00, 0.74, 0.06. Web safe color of #5ff03e is #66ff33. Color #5ff03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11110000 00111110
Octal 137 360 76
Decimal 95 240 62
Hex 5F F0 3E

RGB Percentages of Color #5ff03e

%23.93
%60.45
%15.62

CMYK Percentages of Color #5ff03e

%60
%0
%74
%6

Triadic Colors of #5ff03e

#5ff03e #3e5ff0 #f03e5f

Analogous Colors of #5ff03e

#5ff03e #3ef076 #b8f03e

Monochromatic Colors of #5ff03e

#5ff03e

Complementary Color

#5ff03e #cf3ef0

#5ff03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff03e Color CSS Codes

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

#5ff03e Text Font Color

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

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


#5ff03e Background Color

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

This div background color is #5ff03e


#5ff03e Border Color

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

This div border color is #5ff03e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,240,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff03e


Comments

No comments written yet.

Please login to write comment.