Color Hex Logo

#2caf62 Color Hex

#2CAF62
(44,175,98)
0 Favorites   0 Comments

Color spaces of #2caf62

RGB 4417598
HSL0.400.600.43
HSV145°75°69°
CMYK 0.750.000.44   0.31
XYZ18.573332.077316.7679
Yxy32.07730.27550.4758
Hunter Lab56.6368-40.577722.0924
CIE-Lab63.4067-52.121929.7061

#2caf62 color RGB value is (44,175,98).

#2caf62 hex color red value is 44, green value is 175 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #2caf62 hue: 0.40 , saturation: 0.60 and the lightness value of 2caf62 is 0.43.

The process color (four color CMYK) of #2caf62 color hex is 0.75, 0.00, 0.44, 0.31. Web safe color of #2caf62 is #339966. Color #2caf62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101111 01100010
Octal 54 257 142
Decimal 44 175 98
Hex 2C AF 62

RGB Percentages of Color #2caf62

%13.88
%55.21
%30.91

CMYK Percentages of Color #2caf62

%75
%0
%44
%31

Triadic Colors of #2caf62

#2caf62 #622caf #af622c

Analogous Colors of #2caf62

#2caf62 #2cafa4 #38af2c

Monochromatic Colors of #2caf62

#2caf62

Complementary Color

#2caf62 #af2c79

#2caf62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caf62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caf62 Color CSS Codes

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

#2caf62 Text Font Color

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

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


#2caf62 Background Color

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

This div background color is #2caf62


#2caf62 Border Color

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

This div border color is #2caf62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,175,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2caf62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2caf62;
  -webkit-box-shadow: 1px 1px 3px 2px #2caf62;
  box-shadow:         1px 1px 3px 2px #2caf62; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,175,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caf62


Comments

No comments written yet.

Please login to write comment.