Color Hex Logo

#38b31f Color Hex

#38B31F
(56,179,31)
0 Favorites   0 Comments

Color spaces of #38b31f

RGB 5617931
HSL0.310.700.41
HSV110°83°70°
CMYK 0.690.000.83   0.30
XYZ17.998333.17996.7521
Yxy33.17990.31070.5728
Hunter Lab57.6020-45.029433.3714
CIE-Lab64.3063-59.025159.2960

#38b31f color RGB value is (56,179,31).

#38b31f hex color red value is 56, green value is 179 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #38b31f hue: 0.31 , saturation: 0.70 and the lightness value of 38b31f is 0.41.

The process color (four color CMYK) of #38b31f color hex is 0.69, 0.00, 0.83, 0.30. Web safe color of #38b31f is #33cc33. Color #38b31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110011 00011111
Octal 70 263 37
Decimal 56 179 31
Hex 38 B3 1F

RGB Percentages of Color #38b31f

%21.05
%67.29
%11.65

CMYK Percentages of Color #38b31f

%69
%0
%83
%30

Triadic Colors of #38b31f

#38b31f #1f38b3 #b31f38

Analogous Colors of #38b31f

#38b31f #1fb350 #82b31f

Monochromatic Colors of #38b31f

#38b31f

Complementary Color

#38b31f #9a1fb3

#38b31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b31f Color CSS Codes

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

#38b31f Text Font Color

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

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


#38b31f Background Color

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

This div background color is #38b31f


#38b31f Border Color

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

This div border color is #38b31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b31f


Comments

No comments written yet.

Please login to write comment.