Color Hex Logo

#18db3d Color Hex

#18DB3D
(24,219,61)
0 Favorites   0 Comments

Color spaces of #18db3d

RGB 2421961
HSL0.360.800.48
HSV131°89°86°
CMYK 0.890.000.72   0.14
XYZ26.550551.194112.8970
Yxy51.19410.29290.5648
Hunter Lab71.5501-58.975539.3979
CIE-Lab76.7964-73.134961.7724

#18db3d color RGB value is (24,219,61).

#18db3d hex color red value is 24, green value is 219 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #18db3d hue: 0.36 , saturation: 0.80 and the lightness value of 18db3d is 0.48.

The process color (four color CMYK) of #18db3d color hex is 0.89, 0.00, 0.72, 0.14. Web safe color of #18db3d is #00cc33. Color #18db3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011011 00111101
Octal 30 333 75
Decimal 24 219 61
Hex 18 DB 3D

RGB Percentages of Color #18db3d

%7.89
%72.04
%20.07

CMYK Percentages of Color #18db3d

%89
%0
%72
%14

Triadic Colors of #18db3d

#18db3d #3d18db #db3d18

Analogous Colors of #18db3d

#18db3d #18db9f #54db18

Monochromatic Colors of #18db3d

#18db3d

Complementary Color

#18db3d #db18b6

#18db3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18db3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18db3d Color CSS Codes

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

#18db3d Text Font Color

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

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


#18db3d Background Color

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

This div background color is #18db3d


#18db3d Border Color

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

This div border color is #18db3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18db3d


Comments

No comments written yet.

Please login to write comment.