COLOR #0CF13F

HEX: #0CF13F
RGB: (12,241,63)

Color info

#0CF13F contains mainly green color. Web safe color of #0CF13F is #00FF33 (or #0F3).

RGB color model

#0CF13F color RGB value is (12,241,63).

  • red value is 12;
  • green value is 241;
  • blue value is 63.
RGB:
(12,241,63)
(5%,95%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 241 of 255 = 95%
B 63 of 255 = 25%

12
241
63

R + G + B ~ 42%. #0CF13F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
12 + 241 + 63 = 316 (100%)
R 12 of 316 ~ 3.8%
G 241 of 316 ~ 76.27%
B 63 of 316 ~ 19.94%

%76.27
%19.94

CMYK color model

#0CF13F color CMYK value is (95,0,74,5).

  • cyan value is 95.02%
  • magenta value is 0.00%
  • yellow value is 73.86%
  • key color value is 5.49%
CMYK:
(95,0,74,5)
C95M0Y74K5 
(95%,0%,74%,5%)
(0.95/0.00/0.74/0.05)	

CMYK percentages

%95.02
%0
%73.86
%5.49

Codes

Color #0CF13F in popluar color models

0CF13F
RGB1224163
HSL133°90.51%49.61%
HSB/HSV133°95.02%94.51%
CMYK95.02%0.00%73.86%
5.49%

Color #0CF13F in popluar number systems.

HEX0CF13F
Decimal1224163
Binary110011110001111111
Octal1436177

Shades and tints

Shades of #0CF13F

#0CF13F
(12,241,63)
#0BDC3A
(11,220,58)
#0AC735
(10,199,53)
#09B230
(9,178,48)
#089D2B
(8,157,43)
#078826
(7,136,38)
#067321
(6,115,33)
#055E1C
(5,94,28)
#044917
(4,73,23)
#033412
(3,52,18)
#021F0D
(2,31,13)
#000000
(0,0,0)

Tints of #0CF13F

#0CF13F
(12,241,63)
#22F250
(34,242,80)
#38F361
(56,243,97)
#4EF472
(78,244,114)
#64F583
(100,245,131)
#7AF694
(122,246,148)
#90F7A5
(144,247,165)
#A6F8B6
(166,248,182)
#BCF9C7
(188,249,199)
#D2FAD8
(210,250,216)
#E8FBE9
(232,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CF13F color. Also use rgb(12,241,63) instead hex code.

Text Font Color

.myTextColor { color: #0CF13F; }

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

This text font color is #0CF13F.


Background Color

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

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

This div background color is #0CF13F.


Border color

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

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

This div border color is #0CF13F.


Opacity

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

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

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

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

This text has shadow with #0CF13F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CF13F on black background.


Color preview on white background

This text has color #0CF13F on white background.



Black color preview on #0CF13F background

This text has black color on #0CF13F background.


White color preview on #0CF13F background

This text has white color on #0CF13F background.