Color Hex Logo

#3efc32 Color Hex

#3EFC32
(62,252,50)
0 Favorites   0 Comments

Color spaces of #3efc32

RGB 6225250
HSL0.320.970.59
HSV116°80°99°
CMYK 0.750.000.80   0.01
XYZ37.372770.875214.7282
Yxy70.87520.30390.5763
Hunter Lab84.1874-68.087848.5587
CIE-Lab87.4243-79.490375.6519

#3efc32 color RGB value is (62,252,50).

#3efc32 hex color red value is 62, green value is 252 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #3efc32 hue: 0.32 , saturation: 0.97 and the lightness value of 3efc32 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111100 00110010
Octal 76 374 62
Decimal 62 252 50
Hex 3E FC 32

RGB Percentages of Color #3efc32

%17.03
%69.23
%13.74

CMYK Percentages of Color #3efc32

%75
%0
%80
%1

Triadic Colors of #3efc32

#3efc32 #323efc #fc323e

Analogous Colors of #3efc32

#3efc32 #32fc8b #a3fc32

Monochromatic Colors of #3efc32

#3efc32

Complementary Color

#3efc32 #f032fc

#3efc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efc32 Color CSS Codes

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

#3efc32 Text Font Color

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

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


#3efc32 Background Color

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

This div background color is #3efc32


#3efc32 Border Color

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

This div border color is #3efc32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,252,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3efc32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3efc32;
  -webkit-box-shadow: 1px 1px 3px 2px #3efc32;
  box-shadow:         1px 1px 3px 2px #3efc32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,252,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efc32


Comments

No comments written yet.

Please login to write comment.