Color Hex Logo

#0fe61e Color Hex

#0FE61E
(15,230,30)
0 Favorites   0 Comments

Color spaces of #0fe61e

RGB 1523030
HSL0.340.880.48
HSV124°93°90°
CMYK 0.930.000.87   0.10
XYZ28.728256.788910.6755
Yxy56.78890.29870.5904
Hunter Lab75.3584-63.829344.3517
CIE-Lab80.0607-78.502773.3989

#0fe61e color RGB value is (15,230,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100110 00011110
Octal 17 346 36
Decimal 15 230 30
Hex F E6 1E

RGB Percentages of Color #0fe61e

%5.45
%83.64
%10.91

CMYK Percentages of Color #0fe61e

%93
%0
%87
%10

Triadic Colors of #0fe61e

#0fe61e #1e0fe6 #e61e0f

Analogous Colors of #0fe61e

#0fe61e #0fe68a #6ce60f

Monochromatic Colors of #0fe61e

#0fe61e

Complementary Color

#0fe61e #e60fd7

#0fe61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe61e Color CSS Codes

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

#0fe61e Text Font Color

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

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


#0fe61e Background Color

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

This div background color is #0fe61e


#0fe61e Border Color

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

This div border color is #0fe61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe61e


Comments

No comments written yet.

Please login to write comment.