Color Hex Logo

#2fd95e Color Hex

#2FD95E
(47,217,94)
0 Favorites   0 Comments

Color spaces of #2fd95e

RGB 4721794
HSL0.380.690.52
HSV137°78°85°
CMYK 0.780.000.57   0.15
XYZ28.005551.038218.9650
Yxy51.03820.28570.5208
Hunter Lab71.4410-55.048234.2694
CIE-Lab76.7021-66.863848.1379

#2fd95e color RGB value is (47,217,94).

#2fd95e hex color red value is 47, green value is 217 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2fd95e hue: 0.38 , saturation: 0.69 and the lightness value of 2fd95e is 0.52.

The process color (four color CMYK) of #2fd95e color hex is 0.78, 0.00, 0.57, 0.15. Web safe color of #2fd95e is #33cc66. Color #2fd95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11011001 01011110
Octal 57 331 136
Decimal 47 217 94
Hex 2F D9 5E

RGB Percentages of Color #2fd95e

%13.13
%60.61
%26.26

CMYK Percentages of Color #2fd95e

%78
%0
%57
%15

Triadic Colors of #2fd95e

#2fd95e #5e2fd9 #d95e2f

Analogous Colors of #2fd95e

#2fd95e #2fd9b3 #55d92f

Monochromatic Colors of #2fd95e

#2fd95e

Complementary Color

#2fd95e #d92faa

#2fd95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd95e Color CSS Codes

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

#2fd95e Text Font Color

<p style="color:#2fd95e">Text here</p>

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


#2fd95e Background Color

<div style="background-color:#2fd95e">
Div content here</div>

This div background color is #2fd95e


#2fd95e Border Color

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

This div border color is #2fd95e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,217,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fd95e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fd95e;
  -webkit-box-shadow: 1px 1px 3px 2px #2fd95e;
  box-shadow:         1px 1px 3px 2px #2fd95e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd95e


Comments

No comments written yet.

Please login to write comment.