Color Hex Logo

#2fe08b Color Hex

#2FE08B
(47,224,139)
0 Favorites   0 Comments

Color spaces of #2fe08b

RGB 47224139
HSL0.420.740.53
HSV151°79°88°
CMYK 0.790.000.38   0.12
XYZ32.488155.779733.4804
Yxy55.77970.26680.4582
Hunter Lab74.6858-53.053225.7013
CIE-Lab79.4883-61.992329.6433

#2fe08b color RGB value is (47,224,139).

#2fe08b hex color red value is 47, green value is 224 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #2fe08b hue: 0.42 , saturation: 0.74 and the lightness value of 2fe08b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100000 10001011
Octal 57 340 213
Decimal 47 224 139
Hex 2F E0 8B

RGB Percentages of Color #2fe08b

%11.46
%54.63
%33.90

CMYK Percentages of Color #2fe08b

%79
%0
%38
%12

Triadic Colors of #2fe08b

#2fe08b #8b2fe0 #e08b2f

Analogous Colors of #2fe08b

#2fe08b #2fdde0 #2fe033

Monochromatic Colors of #2fe08b

#2fe08b

Complementary Color

#2fe08b #e02f84

#2fe08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe08b Color CSS Codes

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

#2fe08b Text Font Color

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

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


#2fe08b Background Color

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

This div background color is #2fe08b


#2fe08b Border Color

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

This div border color is #2fe08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe08b


Comments

No comments written yet.

Please login to write comment.