Color Hex Logo

#04e122 Color Hex

#04E122
(4,225,34)
0 Favorites   0 Comments

Color spaces of #04e122

RGB 422534
HSL0.360.970.45
HSV128°98°88°
CMYK 0.980.000.85   0.12
XYZ27.264053.991710.4979
Yxy53.99170.29710.5884
Hunter Lab73.4790-62.356942.9646
CIE-Lab78.4569-77.390171.1480

#04e122 color RGB value is (4,225,34).

#04e122 hex color red value is 4, green value is 225 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #04e122 hue: 0.36 , saturation: 0.97 and the lightness value of 04e122 is 0.45.

The process color (four color CMYK) of #04e122 color hex is 0.98, 0.00, 0.85, 0.12. Web safe color of #04e122 is #00cc33. Color #04e122 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11100001 00100010
Octal 4 341 42
Decimal 4 225 34
Hex 4 E1 22

RGB Percentages of Color #04e122

%1.52
%85.55
%12.93

CMYK Percentages of Color #04e122

%98
%0
%85
%12

Triadic Colors of #04e122

#04e122 #2204e1 #e12204

Analogous Colors of #04e122

#04e122 #04e191 #55e104

Monochromatic Colors of #04e122

#04e122

Complementary Color

#04e122 #e104c3

#04e122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04e122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04e122 Color CSS Codes

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

#04e122 Text Font Color

<p style="color:#04e122">Text here</p>

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


#04e122 Background Color

<div style="background-color:#04e122">
Div content here</div>

This div background color is #04e122


#04e122 Border Color

<div style="border:3px solid #04e122">
Div here</div>

This div border color is #04e122


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,225,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04e122; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04e122;
  -webkit-box-shadow: 1px 1px 3px 2px #04e122;
  box-shadow:         1px 1px 3px 2px #04e122; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04e122


Comments

No comments written yet.

Please login to write comment.