Color Hex Logo

#2fe01e Color Hex

#2FE01E
(47,224,30)
0 Favorites   0 Comments

Color spaces of #2fe01e

RGB 4722430
HSL0.320.760.50
HSV115°87°88°
CMYK 0.790.000.87   0.12
XYZ28.062354.009410.1741
Yxy54.00940.30420.5855
Hunter Lab73.4911-60.449843.2357
CIE-Lab78.4672-74.247072.1185

#2fe01e color RGB value is (47,224,30).

#2fe01e hex color red value is 47, green value is 224 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #2fe01e hue: 0.32 , saturation: 0.76 and the lightness value of 2fe01e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100000 00011110
Octal 57 340 36
Decimal 47 224 30
Hex 2F E0 1E

RGB Percentages of Color #2fe01e

%15.61
%74.42
%9.97

CMYK Percentages of Color #2fe01e

%79
%0
%87
%12

Triadic Colors of #2fe01e

#2fe01e #1e2fe0 #e01e2f

Analogous Colors of #2fe01e

#2fe01e #1ee06e #90e01e

Monochromatic Colors of #2fe01e

#2fe01e

Complementary Color

#2fe01e #cf1ee0

#2fe01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe01e Color CSS Codes

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

#2fe01e Text Font Color

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

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


#2fe01e Background Color

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

This div background color is #2fe01e


#2fe01e Border Color

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

This div border color is #2fe01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe01e


Comments

No comments written yet.

Please login to write comment.