Color Hex Logo

#3fdc35 Color Hex

#3FDC35
(63,220,53)
0 Favorites   0 Comments

Color spaces of #3fdc35

RGB 6322053
HSL0.320.700.54
HSV116°76°86°
CMYK 0.710.000.76   0.14
XYZ28.285752.500212.0109
Yxy52.50020.30480.5658
Hunter Lab72.4570-57.117140.8917
CIE-Lab77.5790-69.537365.4247

#3fdc35 color RGB value is (63,220,53).

#3fdc35 hex color red value is 63, green value is 220 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #3fdc35 hue: 0.32 , saturation: 0.70 and the lightness value of 3fdc35 is 0.54.

The process color (four color CMYK) of #3fdc35 color hex is 0.71, 0.00, 0.76, 0.14. Web safe color of #3fdc35 is #33cc33. Color #3fdc35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 00110101
Octal 77 334 65
Decimal 63 220 53
Hex 3F DC 35

RGB Percentages of Color #3fdc35

%18.75
%65.48
%15.77

CMYK Percentages of Color #3fdc35

%71
%0
%76
%14

Triadic Colors of #3fdc35

#3fdc35 #353fdc #dc353f

Analogous Colors of #3fdc35

#3fdc35 #35dc7f #93dc35

Monochromatic Colors of #3fdc35

#3fdc35

Complementary Color

#3fdc35 #d235dc

#3fdc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdc35 Color CSS Codes

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

#3fdc35 Text Font Color

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

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


#3fdc35 Background Color

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

This div background color is #3fdc35


#3fdc35 Border Color

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

This div border color is #3fdc35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,220,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 #3fdc35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdc35


Comments

No comments written yet.

Please login to write comment.