Color Hex Logo

#3bef35 Color Hex

#3BEF35
(59,239,53)
0 Favorites   0 Comments

Color spaces of #3bef35

RGB 5923953
HSL0.330.850.57
HSV118°78°94°
CMYK 0.750.000.78   0.06
XYZ33.312762.919913.7571
Yxy62.91990.30290.5721
Hunter Lab79.3221-63.849445.2426
CIE-Lab83.4002-75.921171.0216

#3bef35 color RGB value is (59,239,53).

#3bef35 hex color red value is 59, green value is 239 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #3bef35 hue: 0.33 , saturation: 0.85 and the lightness value of 3bef35 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 00110101
Octal 73 357 65
Decimal 59 239 53
Hex 3B EF 35

RGB Percentages of Color #3bef35

%16.81
%68.09
%15.10

CMYK Percentages of Color #3bef35

%75
%0
%78
%6

Triadic Colors of #3bef35

#3bef35 #353bef #ef353b

Analogous Colors of #3bef35

#3bef35 #35ef8c #98ef35

Monochromatic Colors of #3bef35

#3bef35

Complementary Color

#3bef35 #e935ef

#3bef35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bef35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bef35 Color CSS Codes

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

#3bef35 Text Font Color

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

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


#3bef35 Background Color

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

This div background color is #3bef35


#3bef35 Border Color

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

This div border color is #3bef35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bef35


Comments

No comments written yet.

Please login to write comment.