Color Hex Logo

#1dd72a Color Hex

#1DD72A
(29,215,42)
0 Favorites   0 Comments

Color spaces of #1dd72a

RGB 2921542
HSL0.340.760.48
HSV124°87°84°
CMYK 0.870.000.80   0.16
XYZ25.225149.029310.3246
Yxy49.02930.29820.5797
Hunter Lab70.0209-58.231840.2723
CIE-Lab75.4696-72.947566.5048

#1dd72a color RGB value is (29,215,42).

#1dd72a hex color red value is 29, green value is 215 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #1dd72a hue: 0.34 , saturation: 0.76 and the lightness value of 1dd72a is 0.48.

The process color (four color CMYK) of #1dd72a color hex is 0.87, 0.00, 0.80, 0.16. Web safe color of #1dd72a is #33cc33. Color #1dd72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010111 00101010
Octal 35 327 52
Decimal 29 215 42
Hex 1D D7 2A

RGB Percentages of Color #1dd72a

%10.14
%75.17
%14.69

CMYK Percentages of Color #1dd72a

%87
%0
%80
%16

Triadic Colors of #1dd72a

#1dd72a #2a1dd7 #d72a1d

Analogous Colors of #1dd72a

#1dd72a #1dd787 #6dd71d

Monochromatic Colors of #1dd72a

#1dd72a

Complementary Color

#1dd72a #d71dca

#1dd72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd72a Color CSS Codes

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

#1dd72a Text Font Color

<p style="color:#1dd72a">Text here</p>

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


#1dd72a Background Color

<div style="background-color:#1dd72a">
Div content here</div>

This div background color is #1dd72a


#1dd72a Border Color

<div style="border:3px solid #1dd72a">
Div here</div>

This div border color is #1dd72a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,215,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1dd72a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1dd72a;
  -webkit-box-shadow: 1px 1px 3px 2px #1dd72a;
  box-shadow:         1px 1px 3px 2px #1dd72a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,215,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd72a


Comments

No comments written yet.

Please login to write comment.