Color Hex Logo

#72fc1a Color Hex

#72FC1A
(114,252,26)
0 Favorites   0 Comments

Color spaces of #72fc1a

RGB 11425226
HSL0.270.970.55
HSV97°90°99°
CMYK 0.550.000.90   0.01
XYZ41.936373.272812.9101
Yxy73.27280.32730.5719
Hunter Lab85.5995-62.349850.9776
CIE-Lab88.5777-70.120482.0516

#72fc1a color RGB value is (114,252,26).

#72fc1a hex color red value is 114, green value is 252 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #72fc1a hue: 0.27 , saturation: 0.97 and the lightness value of 72fc1a is 0.55.

The process color (four color CMYK) of #72fc1a color hex is 0.55, 0.00, 0.90, 0.01. Web safe color of #72fc1a is #66ff33. Color #72fc1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111100 00011010
Octal 162 374 32
Decimal 114 252 26
Hex 72 FC 1A

RGB Percentages of Color #72fc1a

%29.08
%64.29
%6.63

CMYK Percentages of Color #72fc1a

%55
%0
%90
%1

Triadic Colors of #72fc1a

#72fc1a #1a72fc #fc1a72

Analogous Colors of #72fc1a

#72fc1a #1afc33 #e3fc1a

Monochromatic Colors of #72fc1a

#72fc1a

Complementary Color

#72fc1a #a41afc

#72fc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fc1a Color CSS Codes

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

#72fc1a Text Font Color

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

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


#72fc1a Background Color

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

This div background color is #72fc1a


#72fc1a Border Color

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

This div border color is #72fc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fc1a


Comments

No comments written yet.

Please login to write comment.