Color Hex Logo

#3bdf2a Color Hex

#3BDF2A
(59,223,42)
0 Favorites   0 Comments

Color spaces of #3bdf2a

RGB 5922342
HSL0.320.740.52
HSV114°81°87°
CMYK 0.740.000.81   0.13
XYZ28.609253.872311.0810
Yxy53.87230.30580.5758
Hunter Lab73.3978-58.869842.4273
CIE-Lab78.3872-71.753369.3604

#3bdf2a color RGB value is (59,223,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011111 00101010
Octal 73 337 52
Decimal 59 223 42
Hex 3B DF 2A

RGB Percentages of Color #3bdf2a

%18.21
%68.83
%12.96

CMYK Percentages of Color #3bdf2a

%74
%0
%81
%13

Triadic Colors of #3bdf2a

#3bdf2a #2a3bdf #df2a3b

Analogous Colors of #3bdf2a

#3bdf2a #2adf74 #96df2a

Monochromatic Colors of #3bdf2a

#3bdf2a

Complementary Color

#3bdf2a #ce2adf

#3bdf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdf2a Color CSS Codes

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

#3bdf2a Text Font Color

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

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


#3bdf2a Background Color

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

This div background color is #3bdf2a


#3bdf2a Border Color

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

This div border color is #3bdf2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,223,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 #3bdf2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdf2a


Comments

No comments written yet.

Please login to write comment.