Color Hex Logo

#72dd34 Color Hex

#72DD34
(114,221,52)
0 Favorites   0 Comments

Color spaces of #72dd34

RGB 11422152
HSL0.270.710.54
HSV98°76°87°
CMYK 0.480.000.76   0.13
XYZ33.415755.538212.2076
Yxy55.53820.33030.5490
Hunter Lab74.5240-50.379542.4546
CIE-Lab79.3503-58.101467.9579

#72dd34 color RGB value is (114,221,52).

#72dd34 hex color red value is 114, green value is 221 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #72dd34 hue: 0.27 , saturation: 0.71 and the lightness value of 72dd34 is 0.54.

The process color (four color CMYK) of #72dd34 color hex is 0.48, 0.00, 0.76, 0.13. Web safe color of #72dd34 is #66cc33. Color #72dd34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 00110100
Octal 162 335 64
Decimal 114 221 52
Hex 72 DD 34

RGB Percentages of Color #72dd34

%29.46
%57.11
%13.44

CMYK Percentages of Color #72dd34

%48
%0
%76
%13

Triadic Colors of #72dd34

#72dd34 #3472dd #dd3472

Analogous Colors of #72dd34

#72dd34 #34dd4b #c7dd34

Monochromatic Colors of #72dd34

#72dd34

Complementary Color

#72dd34 #9f34dd

#72dd34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dd34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dd34 Color CSS Codes

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

#72dd34 Text Font Color

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

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


#72dd34 Background Color

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

This div background color is #72dd34


#72dd34 Border Color

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

This div border color is #72dd34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dd34


Comments

No comments written yet.

Please login to write comment.