Color Hex Logo

#71e22a Color Hex

#71E22A
(113,226,42)
0 Favorites   0 Comments

Color spaces of #71e22a

RGB 11322642
HSL0.270.760.53
HSV97°81°89°
CMYK 0.500.000.81   0.11
XYZ34.424358.070611.5849
Yxy58.07060.33070.5579
Hunter Lab76.2041-52.721844.3293
CIE-Lab80.7780-60.740272.0880

#71e22a color RGB value is (113,226,42).

#71e22a hex color red value is 113, green value is 226 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #71e22a hue: 0.27 , saturation: 0.76 and the lightness value of 71e22a is 0.53.

The process color (four color CMYK) of #71e22a color hex is 0.50, 0.00, 0.81, 0.11. Web safe color of #71e22a is #66cc33. Color #71e22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11100010 00101010
Octal 161 342 52
Decimal 113 226 42
Hex 71 E2 2A

RGB Percentages of Color #71e22a

%29.66
%59.32
%11.02

CMYK Percentages of Color #71e22a

%50
%0
%81
%11

Triadic Colors of #71e22a

#71e22a #2a71e2 #e22a71

Analogous Colors of #71e22a

#71e22a #2ae23f #cde22a

Monochromatic Colors of #71e22a

#71e22a

Complementary Color

#71e22a #9b2ae2

#71e22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71e22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71e22a Color CSS Codes

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

#71e22a Text Font Color

<p style="color:#71e22a">Text here</p>

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


#71e22a Background Color

<div style="background-color:#71e22a">
Div content here</div>

This div background color is #71e22a


#71e22a Border Color

<div style="border:3px solid #71e22a">
Div here</div>

This div border color is #71e22a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,226,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71e22a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71e22a;
  -webkit-box-shadow: 1px 1px 3px 2px #71e22a;
  box-shadow:         1px 1px 3px 2px #71e22a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,226,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71e22a


Comments

No comments written yet.

Please login to write comment.