Color Hex Logo

#72fa3c Color Hex

#72FA3C
(114,250,60)
0 Favorites   0 Comments

Color spaces of #72fa3c

RGB 11425060
HSL0.290.950.61
HSV103°76°98°
CMYK 0.540.000.76   0.02
XYZ41.940672.274916.0149
Yxy72.27490.32200.5550
Hunter Lab85.0146-60.715548.3413
CIE-Lab88.1007-68.051773.9114

#72fa3c color RGB value is (114,250,60).

#72fa3c hex color red value is 114, green value is 250 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #72fa3c hue: 0.29 , saturation: 0.95 and the lightness value of 72fa3c is 0.61.

The process color (four color CMYK) of #72fa3c color hex is 0.54, 0.00, 0.76, 0.02. Web safe color of #72fa3c is #66ff33. Color #72fa3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111010 00111100
Octal 162 372 74
Decimal 114 250 60
Hex 72 FA 3C

RGB Percentages of Color #72fa3c

%26.89
%58.96
%14.15

CMYK Percentages of Color #72fa3c

%54
%0
%76
%2

Triadic Colors of #72fa3c

#72fa3c #3c72fa #fa3c72

Analogous Colors of #72fa3c

#72fa3c #3cfa65 #d1fa3c

Monochromatic Colors of #72fa3c

#72fa3c

Complementary Color

#72fa3c #c43cfa

#72fa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fa3c Color CSS Codes

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

#72fa3c Text Font Color

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

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


#72fa3c Background Color

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

This div background color is #72fa3c


#72fa3c Border Color

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

This div border color is #72fa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fa3c


Comments

No comments written yet.

Please login to write comment.