Color Hex Logo

#12ca1e Color Hex

#12CA1E
(18,202,30)
0 Favorites   0 Comments

Color spaces of #12ca1e

RGB 1820230
HSL0.340.840.43
HSV124°91°79°
CMYK 0.910.000.85   0.21
XYZ21.604342.46348.2859
Yxy42.46340.29860.5869
Hunter Lab65.1639-54.857438.0758
CIE-Lab71.1892-70.672365.5730

#12ca1e color RGB value is (18,202,30).

#12ca1e hex color red value is 18, green value is 202 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #12ca1e hue: 0.34 , saturation: 0.84 and the lightness value of 12ca1e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001010 00011110
Octal 22 312 36
Decimal 18 202 30
Hex 12 CA 1E

RGB Percentages of Color #12ca1e

%7.20
%80.80
%12.00

CMYK Percentages of Color #12ca1e

%91
%0
%85
%21

Triadic Colors of #12ca1e

#12ca1e #1e12ca #ca1e12

Analogous Colors of #12ca1e

#12ca1e #12ca7a #62ca12

Monochromatic Colors of #12ca1e

#12ca1e

Complementary Color

#12ca1e #ca12be

#12ca1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ca1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ca1e Color CSS Codes

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

#12ca1e Text Font Color

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

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


#12ca1e Background Color

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

This div background color is #12ca1e


#12ca1e Border Color

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

This div border color is #12ca1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ca1e


Comments

No comments written yet.

Please login to write comment.