Color Hex Logo

#2dd429 Color Hex

#2DD429
(45,212,41)
0 Favorites   0 Comments

Color spaces of #2dd429

RGB 4521241
HSL0.330.680.50
HSV119°81°83°
CMYK 0.790.000.81   0.17
XYZ25.025947.805010.0061
Yxy47.80500.30210.5771
Hunter Lab69.1412-56.388339.8184
CIE-Lab74.7018-70.486166.1287

#2dd429 color RGB value is (45,212,41).

#2dd429 hex color red value is 45, green value is 212 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #2dd429 hue: 0.33 , saturation: 0.68 and the lightness value of 2dd429 is 0.50.

The process color (four color CMYK) of #2dd429 color hex is 0.79, 0.00, 0.81, 0.17. Web safe color of #2dd429 is #33cc33. Color #2dd429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010100 00101001
Octal 55 324 51
Decimal 45 212 41
Hex 2D D4 29

RGB Percentages of Color #2dd429

%15.10
%71.14
%13.76

CMYK Percentages of Color #2dd429

%79
%0
%81
%17

Triadic Colors of #2dd429

#2dd429 #292dd4 #d4292d

Analogous Colors of #2dd429

#2dd429 #29d47b #83d429

Monochromatic Colors of #2dd429

#2dd429

Complementary Color

#2dd429 #d029d4

#2dd429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd429 Color CSS Codes

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

#2dd429 Text Font Color

<p style="color:#2dd429">Text here</p>

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


#2dd429 Background Color

<div style="background-color:#2dd429">
Div content here</div>

This div background color is #2dd429


#2dd429 Border Color

<div style="border:3px solid #2dd429">
Div here</div>

This div border color is #2dd429


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,212,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2dd429; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2dd429;
  -webkit-box-shadow: 1px 1px 3px 2px #2dd429;
  box-shadow:         1px 1px 3px 2px #2dd429; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,212,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd429


Comments

No comments written yet.

Please login to write comment.