Color Hex Logo

#3ff98a Color Hex

#3FF98A
(63,249,138)
0 Favorites   0 Comments

Color spaces of #3ff98a

RGB 63249138
HSL0.400.940.61
HSV144°75°98°
CMYK 0.750.000.45   0.02
XYZ40.513070.643135.5450
Yxy70.64310.27620.4815
Hunter Lab84.0494-61.047133.7605
CIE-Lab87.3113-69.018040.4117

#3ff98a color RGB value is (63,249,138).

#3ff98a hex color red value is 63, green value is 249 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3ff98a hue: 0.40 , saturation: 0.94 and the lightness value of 3ff98a is 0.61.

The process color (four color CMYK) of #3ff98a color hex is 0.75, 0.00, 0.45, 0.02. Web safe color of #3ff98a is #33ff99. Color #3ff98a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11111001 10001010
Octal 77 371 212
Decimal 63 249 138
Hex 3F F9 8A

RGB Percentages of Color #3ff98a

%14.00
%55.33
%30.67

CMYK Percentages of Color #3ff98a

%75
%0
%45
%2

Triadic Colors of #3ff98a

#3ff98a #8a3ff9 #f98a3f

Analogous Colors of #3ff98a

#3ff98a #3ff9e7 #51f93f

Monochromatic Colors of #3ff98a

#3ff98a

Complementary Color

#3ff98a #f93fae

#3ff98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ff98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ff98a Color CSS Codes

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

#3ff98a Text Font Color

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

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


#3ff98a Background Color

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

This div background color is #3ff98a


#3ff98a Border Color

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

This div border color is #3ff98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ff98a

Related Colors


Comments

No comments written yet.

Please login to write comment.