Color Hex Logo

#0fc42b Color Hex

#0FC42B
(15,196,43)
0 Favorites   0 Comments

Color spaces of #0fc42b

RGB 1519643
HSL0.360.860.41
HSV129°92°77°
CMYK 0.920.000.78   0.23
XYZ20.373039.75588.8854
Yxy39.75580.29520.5761
Hunter Lab63.0522-52.665635.7813
CIE-Lab69.2952-68.419360.3109

#0fc42b color RGB value is (15,196,43).

#0fc42b hex color red value is 15, green value is 196 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #0fc42b hue: 0.36 , saturation: 0.86 and the lightness value of 0fc42b is 0.41.

The process color (four color CMYK) of #0fc42b color hex is 0.92, 0.00, 0.78, 0.23. Web safe color of #0fc42b is #00cc33. Color #0fc42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000100 00101011
Octal 17 304 53
Decimal 15 196 43
Hex F C4 2B

RGB Percentages of Color #0fc42b

%5.91
%77.17
%16.93

CMYK Percentages of Color #0fc42b

%92
%0
%78
%23

Triadic Colors of #0fc42b

#0fc42b #2b0fc4 #c42b0f

Analogous Colors of #0fc42b

#0fc42b #0fc486 #4ec40f

Monochromatic Colors of #0fc42b

#0fc42b

Complementary Color

#0fc42b #c40fa8

#0fc42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc42b Color CSS Codes

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

#0fc42b Text Font Color

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

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


#0fc42b Background Color

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

This div background color is #0fc42b


#0fc42b Border Color

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

This div border color is #0fc42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc42b


Comments

No comments written yet.

Please login to write comment.