Color Hex Logo

#2ffc6b Color Hex

#2FFC6B
(47,252,107)
0 Favorites   0 Comments

Color spaces of #2ffc6b

RGB 47252107
HSL0.380.970.59
HSV138°81°99°
CMYK 0.810.000.58   0.01
XYZ38.636571.286725.6333
Yxy71.28670.28500.5259
Hunter Lab84.4315-66.072041.1016
CIE-Lab87.6241-76.268055.1686

#2ffc6b color RGB value is (47,252,107).

#2ffc6b hex color red value is 47, green value is 252 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #2ffc6b hue: 0.38 , saturation: 0.97 and the lightness value of 2ffc6b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111100 01101011
Octal 57 374 153
Decimal 47 252 107
Hex 2F FC 6B

RGB Percentages of Color #2ffc6b

%11.58
%62.07
%26.35

CMYK Percentages of Color #2ffc6b

%81
%0
%58
%1

Triadic Colors of #2ffc6b

#2ffc6b #6b2ffc #fc6b2f

Analogous Colors of #2ffc6b

#2ffc6b #2ffcd2 #5afc2f

Monochromatic Colors of #2ffc6b

#2ffc6b

Complementary Color

#2ffc6b #fc2fc0

#2ffc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffc6b Color CSS Codes

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

#2ffc6b Text Font Color

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

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


#2ffc6b Background Color

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

This div background color is #2ffc6b


#2ffc6b Border Color

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

This div border color is #2ffc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffc6b

Related Colors


Comments

No comments written yet.

Please login to write comment.