COLOR #0FBC1E

HEX: #0FBC1E
RGB: (15,188,30)

Color info

#0FBC1E contains mainly green color. Web safe color of #0FBC1E is #00CC33 (or #0C3).

RGB color model

#0FBC1E color RGB value is (15,188,30).

  • red value is 15;
  • green value is 188;
  • blue value is 30.
RGB:
(15,188,30)
(6%,74%,12%)

RGB channels and saturation

R 15 of 255 = 6%
G 188 of 255 = 74%
B 30 of 255 = 12%

15
188
30

R + G + B ~ 31%. #0FBC1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 188 + 30 = 233 (100%)
R 15 of 233 ~ 6.44%
G 188 of 233 ~ 80.69%
B 30 of 233 ~ 12.88%

%80.69
%12.88

CMYK color model

#0FBC1E color CMYK value is (92,0,84,26).

  • cyan value is 92.02%
  • magenta value is 0.00%
  • yellow value is 84.04%
  • key color value is 26.27%
CMYK:
(92,0,84,26)
C92M0Y84K26 
(92%,0%,84%,26%)
(0.92/0.00/0.84/0.26)	

CMYK percentages

%92.02
%0
%84.04
%26.27

Codes

Color #0FBC1E in popluar color models

0FBC1E
RGB1518830
HSL125°85.22%39.80%
HSB/HSV125°92.02%73.73%
CMYK92.02%0.00%84.04%
26.27%

Color #0FBC1E in popluar number systems.

HEX0FBC1E
Decimal1518830
Binary11111011110011110
Octal1727436

Shades and tints

Shades of #0FBC1E

#0FBC1E
(15,188,30)
#0EAB1C
(14,171,28)
#0D9A1A
(13,154,26)
#0C8918
(12,137,24)
#0B7816
(11,120,22)
#0A6714
(10,103,20)
#095612
(9,86,18)
#084510
(8,69,16)
#07340E
(7,52,14)
#06230C
(6,35,12)
#05120A
(5,18,10)
#000000
(0,0,0)

Tints of #0FBC1E

#0FBC1E
(15,188,30)
#24C232
(36,194,50)
#39C846
(57,200,70)
#4ECE5A
(78,206,90)
#63D46E
(99,212,110)
#78DA82
(120,218,130)
#8DE096
(141,224,150)
#A2E6AA
(162,230,170)
#B7ECBE
(183,236,190)
#CCF2D2
(204,242,210)
#E1F8E6
(225,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FBC1E color. Also use rgb(15,188,30) instead hex code.

Text Font Color

.myTextColor { color: #0FBC1E; }

<p style="color:#0FBC1E">This sample text font color is #0FBC1E.</p>

This text font color is #0FBC1E.


Background Color

.myBgColor { background-color: #0FBC1E; }

<div style="background-color:#0FBC1E">Inner text</div>

This div background color is #0FBC1E.


Border color

.myBorderColor { border: 1px solid #0FBC1E; }

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

This div border color is #0FBC1E.


Opacity

.myOpacity80 { color: #0FBC1E; opacity: 0.8; }

<p style="color:#0FBC1E;opacity:0.8;">80%</p>

Text with #0FBC1E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0FBC1E;}

<p style="text-shadow: 3px 3px 1px #0FBC1E">Text here.</p>

This text has shadow with #0FBC1E color.

.textShadow {text-shadow: 3px 3px 1px #0FBC1E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0FBC1E, 5px 5px 20px red">Text here.</p>

This text has shadow with #0FBC1E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0FBC1E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0FBC1E, Direction=45, Strength=4)">Text</p>

This text has shadow with #0FBC1E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0FBC1E;
  -webkit-box-shadow:	1px 1px 3px 2px #0FBC1E;
  box-shadow:		1px 1px 3px 2px #0FBC1E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0FBC1E;
-webkit-box-shadow: 1px 1px 3px 2px #0FBC1E;
box-shadow:1px 1px 3px 2px #0FBC1E;">
Div content here</div>
This div box has shadow with color #0FBC1E.

Preview

Color preview on black background

This text has color #0FBC1E on black background.


Color preview on white background

This text has color #0FBC1E on white background.



Black color preview on #0FBC1E background

This text has black color on #0FBC1E background.


White color preview on #0FBC1E background

This text has white color on #0FBC1E background.