Color Hex Logo

#12ff48 Color Hex

#12FF48
(18,255,72)
0 Favorites   0 Comments

Color spaces of #12ff48

RGB 1825572
HSL0.371.000.54
HSV134°93°100°
CMYK 0.930.000.72   0.00
XYZ37.179272.116518.0912
Yxy72.11650.29190.5661
Hunter Lab84.9214-70.464046.8142
CIE-Lab88.0246-82.711069.4018

#12ff48 color RGB value is (18,255,72).

#12ff48 hex color red value is 18, green value is 255 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #12ff48 hue: 0.37 , saturation: 1.00 and the lightness value of 12ff48 is 0.54.

The process color (four color CMYK) of #12ff48 color hex is 0.93, 0.00, 0.72, 0.00. Web safe color of #12ff48 is #00ff33. Color #12ff48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11111111 01001000
Octal 22 377 110
Decimal 18 255 72
Hex 12 FF 48

RGB Percentages of Color #12ff48

%5.22
%73.91
%20.87

CMYK Percentages of Color #12ff48

%93
%0
%72
%0

Triadic Colors of #12ff48

#12ff48 #4812ff #ff4812

Analogous Colors of #12ff48

#12ff48 #12ffbf #53ff12

Monochromatic Colors of #12ff48

#12ff48

Complementary Color

#12ff48 #ff12c9

#12ff48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ff48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ff48 Color CSS Codes

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

#12ff48 Text Font Color

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

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


#12ff48 Background Color

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

This div background color is #12ff48


#12ff48 Border Color

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

This div border color is #12ff48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ff48

Related Colors


Comments

No comments written yet.

Please login to write comment.