Color Hex Logo

#2ffe77 Color Hex

#2FFE77
(47,254,119)
0 Favorites   0 Comments

Color spaces of #2ffe77

RGB 47254119
HSL0.390.990.59
HSV141°81°100°
CMYK 0.810.000.53   0.00
XYZ39.943972.819929.4031
Yxy72.81990.28100.5122
Hunter Lab85.3346-65.782239.3051
CIE-Lab88.3617-75.316050.6611

#2ffe77 color RGB value is (47,254,119).

#2ffe77 hex color red value is 47, green value is 254 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #2ffe77 hue: 0.39 , saturation: 0.99 and the lightness value of 2ffe77 is 0.59.

The process color (four color CMYK) of #2ffe77 color hex is 0.81, 0.00, 0.53, 0.00. Web safe color of #2ffe77 is #33ff66. Color #2ffe77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111110 01110111
Octal 57 376 167
Decimal 47 254 119
Hex 2F FE 77

RGB Percentages of Color #2ffe77

%11.19
%60.48
%28.33

CMYK Percentages of Color #2ffe77

%81
%0
%53
%0

Triadic Colors of #2ffe77

#2ffe77 #772ffe #fe772f

Analogous Colors of #2ffe77

#2ffe77 #2ffedf #4ffe2f

Monochromatic Colors of #2ffe77

#2ffe77

Complementary Color

#2ffe77 #fe2fb6

#2ffe77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffe77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffe77 Color CSS Codes

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

#2ffe77 Text Font Color

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

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


#2ffe77 Background Color

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

This div background color is #2ffe77


#2ffe77 Border Color

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

This div border color is #2ffe77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffe77


Comments

No comments written yet.

Please login to write comment.