Color Hex Logo

#3be04f Color Hex

#3BE04F
(59,224,79)
0 Favorites   0 Comments

Color spaces of #3be04f

RGB 5922479
HSL0.350.730.55
HSV127°74°88°
CMYK 0.740.000.65   0.12
XYZ29.870654.805616.4013
Yxy54.80560.29550.5422
Hunter Lab74.0308-57.531238.6860
CIE-Lab78.9292-69.235157.2560

#3be04f color RGB value is (59,224,79).

#3be04f hex color red value is 59, green value is 224 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #3be04f hue: 0.35 , saturation: 0.73 and the lightness value of 3be04f is 0.55.

The process color (four color CMYK) of #3be04f color hex is 0.74, 0.00, 0.65, 0.12. Web safe color of #3be04f is #33cc66. Color #3be04f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11100000 01001111
Octal 73 340 117
Decimal 59 224 79
Hex 3B E0 4F

RGB Percentages of Color #3be04f

%16.30
%61.88
%21.82

CMYK Percentages of Color #3be04f

%74
%0
%65
%12

Triadic Colors of #3be04f

#3be04f #4f3be0 #e04f3b

Analogous Colors of #3be04f

#3be04f #3be0a2 #7ae03b

Monochromatic Colors of #3be04f

#3be04f

Complementary Color

#3be04f #e03bcc

#3be04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3be04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3be04f Color CSS Codes

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

#3be04f Text Font Color

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

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


#3be04f Background Color

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

This div background color is #3be04f


#3be04f Border Color

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

This div border color is #3be04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3be04f


Comments

No comments written yet.

Please login to write comment.