Color Hex Logo

#2fe01c Color Hex

#2FE01C
(47,224,28)
0 Favorites   0 Comments

Color spaces of #2fe01c

RGB 4722428
HSL0.320.780.49
HSV114°88°88°
CMYK 0.790.000.88   0.12
XYZ28.037553.999510.0438
Yxy53.99950.30450.5864
Hunter Lab73.4844-60.492043.3353
CIE-Lab78.4614-74.320372.4977

#2fe01c color RGB value is (47,224,28).

#2fe01c hex color red value is 47, green value is 224 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #2fe01c hue: 0.32 , saturation: 0.78 and the lightness value of 2fe01c is 0.49.

The process color (four color CMYK) of #2fe01c color hex is 0.79, 0.00, 0.88, 0.12. Web safe color of #2fe01c is #33cc33. Color #2fe01c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100000 00011100
Octal 57 340 34
Decimal 47 224 28
Hex 2F E0 1C

RGB Percentages of Color #2fe01c

%15.72
%74.92
%9.36

CMYK Percentages of Color #2fe01c

%79
%0
%88
%12

Triadic Colors of #2fe01c

#2fe01c #1c2fe0 #e01c2f

Analogous Colors of #2fe01c

#2fe01c #1ce06b #91e01c

Monochromatic Colors of #2fe01c

#2fe01c

Complementary Color

#2fe01c #cd1ce0

#2fe01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe01c Color CSS Codes

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

#2fe01c Text Font Color

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

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


#2fe01c Background Color

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

This div background color is #2fe01c


#2fe01c Border Color

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

This div border color is #2fe01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe01c


Comments

No comments written yet.

Please login to write comment.