Color Hex Logo

#2fe470 Color Hex

#2FE470
(47,228,112)
0 Favorites   0 Comments

Color spaces of #2fe470

RGB 47228112
HSL0.390.770.54
HSV142°79°89°
CMYK 0.790.000.51   0.11
XYZ31.840357.261024.7036
Yxy57.26100.27980.5032
Hunter Lab75.6710-57.316333.6138
CIE-Lab80.3262-67.943244.0973

#2fe470 color RGB value is (47,228,112).

#2fe470 hex color red value is 47, green value is 228 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #2fe470 hue: 0.39 , saturation: 0.77 and the lightness value of 2fe470 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100100 01110000
Octal 57 344 160
Decimal 47 228 112
Hex 2F E4 70

RGB Percentages of Color #2fe470

%12.14
%58.91
%28.94

CMYK Percentages of Color #2fe470

%79
%0
%51
%11

Triadic Colors of #2fe470

#2fe470 #702fe4 #e4702f

Analogous Colors of #2fe470

#2fe470 #2fe4cb #49e42f

Monochromatic Colors of #2fe470

#2fe470

Complementary Color

#2fe470 #e42fa3

#2fe470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe470 Color CSS Codes

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

#2fe470 Text Font Color

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

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


#2fe470 Background Color

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

This div background color is #2fe470


#2fe470 Border Color

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

This div border color is #2fe470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe470


Comments

No comments written yet.

Please login to write comment.