Color Hex Logo

#3adf2d Color Hex

#3ADF2D
(58,223,45)
0 Favorites   0 Comments

Color spaces of #3adf2d

RGB 5822345
HSL0.320.740.53
HSV116°80°87°
CMYK 0.740.000.80   0.13
XYZ28.606353.864411.3718
Yxy53.86440.30480.5740
Hunter Lab73.3924-58.862342.1880
CIE-Lab78.3826-71.744768.5426

#3adf2d color RGB value is (58,223,45).

#3adf2d hex color red value is 58, green value is 223 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #3adf2d hue: 0.32 , saturation: 0.74 and the lightness value of 3adf2d is 0.53.

The process color (four color CMYK) of #3adf2d color hex is 0.74, 0.00, 0.80, 0.13. Web safe color of #3adf2d is #33cc33. Color #3adf2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 00101101
Octal 72 337 55
Decimal 58 223 45
Hex 3A DF 2D

RGB Percentages of Color #3adf2d

%17.79
%68.40
%13.80

CMYK Percentages of Color #3adf2d

%74
%0
%80
%13

Triadic Colors of #3adf2d

#3adf2d #2d3adf #df2d3a

Analogous Colors of #3adf2d

#3adf2d #2ddf79 #93df2d

Monochromatic Colors of #3adf2d

#3adf2d

Complementary Color

#3adf2d #d22ddf

#3adf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adf2d Color CSS Codes

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

#3adf2d Text Font Color

<p style="color:#3adf2d">Text here</p>

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


#3adf2d Background Color

<div style="background-color:#3adf2d">
Div content here</div>

This div background color is #3adf2d


#3adf2d Border Color

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

This div border color is #3adf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adf2d


Comments

No comments written yet.

Please login to write comment.