Color Hex Logo

#2fc453 Color Hex

#2FC453
(47,196,83)
0 Favorites   0 Comments

Color spaces of #2fc453

RGB 4719683
HSL0.370.610.48
HSV134°76°77°
CMYK 0.760.000.58   0.23
XYZ22.473640.708714.8567
Yxy40.70870.28800.5216
Hunter Lab63.8034-48.782530.8566
CIE-Lab69.9713-61.383845.2628

#2fc453 color RGB value is (47,196,83).

#2fc453 hex color red value is 47, green value is 196 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #2fc453 hue: 0.37 , saturation: 0.61 and the lightness value of 2fc453 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000100 01010011
Octal 57 304 123
Decimal 47 196 83
Hex 2F C4 53

RGB Percentages of Color #2fc453

%14.42
%60.12
%25.46

CMYK Percentages of Color #2fc453

%76
%0
%58
%23

Triadic Colors of #2fc453

#2fc453 #532fc4 #c4532f

Analogous Colors of #2fc453

#2fc453 #2fc49e #56c42f

Monochromatic Colors of #2fc453

#2fc453

Complementary Color

#2fc453 #c42fa0

#2fc453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc453 Color CSS Codes

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

#2fc453 Text Font Color

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

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


#2fc453 Background Color

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

This div background color is #2fc453


#2fc453 Border Color

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

This div border color is #2fc453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc453


Comments

No comments written yet.

Please login to write comment.