Color Hex Logo

#3fed30 Color Hex

#3FED30
(63,237,48)
0 Favorites   0 Comments

Color spaces of #3fed30

RGB 6323748
HSL0.320.840.56
HSV115°80°93°
CMYK 0.730.000.80   0.07
XYZ32.867661.838513.0000
Yxy61.83850.30520.5741
Hunter Lab78.6375-63.009045.2447
CIE-Lab82.8275-75.029471.9100

#3fed30 color RGB value is (63,237,48).

#3fed30 hex color red value is 63, green value is 237 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #3fed30 hue: 0.32 , saturation: 0.84 and the lightness value of 3fed30 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 00110000
Octal 77 355 60
Decimal 63 237 48
Hex 3F ED 30

RGB Percentages of Color #3fed30

%18.10
%68.10
%13.79

CMYK Percentages of Color #3fed30

%73
%0
%80
%7

Triadic Colors of #3fed30

#3fed30 #303fed #ed303f

Analogous Colors of #3fed30

#3fed30 #30ed80 #9eed30

Monochromatic Colors of #3fed30

#3fed30

Complementary Color

#3fed30 #de30ed

#3fed30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fed30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fed30 Color CSS Codes

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

#3fed30 Text Font Color

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

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


#3fed30 Background Color

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

This div background color is #3fed30


#3fed30 Border Color

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

This div border color is #3fed30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,237,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fed30


Comments

No comments written yet.

Please login to write comment.