Color Hex Logo

#0fe52e Color Hex

#0FE52E
(15,229,46)
0 Favorites   0 Comments

Color spaces of #0fe52e

RGB 1522946
HSL0.360.880.48
HSV129°93°90°
CMYK 0.930.000.80   0.10
XYZ28.709556.337411.9458
Yxy56.33740.29600.5808
Hunter Lab75.0582-63.076343.1045
CIE-Lab79.8055-77.475369.4371

#0fe52e color RGB value is (15,229,46).

#0fe52e hex color red value is 15, green value is 229 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0fe52e hue: 0.36 , saturation: 0.88 and the lightness value of 0fe52e is 0.48.

The process color (four color CMYK) of #0fe52e color hex is 0.93, 0.00, 0.80, 0.10. Web safe color of #0fe52e is #00cc33. Color #0fe52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100101 00101110
Octal 17 345 56
Decimal 15 229 46
Hex F E5 2E

RGB Percentages of Color #0fe52e

%5.17
%78.97
%15.86

CMYK Percentages of Color #0fe52e

%93
%0
%80
%10

Triadic Colors of #0fe52e

#0fe52e #2e0fe5 #e52e0f

Analogous Colors of #0fe52e

#0fe52e #0fe599 #5be50f

Monochromatic Colors of #0fe52e

#0fe52e

Complementary Color

#0fe52e #e50fc6

#0fe52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe52e Color CSS Codes

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

#0fe52e Text Font Color

<p style="color:#0fe52e">Text here</p>

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


#0fe52e Background Color

<div style="background-color:#0fe52e">
Div content here</div>

This div background color is #0fe52e


#0fe52e Border Color

<div style="border:3px solid #0fe52e">
Div here</div>

This div border color is #0fe52e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,229,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fe52e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fe52e;
  -webkit-box-shadow: 1px 1px 3px 2px #0fe52e;
  box-shadow:         1px 1px 3px 2px #0fe52e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe52e


Comments

No comments written yet.

Please login to write comment.