COLOR #02FFB5

HEX: #02FFB5 RGB: (2,255,181)

Color info

#02FFB5 contains mainly green color. Web safe color of #02FFB5 is #00FFCC (or #0FC).

RGB color model

#02FFB5 color RGB value is (2,255,181).

RGB: (2,255,181) (1%, 100%, 71%)

RGB channels and saturation

R 2 of 255 = 1%
G 255 of 255 = 100%
B 181 of 255 = 71%

2
255
181

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

Portions of RGB colors in percentages

R + G + B = 2 + 255 + 181 = 438 (100%)
R 2 of 438 ~ 0.46%
G 255 of 438 ~ 58.22%
B 181 of 438 ~ 41.32'%

%58.22
%41.32

CMYK color model

#02FFB5 color CMYK value is (99,0,29,0).

  • cyan value is 99.22%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 0.00%

CMYK: (99,0,29,0)
C99M0Y29K0 (99%, 0%, 29%, 0%)
(0.99 / 0.00 / 0.29 / 0.00)

CMYK percentages

%99.22
%0
%29.02
%0

Codes

Color #02FFB5 in popluar color models

02 FF B5
RGB 2 255 181
HSL 162° 100.00% 50.39%
HSB/HSV 162° 99.22% 100.00%
CMYK 99.22% 0.00% 29.02%
0.00%

Color #02FFB5 in popluar number systems.

HEX 02 FF B5
Decimal 2 255 181
Binary 10 11111111 10110101
Octal 2 377 265

Shades and tints

Shades of #02FFB5

#02FFB5
(2,255,181)
#02E8A5
(2,232,165)
#02D195
(2,209,149)
#02BA85
(2,186,133)
#02A375
(2,163,117)
#028C65
(2,140,101)
#027555
(2,117,85)
#025E45
(2,94,69)
#024735
(2,71,53)
#023025
(2,48,37)
#021915
(2,25,21)
#000000
(0,0,0)

Tints of #02FFB5

#02FFB5
(2,255,181)
#19FFBB
(25,255,187)
#30FFC1
(48,255,193)
#47FFC7
(71,255,199)
#5EFFCD
(94,255,205)
#75FFD3
(117,255,211)
#8CFFD9
(140,255,217)
#A3FFDF
(163,255,223)
#BAFFE5
(186,255,229)
#D1FFEB
(209,255,235)
#E8FFF1
(232,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02FFB5 color. Also use rgb(2,255,181) instead hex code.

Text Font Color

.myTextColor { color: #02FFB5; }

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

This text font color is #02FFB5.

Background Color

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

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

This div background color is #02FFB5.

Border color

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

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

This div border color is #02FFB5.

Opacity

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

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

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

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

This text has shadow with #02FFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02FFB5.

Preview

Color preview on black background

This text has color #02FFB5 on black background.


Color preview on white background

This text has color #02FFB5 on white background.


Black color preview on #02FFB5 background

This text has black color on #02FFB5 background.


White color preview on #02FFB5 background

This text has white color on #02FFB5 background.


Related colors

Complementary color

Complementary color for #hex is #FD004A.


I love getcolorcode.com

Triadic colors

1 #B502FF and #FFB502 with #02FFB5 are triadic colors.

2 #B5FF02 and #FF02B5 with #02FFB5 are triadic colors.