Color Hex Logo

#31ef4e Color Hex

#31EF4E
(49,239,78)
0 Favorites   0 Comments

Color spaces of #31ef4e

RGB 4923978
HSL0.360.860.56
HSV129°79°94°
CMYK 0.790.000.67   0.06
XYZ33.508362.936017.5895
Yxy62.93600.29380.5519
Hunter Lab79.3322-63.436642.3868
CIE-Lab83.4087-75.269062.4692

#31ef4e color RGB value is (49,239,78).

#31ef4e hex color red value is 49, green value is 239 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #31ef4e hue: 0.36 , saturation: 0.86 and the lightness value of 31ef4e is 0.56.

The process color (four color CMYK) of #31ef4e color hex is 0.79, 0.00, 0.67, 0.06. Web safe color of #31ef4e is #33ff66. Color #31ef4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101111 01001110
Octal 61 357 116
Decimal 49 239 78
Hex 31 EF 4E

RGB Percentages of Color #31ef4e

%13.39
%65.30
%21.31

CMYK Percentages of Color #31ef4e

%79
%0
%67
%6

Triadic Colors of #31ef4e

#31ef4e #4e31ef #ef4e31

Analogous Colors of #31ef4e

#31ef4e #31efad #73ef31

Monochromatic Colors of #31ef4e

#31ef4e

Complementary Color

#31ef4e #ef31d2

#31ef4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ef4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ef4e Color CSS Codes

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

#31ef4e Text Font Color

<p style="color:#31ef4e">Text here</p>

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


#31ef4e Background Color

<div style="background-color:#31ef4e">
Div content here</div>

This div background color is #31ef4e


#31ef4e Border Color

<div style="border:3px solid #31ef4e">
Div here</div>

This div border color is #31ef4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,239,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31ef4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31ef4e;
  -webkit-box-shadow: 1px 1px 3px 2px #31ef4e;
  box-shadow:         1px 1px 3px 2px #31ef4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,239,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ef4e


Comments

No comments written yet.

Please login to write comment.