Color Hex Logo

#2fb35d Color Hex

#2FB35D
(47,179,93)
0 Favorites   0 Comments

Color spaces of #2fb35d

RGB 4717993
HSL0.390.580.44
HSV141°74°70°
CMYK 0.740.000.48   0.30
XYZ19.268233.634915.8326
Yxy33.63490.28030.4893
Hunter Lab57.9956-42.188324.4110
CIE-Lab64.6717-54.000233.9187

#2fb35d color RGB value is (47,179,93).

#2fb35d hex color red value is 47, green value is 179 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2fb35d hue: 0.39 , saturation: 0.58 and the lightness value of 2fb35d is 0.44.

The process color (four color CMYK) of #2fb35d color hex is 0.74, 0.00, 0.48, 0.30. Web safe color of #2fb35d is #33cc66. Color #2fb35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110011 01011101
Octal 57 263 135
Decimal 47 179 93
Hex 2F B3 5D

RGB Percentages of Color #2fb35d

%14.73
%56.11
%29.15

CMYK Percentages of Color #2fb35d

%74
%0
%48
%30

Triadic Colors of #2fb35d

#2fb35d #5d2fb3 #b35d2f

Analogous Colors of #2fb35d

#2fb35d #2fb39f #43b32f

Monochromatic Colors of #2fb35d

#2fb35d

Complementary Color

#2fb35d #b32f85

#2fb35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb35d Color CSS Codes

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

#2fb35d Text Font Color

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

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


#2fb35d Background Color

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

This div background color is #2fb35d


#2fb35d Border Color

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

This div border color is #2fb35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb35d


Comments

No comments written yet.

Please login to write comment.