Color Hex Logo

#31e072 Color Hex

#31E072
(49,224,114)
0 Favorites   0 Comments

Color spaces of #31e072

RGB 49224114
HSL0.400.740.54
HSV142°78°88°
CMYK 0.780.000.49   0.12
XYZ30.959555.179224.9385
Yxy55.17920.27870.4968
Hunter Lab74.2827-55.599632.0928
CIE-Lab79.1444-66.081341.6743

#31e072 color RGB value is (49,224,114).

#31e072 hex color red value is 49, green value is 224 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #31e072 hue: 0.40 , saturation: 0.74 and the lightness value of 31e072 is 0.54.

The process color (four color CMYK) of #31e072 color hex is 0.78, 0.00, 0.49, 0.12. Web safe color of #31e072 is #33cc66. Color #31e072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11100000 01110010
Octal 61 340 162
Decimal 49 224 114
Hex 31 E0 72

RGB Percentages of Color #31e072

%12.66
%57.88
%29.46

CMYK Percentages of Color #31e072

%78
%0
%49
%12

Triadic Colors of #31e072

#31e072 #7231e0 #e07231

Analogous Colors of #31e072

#31e072 #31e0ca #47e031

Monochromatic Colors of #31e072

#31e072

Complementary Color

#31e072 #e0319f

#31e072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31e072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31e072 Color CSS Codes

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

#31e072 Text Font Color

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

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


#31e072 Background Color

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

This div background color is #31e072


#31e072 Border Color

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

This div border color is #31e072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31e072


Comments

No comments written yet.

Please login to write comment.