Color Hex Logo

#18cd00 Color Hex

#18CD00
(24,205,0)
0 Favorites   0 Comments

Color spaces of #18cd00

RGB 242050
HSL0.311.000.40
HSV113°100°80°
CMYK 0.880.001.00   0.20
XYZ22.208043.85687.2947
Yxy43.85680.30270.5978
Hunter Lab66.2245-56.033939.8263
CIE-Lab72.1327-71.922770.7236

#18cd00 color RGB value is (24,205,0).

#18cd00 hex color red value is 24, green value is 205 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #18cd00 hue: 0.31 , saturation: 1.00 and the lightness value of 18cd00 is 0.40.

The process color (four color CMYK) of #18cd00 color hex is 0.88, 0.00, 1.00, 0.20. Web safe color of #18cd00 is #00cc00. Color #18cd00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001101 00000000
Octal 30 315 0
Decimal 24 205 0
Hex 18 CD 0

RGB Percentages of Color #18cd00

%10.48
%89.52
%0.00

CMYK Percentages of Color #18cd00

%88
%0
%100
%20

Triadic Colors of #18cd00

#18cd00 #0018cd #cd0018

Analogous Colors of #18cd00

#18cd00 #00cd4f #7fcd00

Monochromatic Colors of #18cd00

#18cd00

Complementary Color

#18cd00 #b500cd

#18cd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cd00 Color CSS Codes

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

#18cd00 Text Font Color

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

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


#18cd00 Background Color

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

This div background color is #18cd00


#18cd00 Border Color

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

This div border color is #18cd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cd00


Comments

No comments written yet.

Please login to write comment.