Color Hex Logo

#72b42e Color Hex

#72B42E
(114,180,46)
0 Favorites   0 Comments

Color spaces of #72b42e

RGB 11418046
HSL0.250.590.44
HSV90°74°71°
CMYK 0.370.000.74   0.29
XYZ23.753836.41728.3620
Yxy36.41720.34660.5314
Hunter Lab60.3467-35.345134.0271
CIE-Lab66.8375-42.112957.8113

#72b42e color RGB value is (114,180,46).

#72b42e hex color red value is 114, green value is 180 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #72b42e hue: 0.25 , saturation: 0.59 and the lightness value of 72b42e is 0.44.

The process color (four color CMYK) of #72b42e color hex is 0.37, 0.00, 0.74, 0.29. Web safe color of #72b42e is #66cc33. Color #72b42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10110100 00101110
Octal 162 264 56
Decimal 114 180 46
Hex 72 B4 2E

RGB Percentages of Color #72b42e

%33.53
%52.94
%13.53

CMYK Percentages of Color #72b42e

%37
%0
%74
%29

Triadic Colors of #72b42e

#72b42e #2e72b4 #b42e72

Analogous Colors of #72b42e

#72b42e #2fb42e #b4b32e

Monochromatic Colors of #72b42e

#72b42e

Complementary Color

#72b42e #702eb4

#72b42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b42e Color CSS Codes

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

#72b42e Text Font Color

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

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


#72b42e Background Color

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

This div background color is #72b42e


#72b42e Border Color

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

This div border color is #72b42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b42e


Comments

No comments written yet.

Please login to write comment.