Color Hex Logo

#2fe25f Color Hex

#2FE25F
(47,226,95)
0 Favorites   0 Comments

Color spaces of #2fe25f

RGB 4722695
HSL0.380.760.54
HSV136°79°89°
CMYK 0.790.000.58   0.11
XYZ30.434255.823319.9974
Yxy55.82330.28640.5254
Hunter Lab74.7150-58.041536.4316
CIE-Lab79.5131-69.627650.9934

#2fe25f color RGB value is (47,226,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100010 01011111
Octal 57 342 137
Decimal 47 226 95
Hex 2F E2 5F

RGB Percentages of Color #2fe25f

%12.77
%61.41
%25.82

CMYK Percentages of Color #2fe25f

%79
%0
%58
%11

Triadic Colors of #2fe25f

#2fe25f #5f2fe2 #e25f2f

Analogous Colors of #2fe25f

#2fe25f #2fe2b9 #59e22f

Monochromatic Colors of #2fe25f

#2fe25f

Complementary Color

#2fe25f #e22fb2

#2fe25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe25f Color CSS Codes

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

#2fe25f Text Font Color

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

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


#2fe25f Background Color

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

This div background color is #2fe25f


#2fe25f Border Color

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

This div border color is #2fe25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe25f


Comments

No comments written yet.

Please login to write comment.