Color Hex Logo

#2ff48e Color Hex

#2FF48E
(47,244,142)
0 Favorites   0 Comments

Color spaces of #2ff48e

RGB 47244142
HSL0.410.900.57
HSV149°81°96°
CMYK 0.810.000.42   0.04
XYZ38.405567.258736.5492
Yxy67.25870.27010.4729
Hunter Lab82.0114-59.929430.9848
CIE-Lab85.6344-68.431436.2357

#2ff48e color RGB value is (47,244,142).

#2ff48e hex color red value is 47, green value is 244 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #2ff48e hue: 0.41 , saturation: 0.90 and the lightness value of 2ff48e is 0.57.

The process color (four color CMYK) of #2ff48e color hex is 0.81, 0.00, 0.42, 0.04. Web safe color of #2ff48e is #33ff99. Color #2ff48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11110100 10001110
Octal 57 364 216
Decimal 47 244 142
Hex 2F F4 8E

RGB Percentages of Color #2ff48e

%10.85
%56.35
%32.79

CMYK Percentages of Color #2ff48e

%81
%0
%42
%4

Triadic Colors of #2ff48e

#2ff48e #8e2ff4 #f48e2f

Analogous Colors of #2ff48e

#2ff48e #2ff4f1 #32f42f

Monochromatic Colors of #2ff48e

#2ff48e

Complementary Color

#2ff48e #f42f95

#2ff48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff48e Color CSS Codes

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

#2ff48e Text Font Color

<p style="color:#2ff48e">Text here</p>

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


#2ff48e Background Color

<div style="background-color:#2ff48e">
Div content here</div>

This div background color is #2ff48e


#2ff48e Border Color

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

This div border color is #2ff48e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,244,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ff48e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ff48e;
  -webkit-box-shadow: 1px 1px 3px 2px #2ff48e;
  box-shadow:         1px 1px 3px 2px #2ff48e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,244,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff48e


Comments

No comments written yet.

Please login to write comment.