COLOR #02CE0F

HEX: #02CE0F
RGB: (2,206,15)

Color info

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

RGB color model

#02CE0F color RGB value is (2,206,15).

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

RGB channels and saturation

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

2
206
15

R + G + B ~ 29%. #02CE0F is quite dark color.

Portions of RGB colors in percentages

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

%92.38

CMYK color model

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

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

CMYK percentages

%99.03
%0
%92.72
%19.22

Codes

Color #02CE0F in popluar color models

02CE0F
RGB220615
HSL124°98.08%40.78%
HSB/HSV124°99.03%80.78%
CMYK99.03%0.00%92.72%
19.22%

Color #02CE0F in popluar number systems.

HEX02CE0F
Decimal220615
Binary10110011101111
Octal231617

Shades and tints

Shades of #02CE0F

#02CE0F
(2,206,15)
#02BC0E
(2,188,14)
#02AA0D
(2,170,13)
#02980C
(2,152,12)
#02860B
(2,134,11)
#02740A
(2,116,10)
#026209
(2,98,9)
#025008
(2,80,8)
#023E07
(2,62,7)
#022C06
(2,44,6)
#021A05
(2,26,5)
#000000
(0,0,0)

Tints of #02CE0F

#02CE0F
(2,206,15)
#19D224
(25,210,36)
#30D639
(48,214,57)
#47DA4E
(71,218,78)
#5EDE63
(94,222,99)
#75E278
(117,226,120)
#8CE68D
(140,230,141)
#A3EAA2
(163,234,162)
#BAEEB7
(186,238,183)
#D1F2CC
(209,242,204)
#E8F6E1
(232,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02CE0F; }

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

This text font color is #02CE0F.


Background Color

.myBgColor { background-color: #02CE0F; }

<div style="background-color:#02CE0F">Inner text</div>

This div background color is #02CE0F.


Border color

.myBorderColor { border: 1px solid #02CE0F; }

<div style="border:3px solid #02CE0F">Div</div>

This div border color is #02CE0F.


Opacity

.myOpacity80 { color: #02CE0F; opacity: 0.8; }

<p style="color:#02CE0F;opacity:0.8;">80%</p>

Text with #02CE0F 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 #02CE0F;}

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

This text has shadow with #02CE0F color.

.textShadow {text-shadow: 3px 3px 1px #02CE0F, 3px 3px 1px red;}

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

This text has shadow with #02CE0F primary color and red secondary color.


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

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

This text has shadow with #02CE0F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02CE0F on black background.


Color preview on white background

This text has color #02CE0F on white background.



Black color preview on #02CE0F background

This text has black color on #02CE0F background.


White color preview on #02CE0F background

This text has white color on #02CE0F background.