COLOR #0FCE02

HEX: #0FCE02
RGB: (15,206,2)

Color info

#0FCE02 contains mainly green color. Web safe color of #0FCE02 is #00CC00 (or #0C0).

RGB color model

#0FCE02 color RGB value is (15,206,2).

  • red value is 15;
  • green value is 206;
  • blue value is 2.
RGB:
(15,206,2)
(6%,81%,1%)

RGB channels and saturation

R 15 of 255 = 6%
G 206 of 255 = 81%
B 2 of 255 = 1%

15
206
2

R + G + B ~ 29%. #0FCE02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 206 + 2 = 223 (100%)
R 15 of 223 ~ 6.73%
G 206 of 223 ~ 92.38%
B 2 of 223 ~ 0.9%

%92.38

CMYK color model

#0FCE02 color CMYK value is (93,0,99,19).

  • cyan value is 92.72%
  • magenta value is 0.00%
  • yellow value is 99.03%
  • key color value is 19.22%
CMYK:
(93,0,99,19)
C93M0Y99K19 
(93%,0%,99%,19%)
(0.93/0.00/0.99/0.19)	

CMYK percentages

%92.72
%0
%99.03
%19.22

Codes

Color #0FCE02 in popluar color models

0FCE02
RGB152062
HSL116°98.08%40.78%
HSB/HSV116°99.03%80.78%
CMYK92.72%0.00%99.03%
19.22%

Color #0FCE02 in popluar number systems.

HEX0FCE02
Decimal152062
Binary11111100111010
Octal173162

Shades and tints

Shades of #0FCE02

#0FCE02
(15,206,2)
#0EBC02
(14,188,2)
#0DAA02
(13,170,2)
#0C9802
(12,152,2)
#0B8602
(11,134,2)
#0A7402
(10,116,2)
#096202
(9,98,2)
#085002
(8,80,2)
#073E02
(7,62,2)
#062C02
(6,44,2)
#051A02
(5,26,2)
#000000
(0,0,0)

Tints of #0FCE02

#0FCE02
(15,206,2)
#24D219
(36,210,25)
#39D630
(57,214,48)
#4EDA47
(78,218,71)
#63DE5E
(99,222,94)
#78E275
(120,226,117)
#8DE68C
(141,230,140)
#A2EAA3
(162,234,163)
#B7EEBA
(183,238,186)
#CCF2D1
(204,242,209)
#E1F6E8
(225,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FCE02 color. Also use rgb(15,206,2) instead hex code.

Text Font Color

.myTextColor { color: #0FCE02; }

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

This text font color is #0FCE02.


Background Color

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

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

This div background color is #0FCE02.


Border color

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

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

This div border color is #0FCE02.


Opacity

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

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

Text with #0FCE02 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 #0FCE02;}

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

This text has shadow with #0FCE02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FCE02 on black background.


Color preview on white background

This text has color #0FCE02 on white background.



Black color preview on #0FCE02 background

This text has black color on #0FCE02 background.


White color preview on #0FCE02 background

This text has white color on #0FCE02 background.