Color Hex Logo

#72e226 Color Hex

#72E226
(114,226,38)
0 Favorites   0 Comments

Color spaces of #72e226

RGB 11422638
HSL0.270.760.52
HSV96°83°89°
CMYK 0.500.000.83   0.11
XYZ34.485658.110111.2325
Yxy58.11010.33210.5597
Hunter Lab76.2300-52.651044.6246
CIE-Lab80.8000-60.623373.0966

#72e226 color RGB value is (114,226,38).

#72e226 hex color red value is 114, green value is 226 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #72e226 hue: 0.27 , saturation: 0.76 and the lightness value of 72e226 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11100010 00100110
Octal 162 342 46
Decimal 114 226 38
Hex 72 E2 26

RGB Percentages of Color #72e226

%30.16
%59.79
%10.05

CMYK Percentages of Color #72e226

%50
%0
%83
%11

Triadic Colors of #72e226

#72e226 #2672e2 #e22672

Analogous Colors of #72e226

#72e226 #26e238 #d0e226

Monochromatic Colors of #72e226

#72e226

Complementary Color

#72e226 #9626e2

#72e226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72e226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72e226 Color CSS Codes

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

#72e226 Text Font Color

<p style="color:#72e226">Text here</p>

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


#72e226 Background Color

<div style="background-color:#72e226">
Div content here</div>

This div background color is #72e226


#72e226 Border Color

<div style="border:3px solid #72e226">
Div here</div>

This div border color is #72e226


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,226,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72e226; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72e226;
  -webkit-box-shadow: 1px 1px 3px 2px #72e226;
  box-shadow:         1px 1px 3px 2px #72e226; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72e226


Comments

No comments written yet.

Please login to write comment.