Color Hex Logo

#2daf30 Color Hex

#2DAF30
(45,175,48)
0 Favorites   0 Comments

Color spaces of #2daf30

RGB 4517548
HSL0.340.590.43
HSV121°74°69°
CMYK 0.740.000.73   0.31
XYZ16.945731.43127.9700
Yxy31.43120.30070.5578
Hunter Lab56.0635-44.158030.8158
CIE-Lab62.8700-58.544052.3205

#2daf30 color RGB value is (45,175,48).

#2daf30 hex color red value is 45, green value is 175 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #2daf30 hue: 0.34 , saturation: 0.59 and the lightness value of 2daf30 is 0.43.

The process color (four color CMYK) of #2daf30 color hex is 0.74, 0.00, 0.73, 0.31. Web safe color of #2daf30 is #339933. Color #2daf30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10101111 00110000
Octal 55 257 60
Decimal 45 175 48
Hex 2D AF 30

RGB Percentages of Color #2daf30

%16.79
%65.30
%17.91

CMYK Percentages of Color #2daf30

%74
%0
%73
%31

Triadic Colors of #2daf30

#2daf30 #302daf #af302d

Analogous Colors of #2daf30

#2daf30 #2daf71 #6baf2d

Monochromatic Colors of #2daf30

#2daf30

Complementary Color

#2daf30 #af2dac

#2daf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2daf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2daf30 Color CSS Codes

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

#2daf30 Text Font Color

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

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


#2daf30 Background Color

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

This div background color is #2daf30


#2daf30 Border Color

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

This div border color is #2daf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2daf30


Comments

No comments written yet.

Please login to write comment.