COLOR #02E993

HEX: #02E993
RGB: (2,233,147)

Color info

#02E993 contains mainly green color. Web safe color of #02E993 is #00FF99 (or #0F9).

RGB color model

#02E993 color RGB value is (2,233,147).

  • red value is 2;
  • green value is 233;
  • blue value is 147.
RGB:
(2,233,147)
(1%,91%,58%)

RGB channels and saturation

R 2 of 255 = 1%
G 233 of 255 = 91%
B 147 of 255 = 58%

2
233
147

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

Portions of RGB colors in percentages

R + G + B =
2 + 233 + 147 = 382 (100%)
R 2 of 382 ~ 0.52%
G 233 of 382 ~ 60.99%
B 147 of 382 ~ 38.48%

%60.99
%38.48

CMYK color model

#02E993 color CMYK value is (99,0,37,9).

  • cyan value is 99.14%
  • magenta value is 0.00%
  • yellow value is 36.91%
  • key color value is 8.63%
CMYK:
(99,0,37,9)
C99M0Y37K9 
(99%,0%,37%,9%)
(0.99/0.00/0.37/0.09)	

CMYK percentages

%99.14
%0
%36.91
%8.63

Codes

Color #02E993 in popluar color models

02E993
RGB2233147
HSL158°98.30%46.08%
HSB/HSV158°99.14%91.37%
CMYK99.14%0.00%36.91%
8.63%

Color #02E993 in popluar number systems.

HEX02E993
Decimal2233147
Binary101110100110010011
Octal2351223

Shades and tints

Shades of #02E993

#02E993
(2,233,147)
#02D486
(2,212,134)
#02BF79
(2,191,121)
#02AA6C
(2,170,108)
#02955F
(2,149,95)
#028052
(2,128,82)
#026B45
(2,107,69)
#025638
(2,86,56)
#02412B
(2,65,43)
#022C1E
(2,44,30)
#021711
(2,23,17)
#000000
(0,0,0)

Tints of #02E993

#02E993
(2,233,147)
#19EB9C
(25,235,156)
#30EDA5
(48,237,165)
#47EFAE
(71,239,174)
#5EF1B7
(94,241,183)
#75F3C0
(117,243,192)
#8CF5C9
(140,245,201)
#A3F7D2
(163,247,210)
#BAF9DB
(186,249,219)
#D1FBE4
(209,251,228)
#E8FDED
(232,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02E993 color. Also use rgb(2,233,147) instead hex code.

Text Font Color

.myTextColor { color: #02E993; }

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

This text font color is #02E993.


Background Color

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

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

This div background color is #02E993.


Border color

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

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

This div border color is #02E993.


Opacity

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

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

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

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

This text has shadow with #02E993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02E993 on black background.


Color preview on white background

This text has color #02E993 on white background.



Black color preview on #02E993 background

This text has black color on #02E993 background.


White color preview on #02E993 background

This text has white color on #02E993 background.