Color Hex Logo

#72e902 Color Hex

#72E902
(114,233,2)
0 Favorites   0 Comments

Color spaces of #72e902

RGB 1142332
HSL0.250.980.46
HSV91°99°91°
CMYK 0.510.000.99   0.09
XYZ36.089361.859610.0954
Yxy61.85960.33400.5725
Hunter Lab78.6509-55.733547.4453
CIE-Lab82.8387-63.966579.8902

#72e902 color RGB value is (114,233,2).

#72e902 hex color red value is 114, green value is 233 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #72e902 hue: 0.25 , saturation: 0.98 and the lightness value of 72e902 is 0.46.

The process color (four color CMYK) of #72e902 color hex is 0.51, 0.00, 0.99, 0.09. Web safe color of #72e902 is #66ff00. Color #72e902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101001 00000010
Octal 162 351 2
Decimal 114 233 2
Hex 72 E9 2

RGB Percentages of Color #72e902

%32.66
%66.76
%0.57

CMYK Percentages of Color #72e902

%51
%0
%99
%9

Triadic Colors of #72e902

#72e902 #0272e9 #e90272

Analogous Colors of #72e902

#72e902 #02e905 #e6e902

Monochromatic Colors of #72e902

#72e902

Complementary Color

#72e902 #7902e9

#72e902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72e902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72e902 Color CSS Codes

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

#72e902 Text Font Color

<p style="color:#72e902">Text here</p>

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


#72e902 Background Color

<div style="background-color:#72e902">
Div content here</div>

This div background color is #72e902


#72e902 Border Color

<div style="border:3px solid #72e902">
Div here</div>

This div border color is #72e902


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,233,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72e902; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72e902;
  -webkit-box-shadow: 1px 1px 3px 2px #72e902;
  box-shadow:         1px 1px 3px 2px #72e902; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72e902


Comments

No comments written yet.

Please login to write comment.