Color Hex Logo

#3fe64e Color Hex

#3FE64E
(63,230,78)
0 Favorites   0 Comments

Color spaces of #3fe64e

RGB 6323078
HSL0.350.770.57
HSV125°73°90°
CMYK 0.730.000.66   0.10
XYZ31.721958.200416.7696
Yxy58.20040.29730.5455
Hunter Lab76.2892-59.283840.3695
CIE-Lab80.8501-70.632359.7773

#3fe64e color RGB value is (63,230,78).

#3fe64e hex color red value is 63, green value is 230 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #3fe64e hue: 0.35 , saturation: 0.77 and the lightness value of 3fe64e is 0.57.

The process color (four color CMYK) of #3fe64e color hex is 0.73, 0.00, 0.66, 0.10. Web safe color of #3fe64e is #33ff66. Color #3fe64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100110 01001110
Octal 77 346 116
Decimal 63 230 78
Hex 3F E6 4E

RGB Percentages of Color #3fe64e

%16.98
%61.99
%21.02

CMYK Percentages of Color #3fe64e

%73
%0
%66
%10

Triadic Colors of #3fe64e

#3fe64e #4e3fe6 #e64e3f

Analogous Colors of #3fe64e

#3fe64e #3fe6a2 #84e63f

Monochromatic Colors of #3fe64e

#3fe64e

Complementary Color

#3fe64e #e63fd7

#3fe64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe64e Color CSS Codes

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

#3fe64e Text Font Color

<p style="color:#3fe64e">Text here</p>

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


#3fe64e Background Color

<div style="background-color:#3fe64e">
Div content here</div>

This div background color is #3fe64e


#3fe64e Border Color

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

This div border color is #3fe64e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,230,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fe64e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fe64e;
  -webkit-box-shadow: 1px 1px 3px 2px #3fe64e;
  box-shadow:         1px 1px 3px 2px #3fe64e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,230,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe64e


Comments

No comments written yet.

Please login to write comment.