COLOR #02EC5C

HEX: #02EC5C
RGB: (2,236,92)

Color info

#02EC5C contains mainly green color. Web safe color of #02EC5C is #00FF66 (or #0F6).

RGB color model

#02EC5C color RGB value is (2,236,92).

  • red value is 2;
  • green value is 236;
  • blue value is 92.
RGB:
(2,236,92)
(1%,93%,36%)

RGB channels and saturation

R 2 of 255 = 1%
G 236 of 255 = 93%
B 92 of 255 = 36%

2
236
92

R + G + B ~ 43%. #02EC5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 236 + 92 = 330 (100%)
R 2 of 330 ~ 0.61%
G 236 of 330 ~ 71.52%
B 92 of 330 ~ 27.88%

%71.52
%27.88

CMYK color model

#02EC5C color CMYK value is (99,0,61,7).

  • cyan value is 99.15%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 7.45%
CMYK:
(99,0,61,7)
C99M0Y61K7 
(99%,0%,61%,7%)
(0.99/0.00/0.61/0.07)	

CMYK percentages

%99.15
%0
%61.02
%7.45

Codes

Color #02EC5C in popluar color models

02EC5C
RGB223692
HSL143°98.32%46.67%
HSB/HSV143°99.15%92.55%
CMYK99.15%0.00%61.02%
7.45%

Color #02EC5C in popluar number systems.

HEX02EC5C
Decimal223692
Binary10111011001011100
Octal2354134

Shades and tints

Shades of #02EC5C

#02EC5C
(2,236,92)
#02D754
(2,215,84)
#02C24C
(2,194,76)
#02AD44
(2,173,68)
#02983C
(2,152,60)
#028334
(2,131,52)
#026E2C
(2,110,44)
#025924
(2,89,36)
#02441C
(2,68,28)
#022F14
(2,47,20)
#021A0C
(2,26,12)
#000000
(0,0,0)

Tints of #02EC5C

#02EC5C
(2,236,92)
#19ED6A
(25,237,106)
#30EE78
(48,238,120)
#47EF86
(71,239,134)
#5EF094
(94,240,148)
#75F1A2
(117,241,162)
#8CF2B0
(140,242,176)
#A3F3BE
(163,243,190)
#BAF4CC
(186,244,204)
#D1F5DA
(209,245,218)
#E8F6E8
(232,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02EC5C color. Also use rgb(2,236,92) instead hex code.

Text Font Color

.myTextColor { color: #02EC5C; }

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

This text font color is #02EC5C.


Background Color

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

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

This div background color is #02EC5C.


Border color

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

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

This div border color is #02EC5C.


Opacity

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

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

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

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

This text has shadow with #02EC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02EC5C on black background.


Color preview on white background

This text has color #02EC5C on white background.



Black color preview on #02EC5C background

This text has black color on #02EC5C background.


White color preview on #02EC5C background

This text has white color on #02EC5C background.