Color Hex Logo

#2fe775 Color Hex

#2FE775
(47,231,117)
0 Favorites   0 Comments

Color spaces of #2fe775

RGB 47231117
HSL0.400.790.55
HSV143°80°91°
CMYK 0.800.000.49   0.09
XYZ32.959159.040526.4885
Yxy59.04050.27820.4983
Hunter Lab76.8378-57.899733.3473
CIE-Lab81.3139-68.179942.9304

#2fe775 color RGB value is (47,231,117).

#2fe775 hex color red value is 47, green value is 231 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #2fe775 hue: 0.40 , saturation: 0.79 and the lightness value of 2fe775 is 0.55.

The process color (four color CMYK) of #2fe775 color hex is 0.80, 0.00, 0.49, 0.09. Web safe color of #2fe775 is #33ff66. Color #2fe775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100111 01110101
Octal 57 347 165
Decimal 47 231 117
Hex 2F E7 75

RGB Percentages of Color #2fe775

%11.90
%58.48
%29.62

CMYK Percentages of Color #2fe775

%80
%0
%49
%9

Triadic Colors of #2fe775

#2fe775 #752fe7 #e7752f

Analogous Colors of #2fe775

#2fe775 #2fe7d1 #45e72f

Monochromatic Colors of #2fe775

#2fe775

Complementary Color

#2fe775 #e72fa1

#2fe775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe775 Color CSS Codes

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

#2fe775 Text Font Color

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

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


#2fe775 Background Color

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

This div background color is #2fe775


#2fe775 Border Color

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

This div border color is #2fe775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe775


Comments

No comments written yet.

Please login to write comment.