color codes Logo

#0fb42f color codes

#0FB42F
(15,180,47)
0 Favorites   0 Comments

Color spaces of #0fb42f

RGB 1518047
HSL0.370.850.38
HSV132°92°71°
CMYK 0.920.000.74   0.29
XYZ17.031332.94938.1515
Yxy32.94930.29300.5668
Hunter Lab57.4015-47.490831.7614
CIE-Lab64.1198-63.458453.8451

#0fb42f color RGB value is (15,180,47).

#0fb42f hex color red value is 15, green value is 180 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0fb42f hue: 0.37 , saturation: 0.85 and the lightness value of 0fb42f is 0.38.

The process color (four color CMYK) of #0fb42f color code is 0.92, 0.00, 0.74, 0.29. Web safe color of #0fb42f is #00cc33. Color #0fb42f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110100 00101111
Octal 17 264 57
Decimal 15 180 47
Hex F B4 2F

RGB Percentages of Color #0fb42f

%6.20
%74.38
%19.42

CMYK Percentages of Color #0fb42f

%92
%0
%74
%29

Triadic Colors of #0fb42f

#0fb42f #2f0fb4 #b42f0f

Analogous Colors of #0fb42f

#0fb42f #0fb482 #42b40f

Monochromatic Colors of #0fb42f

#0fb42f

Complementary Color

#0fb42f #b40f94

#0fb42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb42f Color CSS Codes

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

#0fb42f Text Font Color

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

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


#0fb42f Background Color

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

This div background color is #0fb42f


#0fb42f Border Color

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

This div border color is #0fb42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb42f


Comments

No comments written yet.

Please login to write comment.