Color Hex Logo

#2dd319 Color Hex

#2DD319
(45,211,25)
0 Favorites   0 Comments

Color spaces of #2dd319

RGB 4521125
HSL0.320.790.46
HSV114°88°83°
CMYK 0.790.000.88   0.17
XYZ24.551947.21668.7394
Yxy47.21660.30500.5865
Hunter Lab68.7143-56.471340.5593
CIE-Lab74.3281-70.911769.4660

#2dd319 color RGB value is (45,211,25).

#2dd319 hex color red value is 45, green value is 211 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #2dd319 hue: 0.32 , saturation: 0.79 and the lightness value of 2dd319 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010011 00011001
Octal 55 323 31
Decimal 45 211 25
Hex 2D D3 19

RGB Percentages of Color #2dd319

%16.01
%75.09
%8.90

CMYK Percentages of Color #2dd319

%79
%0
%88
%17

Triadic Colors of #2dd319

#2dd319 #192dd3 #d3192d

Analogous Colors of #2dd319

#2dd319 #19d362 #8ad319

Monochromatic Colors of #2dd319

#2dd319

Complementary Color

#2dd319 #bf19d3

#2dd319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd319 Color CSS Codes

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

#2dd319 Text Font Color

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

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


#2dd319 Background Color

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

This div background color is #2dd319


#2dd319 Border Color

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

This div border color is #2dd319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd319


Comments

No comments written yet.

Please login to write comment.