Color Hex Logo

#38e01e Color Hex

#38E01E
(56,224,30)
0 Favorites   0 Comments

Color spaces of #38e01e

RGB 5622430
HSL0.310.760.50
HSV112°87°88°
CMYK 0.750.000.87   0.12
XYZ28.520954.245810.1956
Yxy54.24580.30680.5835
Hunter Lab73.6517-59.768243.3487
CIE-Lab78.6048-73.036472.2919

#38e01e color RGB value is (56,224,30).

#38e01e hex color red value is 56, green value is 224 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #38e01e hue: 0.31 , saturation: 0.76 and the lightness value of 38e01e is 0.50.

The process color (four color CMYK) of #38e01e color hex is 0.75, 0.00, 0.87, 0.12. Web safe color of #38e01e is #33cc33. Color #38e01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11100000 00011110
Octal 70 340 36
Decimal 56 224 30
Hex 38 E0 1E

RGB Percentages of Color #38e01e

%18.06
%72.26
%9.68

CMYK Percentages of Color #38e01e

%75
%0
%87
%12

Triadic Colors of #38e01e

#38e01e #1e38e0 #e01e38

Analogous Colors of #38e01e

#38e01e #1ee065 #99e01e

Monochromatic Colors of #38e01e

#38e01e

Complementary Color

#38e01e #c61ee0

#38e01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38e01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38e01e Color CSS Codes

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

#38e01e Text Font Color

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

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


#38e01e Background Color

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

This div background color is #38e01e


#38e01e Border Color

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

This div border color is #38e01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38e01e


Comments

No comments written yet.

Please login to write comment.