Color Hex Logo

#12df4f Color Hex

#12DF4F
(18,223,79)
0 Favorites   0 Comments

Color spaces of #12df4f

RGB 1822379
HSL0.380.850.47
HSV138°92°87°
CMYK 0.920.000.65   0.13
XYZ28.048453.468516.2393
Yxy53.46850.28690.5470
Hunter Lab73.1222-59.494338.0181
CIE-Lab78.1508-72.938256.2655

#12df4f color RGB value is (18,223,79).

#12df4f hex color red value is 18, green value is 223 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #12df4f hue: 0.38 , saturation: 0.85 and the lightness value of 12df4f is 0.47.

The process color (four color CMYK) of #12df4f color hex is 0.92, 0.00, 0.65, 0.13. Web safe color of #12df4f is #00cc66. Color #12df4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011111 01001111
Octal 22 337 117
Decimal 18 223 79
Hex 12 DF 4F

RGB Percentages of Color #12df4f

%5.63
%69.69
%24.69

CMYK Percentages of Color #12df4f

%92
%0
%65
%13

Triadic Colors of #12df4f

#12df4f #4f12df #df4f12

Analogous Colors of #12df4f

#12df4f #12dfb6 #3cdf12

Monochromatic Colors of #12df4f

#12df4f

Complementary Color

#12df4f #df12a2

#12df4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12df4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12df4f Color CSS Codes

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

#12df4f Text Font Color

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

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


#12df4f Background Color

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

This div background color is #12df4f


#12df4f Border Color

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

This div border color is #12df4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12df4f


Comments

No comments written yet.

Please login to write comment.