Color Hex Logo

#2fe38a Color Hex

#2FE38A
(47,227,138)
0 Favorites   0 Comments

Color spaces of #2fe38a

RGB 47227138
HSL0.420.760.54
HSV150°79°89°
CMYK 0.790.000.39   0.11
XYZ33.228857.377533.3684
Yxy57.37750.26800.4628
Hunter Lab75.7479-54.255226.9052
CIE-Lab80.3915-63.248431.3512

#2fe38a color RGB value is (47,227,138).

#2fe38a hex color red value is 47, green value is 227 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #2fe38a hue: 0.42 , saturation: 0.76 and the lightness value of 2fe38a is 0.54.

The process color (four color CMYK) of #2fe38a color hex is 0.79, 0.00, 0.39, 0.11. Web safe color of #2fe38a is #33cc99. Color #2fe38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100011 10001010
Octal 57 343 212
Decimal 47 227 138
Hex 2F E3 8A

RGB Percentages of Color #2fe38a

%11.41
%55.10
%33.50

CMYK Percentages of Color #2fe38a

%79
%0
%39
%11

Triadic Colors of #2fe38a

#2fe38a #8a2fe3 #e38a2f

Analogous Colors of #2fe38a

#2fe38a #2fe2e3 #2fe330

Monochromatic Colors of #2fe38a

#2fe38a

Complementary Color

#2fe38a #e32f88

#2fe38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe38a Color CSS Codes

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

#2fe38a Text Font Color

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

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


#2fe38a Background Color

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

This div background color is #2fe38a


#2fe38a Border Color

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

This div border color is #2fe38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe38a


Comments

No comments written yet.

Please login to write comment.