Color Hex Logo

#2fe50b Color Hex

#2FE50B
(47,229,11)
0 Favorites   0 Comments

Color spaces of #2fe50b

RGB 4722911
HSL0.310.910.47
HSV110°95°90°
CMYK 0.790.000.95   0.10
XYZ29.252056.66719.7127
Yxy56.66710.30590.5926
Hunter Lab75.2776-62.372745.0444
CIE-Lab79.9920-76.179376.1407

#2fe50b color RGB value is (47,229,11).

#2fe50b hex color red value is 47, green value is 229 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #2fe50b hue: 0.31 , saturation: 0.91 and the lightness value of 2fe50b is 0.47.

The process color (four color CMYK) of #2fe50b color hex is 0.79, 0.00, 0.95, 0.10. Web safe color of #2fe50b is #33cc00. Color #2fe50b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11100101 00001011
Octal 57 345 13
Decimal 47 229 11
Hex 2F E5 B

RGB Percentages of Color #2fe50b

%16.38
%79.79
%3.83

CMYK Percentages of Color #2fe50b

%79
%0
%95
%10

Triadic Colors of #2fe50b

#2fe50b #0b2fe5 #e50b2f

Analogous Colors of #2fe50b

#2fe50b #0be554 #9ce50b

Monochromatic Colors of #2fe50b

#2fe50b

Complementary Color

#2fe50b #c10be5

#2fe50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fe50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fe50b Color CSS Codes

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

#2fe50b Text Font Color

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

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


#2fe50b Background Color

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

This div background color is #2fe50b


#2fe50b Border Color

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

This div border color is #2fe50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fe50b


Comments

No comments written yet.

Please login to write comment.