Color Hex Logo

#3bef1d Color Hex

#3BEF1D
(59,239,29)
0 Favorites   0 Comments

Color spaces of #3bef1d

RGB 5923929
HSL0.310.870.53
HSV111°88°94°
CMYK 0.750.000.88   0.06
XYZ32.891962.751511.5411
Yxy62.75150.30690.5855
Hunter Lab79.2158-64.511246.8130
CIE-Lab83.3115-77.029176.5755

#3bef1d color RGB value is (59,239,29).

#3bef1d hex color red value is 59, green value is 239 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3bef1d hue: 0.31 , saturation: 0.87 and the lightness value of 3bef1d is 0.53.

The process color (four color CMYK) of #3bef1d color hex is 0.75, 0.00, 0.88, 0.06. Web safe color of #3bef1d is #33ff33. Color #3bef1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 00011101
Octal 73 357 35
Decimal 59 239 29
Hex 3B EF 1D

RGB Percentages of Color #3bef1d

%18.04
%73.09
%8.87

CMYK Percentages of Color #3bef1d

%75
%0
%88
%6

Triadic Colors of #3bef1d

#3bef1d #1d3bef #ef1d3b

Analogous Colors of #3bef1d

#3bef1d #1def68 #a4ef1d

Monochromatic Colors of #3bef1d

#3bef1d

Complementary Color

#3bef1d #d11def

#3bef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bef1d Color CSS Codes

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

#3bef1d Text Font Color

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

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


#3bef1d Background Color

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

This div background color is #3bef1d


#3bef1d Border Color

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

This div border color is #3bef1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,239,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bef1d


Comments

No comments written yet.

Please login to write comment.