Color Hex Logo

#3fe75d Color Hex

#3FE75D
(63,231,93)
0 Favorites   0 Comments

Color spaces of #3fe75d

RGB 6323193
HSL0.360.780.58
HSV131°73°91°
CMYK 0.730.000.60   0.09
XYZ32.601658.998920.0256
Yxy58.99890.29210.5285
Hunter Lab76.8107-58.656138.3098
CIE-Lab81.2910-69.356054.0052

#3fe75d color RGB value is (63,231,93).

#3fe75d hex color red value is 63, green value is 231 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #3fe75d hue: 0.36 , saturation: 0.78 and the lightness value of 3fe75d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100111 01011101
Octal 77 347 135
Decimal 63 231 93
Hex 3F E7 5D

RGB Percentages of Color #3fe75d

%16.28
%59.69
%24.03

CMYK Percentages of Color #3fe75d

%73
%0
%60
%9

Triadic Colors of #3fe75d

#3fe75d #5d3fe7 #e75d3f

Analogous Colors of #3fe75d

#3fe75d #3fe7b1 #75e73f

Monochromatic Colors of #3fe75d

#3fe75d

Complementary Color

#3fe75d #e73fc9

#3fe75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe75d Color CSS Codes

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

#3fe75d Text Font Color

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

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


#3fe75d Background Color

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

This div background color is #3fe75d


#3fe75d Border Color

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

This div border color is #3fe75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe75d


Comments

No comments written yet.

Please login to write comment.