color codes Logo

#18d35d color codes

#18D35D
(24,211,93)
0 Favorites   0 Comments

Color spaces of #18d35d

RGB 2421193
HSL0.390.800.46
HSV142°89°83°
CMYK 0.890.000.56   0.17
XYZ25.646747.573018.1867
Yxy47.57300.28060.5205
Hunter Lab68.9732-54.330432.6478
CIE-Lab74.5548-67.224445.9849

#18d35d color RGB value is (24,211,93).

#18d35d hex color red value is 24, green value is 211 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #18d35d hue: 0.39 , saturation: 0.80 and the lightness value of 18d35d is 0.46.

The process color (four color CMYK) of #18d35d color code is 0.89, 0.00, 0.56, 0.17. Web safe color of #18d35d is #00cc66. Color #18d35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11010011 01011101
Octal 30 323 135
Decimal 24 211 93
Hex 18 D3 5D

RGB Percentages of Color #18d35d

%7.32
%64.33
%28.35

CMYK Percentages of Color #18d35d

%89
%0
%56
%17

Triadic Colors of #18d35d

#18d35d #5d18d3 #d35d18

Analogous Colors of #18d35d

#18d35d #18d3bb #31d318

Monochromatic Colors of #18d35d

#18d35d

Complementary Color

#18d35d #d3188e

#18d35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18d35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18d35d Color CSS Codes

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

#18d35d Text Font Color

<p style="color:#18d35d">Text here</p>

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


#18d35d Background Color

<div style="background-color:#18d35d">
Div content here</div>

This div background color is #18d35d


#18d35d Border Color

<div style="border:3px solid #18d35d">
Div here</div>

This div border color is #18d35d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,211,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18d35d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18d35d;
  -webkit-box-shadow: 1px 1px 3px 2px #18d35d;
  box-shadow:         1px 1px 3px 2px #18d35d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,211,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18d35d


Comments

No comments written yet.

Please login to write comment.