Color Hex Logo

#00ca1e Color Hex

#00CA1E
(0,202,30)
0 Favorites   0 Comments

Color spaces of #00ca1e

RGB 020230
HSL0.361.000.40
HSV129°100°79°
CMYK 1.000.000.85   0.21
XYZ21.354942.33488.2742
Yxy42.33480.29670.5883
Hunter Lab65.0652-55.279038.0059
CIE-Lab71.1011-71.471365.4610

#00ca1e color RGB value is (0,202,30).

#00ca1e hex color red value is 0, green value is 202 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #00ca1e hue: 0.36 , saturation: 1.00 and the lightness value of 00ca1e is 0.40.

The process color (four color CMYK) of #00ca1e color hex is 1.00, 0.00, 0.85, 0.21. Web safe color of #00ca1e is #00cc33. Color #00ca1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001010 00011110
Octal 0 312 36
Decimal 0 202 30
Hex 0 CA 1E

RGB Percentages of Color #00ca1e

%0.00
%87.07
%12.93

CMYK Percentages of Color #00ca1e

%100
%0
%85
%21

Triadic Colors of #00ca1e

#00ca1e #1e00ca #ca1e00

Analogous Colors of #00ca1e

#00ca1e #00ca83 #47ca00

Monochromatic Colors of #00ca1e

#00ca1e

Complementary Color

#00ca1e #ca00ac

#00ca1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ca1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ca1e Color CSS Codes

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

#00ca1e Text Font Color

<p style="color:#00ca1e">Text here</p>

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


#00ca1e Background Color

<div style="background-color:#00ca1e">
Div content here</div>

This div background color is #00ca1e


#00ca1e Border Color

<div style="border:3px solid #00ca1e">
Div here</div>

This div border color is #00ca1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,202,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00ca1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00ca1e;
  -webkit-box-shadow: 1px 1px 3px 2px #00ca1e;
  box-shadow:         1px 1px 3px 2px #00ca1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,202,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 #00ca1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ca1e


Comments

No comments written yet.

Please login to write comment.