Color Hex Logo

#2fb019 Color Hex

#2FB019
(47,176,25)
0 Favorites   0 Comments

Color spaces of #2fb019

RGB 4717625
HSL0.310.750.39
HSV111°86°69°
CMYK 0.730.000.86   0.31
XYZ16.873131.72526.1540
Yxy31.72520.30820.5794
Hunter Lab56.3251-45.096432.9497
CIE-Lab63.1151-60.003259.6523

#2fb019 color RGB value is (47,176,25).

#2fb019 hex color red value is 47, green value is 176 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #2fb019 hue: 0.31 , saturation: 0.75 and the lightness value of 2fb019 is 0.39.

The process color (four color CMYK) of #2fb019 color hex is 0.73, 0.00, 0.86, 0.31. Web safe color of #2fb019 is #339900. Color #2fb019 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110000 00011001
Octal 57 260 31
Decimal 47 176 25
Hex 2F B0 19

RGB Percentages of Color #2fb019

%18.95
%70.97
%10.08

CMYK Percentages of Color #2fb019

%73
%0
%86
%31

Triadic Colors of #2fb019

#2fb019 #192fb0 #b0192f

Analogous Colors of #2fb019

#2fb019 #19b04e #7bb019

Monochromatic Colors of #2fb019

#2fb019

Complementary Color

#2fb019 #9a19b0

#2fb019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb019 Color CSS Codes

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

#2fb019 Text Font Color

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

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


#2fb019 Background Color

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

This div background color is #2fb019


#2fb019 Border Color

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

This div border color is #2fb019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb019


Comments

No comments written yet.

Please login to write comment.