Color Hex Logo

#19ea42 Color Hex

#19EA42
(25,234,66)
0 Favorites   0 Comments

Color spaces of #19ea42

RGB 2523466
HSL0.370.830.51
HSV132°89°92°
CMYK 0.890.000.72   0.08
XYZ30.807159.445715.0047
Yxy59.44570.29270.5648
Hunter Lab77.1010-63.603942.4322
CIE-Lab81.5360-76.955364.8610

#19ea42 color RGB value is (25,234,66).

#19ea42 hex color red value is 25, green value is 234 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #19ea42 hue: 0.37 , saturation: 0.83 and the lightness value of 19ea42 is 0.51.

The process color (four color CMYK) of #19ea42 color hex is 0.89, 0.00, 0.72, 0.08. Web safe color of #19ea42 is #00ff33. Color #19ea42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11101010 01000010
Octal 31 352 102
Decimal 25 234 66
Hex 19 EA 42

RGB Percentages of Color #19ea42

%7.69
%72.00
%20.31

CMYK Percentages of Color #19ea42

%89
%0
%72
%8

Triadic Colors of #19ea42

#19ea42 #4219ea #ea4219

Analogous Colors of #19ea42

#19ea42 #19eaab #59ea19

Monochromatic Colors of #19ea42

#19ea42

Complementary Color

#19ea42 #ea19c1

#19ea42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ea42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ea42 Color CSS Codes

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

#19ea42 Text Font Color

<p style="color:#19ea42">Text here</p>

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


#19ea42 Background Color

<div style="background-color:#19ea42">
Div content here</div>

This div background color is #19ea42


#19ea42 Border Color

<div style="border:3px solid #19ea42">
Div here</div>

This div border color is #19ea42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,234,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19ea42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19ea42;
  -webkit-box-shadow: 1px 1px 3px 2px #19ea42;
  box-shadow:         1px 1px 3px 2px #19ea42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,234,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ea42


Comments

No comments written yet.

Please login to write comment.