Color Hex Logo

#2fd258 Color Hex

#2FD258
(47,210,88)
0 Favorites   0 Comments

Color spaces of #2fd258

RGB 4721088
HSL0.380.640.50
HSV135°78°82°
CMYK 0.780.000.58   0.18
XYZ25.980347.402117.0127
Yxy47.40210.28740.5244
Hunter Lab68.8492-53.128933.5438
CIE-Lab74.4462-65.361548.2206

#2fd258 color RGB value is (47,210,88).

#2fd258 hex color red value is 47, green value is 210 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #2fd258 hue: 0.38 , saturation: 0.64 and the lightness value of 2fd258 is 0.50.

The process color (four color CMYK) of #2fd258 color hex is 0.78, 0.00, 0.58, 0.18. Web safe color of #2fd258 is #33cc66. Color #2fd258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010010 01011000
Octal 57 322 130
Decimal 47 210 88
Hex 2F D2 58

RGB Percentages of Color #2fd258

%13.62
%60.87
%25.51

CMYK Percentages of Color #2fd258

%78
%0
%58
%18

Triadic Colors of #2fd258

#2fd258 #582fd2 #d2582f

Analogous Colors of #2fd258

#2fd258 #2fd2aa #58d22f

Monochromatic Colors of #2fd258

#2fd258

Complementary Color

#2fd258 #d22fa9

#2fd258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd258 Color CSS Codes

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

#2fd258 Text Font Color

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

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


#2fd258 Background Color

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

This div background color is #2fd258


#2fd258 Border Color

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

This div border color is #2fd258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd258


Comments

No comments written yet.

Please login to write comment.