Color Hex Logo

#38c52b Color Hex

#38C52B
(56,197,43)
0 Favorites   0 Comments

Color spaces of #38c52b

RGB 5619743
HSL0.320.640.47
HSV115°78°77°
CMYK 0.720.000.78   0.23
XYZ22.033240.94779.0279
Yxy40.94770.30600.5686
Hunter Lab63.9904-50.522036.4285
CIE-Lab70.1393-64.140561.3048

#38c52b color RGB value is (56,197,43).

#38c52b hex color red value is 56, green value is 197 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #38c52b hue: 0.32 , saturation: 0.64 and the lightness value of 38c52b is 0.47.

The process color (four color CMYK) of #38c52b color hex is 0.72, 0.00, 0.78, 0.23. Web safe color of #38c52b is #33cc33. Color #38c52b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11000101 00101011
Octal 70 305 53
Decimal 56 197 43
Hex 38 C5 2B

RGB Percentages of Color #38c52b

%18.92
%66.55
%14.53

CMYK Percentages of Color #38c52b

%72
%0
%78
%23

Triadic Colors of #38c52b

#38c52b #2b38c5 #c52b38

Analogous Colors of #38c52b

#38c52b #2bc56b #85c52b

Monochromatic Colors of #38c52b

#38c52b

Complementary Color

#38c52b #b82bc5

#38c52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38c52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38c52b Color CSS Codes

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

#38c52b Text Font Color

<p style="color:#38c52b">Text here</p>

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


#38c52b Background Color

<div style="background-color:#38c52b">
Div content here</div>

This div background color is #38c52b


#38c52b Border Color

<div style="border:3px solid #38c52b">
Div here</div>

This div border color is #38c52b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,197,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38c52b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38c52b;
  -webkit-box-shadow: 1px 1px 3px 2px #38c52b;
  box-shadow:         1px 1px 3px 2px #38c52b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,197,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38c52b


Comments

No comments written yet.

Please login to write comment.