Color Hex Logo

#0df41f Color Hex

#0DF41F
(13,244,31)
0 Favorites   0 Comments

Color spaces of #0df41f

RGB 1324431
HSL0.350.910.50
HSV125°95°96°
CMYK 0.950.000.87   0.04
XYZ32.764064.885912.0937
Yxy64.88590.29860.5912
Hunter Lab80.5518-68.361747.4847
CIE-Lab84.4249-82.284177.0081

#0df41f color RGB value is (13,244,31).

#0df41f hex color red value is 13, green value is 244 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0df41f hue: 0.35 , saturation: 0.91 and the lightness value of 0df41f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110100 00011111
Octal 15 364 37
Decimal 13 244 31
Hex D F4 1F

RGB Percentages of Color #0df41f

%4.51
%84.72
%10.76

CMYK Percentages of Color #0df41f

%95
%0
%87
%4

Triadic Colors of #0df41f

#0df41f #1f0df4 #f41f0d

Analogous Colors of #0df41f

#0df41f #0df493 #6ff40d

Monochromatic Colors of #0df41f

#0df41f

Complementary Color

#0df41f #f40de2

#0df41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df41f Color CSS Codes

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

#0df41f Text Font Color

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

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


#0df41f Background Color

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

This div background color is #0df41f


#0df41f Border Color

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

This div border color is #0df41f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,244,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0df41f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0df41f;
  -webkit-box-shadow: 1px 1px 3px 2px #0df41f;
  box-shadow:         1px 1px 3px 2px #0df41f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df41f


Comments

No comments written yet.

Please login to write comment.