Color Hex Logo

#2fe83e Color Hex

#2FE83E
(47,232,62)
0 Favorites   0 Comments

Color spaces of #2fe83e

RGB 4723262
HSL0.350.800.55
HSV125°80°91°
CMYK 0.800.000.73   0.09
XYZ30.898458.665414.2525
Yxy58.66540.29760.5651
Hunter Lab76.5933-62.029942.5826
CIE-Lab81.1073-74.768765.8779

#2fe83e color RGB value is (47,232,62).

#2fe83e hex color red value is 47, green value is 232 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2fe83e hue: 0.35 , saturation: 0.80 and the lightness value of 2fe83e is 0.55.

The process color (four color CMYK) of #2fe83e color hex is 0.80, 0.00, 0.73, 0.09. Web safe color of #2fe83e is #33ff33. Color #2fe83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101000 00111110
Octal 57 350 76
Decimal 47 232 62
Hex 2F E8 3E

RGB Percentages of Color #2fe83e

%13.78
%68.04
%18.18

CMYK Percentages of Color #2fe83e

%80
%0
%73
%9

Triadic Colors of #2fe83e

#2fe83e #3e2fe8 #e83e2f

Analogous Colors of #2fe83e

#2fe83e #2fe89b #7de82f

Monochromatic Colors of #2fe83e

#2fe83e

Complementary Color

#2fe83e #e82fd9

#2fe83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe83e Color CSS Codes

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

#2fe83e Text Font Color

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

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


#2fe83e Background Color

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

This div background color is #2fe83e


#2fe83e Border Color

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

This div border color is #2fe83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe83e


Comments

No comments written yet.

Please login to write comment.