Color Hex Logo

#3bde1e Color Hex

#3BDE1E
(59,222,30)
0 Favorites   0 Comments

Color spaces of #3bde1e

RGB 5922230
HSL0.310.760.49
HSV111°86°87°
CMYK 0.730.000.86   0.13
XYZ28.159353.266110.0255
Yxy53.26610.30790.5825
Hunter Lab72.9836-58.850642.9441
CIE-Lab78.0318-71.987371.8119

#3bde1e color RGB value is (59,222,30).

#3bde1e hex color red value is 59, green value is 222 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #3bde1e hue: 0.31 , saturation: 0.76 and the lightness value of 3bde1e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011110 00011110
Octal 73 336 36
Decimal 59 222 30
Hex 3B DE 1E

RGB Percentages of Color #3bde1e

%18.97
%71.38
%9.65

CMYK Percentages of Color #3bde1e

%73
%0
%86
%13

Triadic Colors of #3bde1e

#3bde1e #1e3bde #de1e3b

Analogous Colors of #3bde1e

#3bde1e #1ede61 #9bde1e

Monochromatic Colors of #3bde1e

#3bde1e

Complementary Color

#3bde1e #c11ede

#3bde1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bde1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bde1e Color CSS Codes

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

#3bde1e Text Font Color

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

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


#3bde1e Background Color

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

This div background color is #3bde1e


#3bde1e Border Color

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

This div border color is #3bde1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bde1e


Comments

No comments written yet.

Please login to write comment.