Color Hex Logo

#12e74d Color Hex

#12E74D
(18,231,77)
0 Favorites   0 Comments

Color spaces of #12e74d

RGB 1823177
HSL0.380.860.49
HSV137°92°91°
CMYK 0.920.000.67   0.09
XYZ30.164957.816216.5910
Yxy57.81620.28850.5529
Hunter Lab76.0370-62.251340.2890
CIE-Lab80.6365-75.481659.7910

#12e74d color RGB value is (18,231,77).

#12e74d hex color red value is 18, green value is 231 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #12e74d hue: 0.38 , saturation: 0.86 and the lightness value of 12e74d is 0.49.

The process color (four color CMYK) of #12e74d color hex is 0.92, 0.00, 0.67, 0.09. Web safe color of #12e74d is #00ff66. Color #12e74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11100111 01001101
Octal 22 347 115
Decimal 18 231 77
Hex 12 E7 4D

RGB Percentages of Color #12e74d

%5.52
%70.86
%23.62

CMYK Percentages of Color #12e74d

%92
%0
%67
%9

Triadic Colors of #12e74d

#12e74d #4d12e7 #e74d12

Analogous Colors of #12e74d

#12e74d #12e7b8 #42e712

Monochromatic Colors of #12e74d

#12e74d

Complementary Color

#12e74d #e712ac

#12e74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12e74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12e74d Color CSS Codes

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

#12e74d Text Font Color

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

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


#12e74d Background Color

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

This div background color is #12e74d


#12e74d Border Color

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

This div border color is #12e74d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,231,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12e74d


Comments

No comments written yet.

Please login to write comment.