Color Hex Logo

#31e74e Color Hex

#31E74E
(49,231,78)
0 Favorites   0 Comments

Color spaces of #31e74e

RGB 4923178
HSL0.360.790.55
HSV130°79°91°
CMYK 0.790.000.66   0.09
XYZ31.217758.354916.8260
Yxy58.35490.29340.5485
Hunter Lab76.3904-60.737340.4139
CIE-Lab80.9357-72.848859.8049

#31e74e color RGB value is (49,231,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11100111 01001110
Octal 61 347 116
Decimal 49 231 78
Hex 31 E7 4E

RGB Percentages of Color #31e74e

%13.69
%64.53
%21.79

CMYK Percentages of Color #31e74e

%79
%0
%66
%9

Triadic Colors of #31e74e

#31e74e #4e31e7 #e74e31

Analogous Colors of #31e74e

#31e74e #31e7a9 #6fe731

Monochromatic Colors of #31e74e

#31e74e

Complementary Color

#31e74e #e731ca

#31e74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31e74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31e74e Color CSS Codes

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

#31e74e Text Font Color

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

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


#31e74e Background Color

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

This div background color is #31e74e


#31e74e Border Color

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

This div border color is #31e74e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,231,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 #31e74e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31e74e


Comments

No comments written yet.

Please login to write comment.