Color Hex Logo

#2ff04b Color Hex

#2FF04B
(47,240,75)
0 Favorites   0 Comments

Color spaces of #2ff04b

RGB 4724075
HSL0.360.870.56
HSV129°80°94°
CMYK 0.800.000.69   0.06
XYZ33.602463.432517.1293
Yxy63.43250.29430.5556
Hunter Lab79.6445-64.067942.9996
CIE-Lab83.6694-76.062563.8771

#2ff04b color RGB value is (47,240,75).

#2ff04b hex color red value is 47, green value is 240 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #2ff04b hue: 0.36 , saturation: 0.87 and the lightness value of 2ff04b is 0.56.

The process color (four color CMYK) of #2ff04b color hex is 0.80, 0.00, 0.69, 0.06. Web safe color of #2ff04b is #33ff33. Color #2ff04b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11110000 01001011
Octal 57 360 113
Decimal 47 240 75
Hex 2F F0 4B

RGB Percentages of Color #2ff04b

%12.98
%66.30
%20.72

CMYK Percentages of Color #2ff04b

%80
%0
%69
%6

Triadic Colors of #2ff04b

#2ff04b #4b2ff0 #f04b2f

Analogous Colors of #2ff04b

#2ff04b #2ff0ac #74f02f

Monochromatic Colors of #2ff04b

#2ff04b

Complementary Color

#2ff04b #f02fd4

#2ff04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff04b Color CSS Codes

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

#2ff04b Text Font Color

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

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


#2ff04b Background Color

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

This div background color is #2ff04b


#2ff04b Border Color

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

This div border color is #2ff04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff04b


Comments

No comments written yet.

Please login to write comment.