COLOR #02F759

HEX: #02F759
RGB: (2,247,89)

Color info

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

RGB color model

#02F759 color RGB value is (2,247,89).

  • red value is 2;
  • green value is 247;
  • blue value is 89.
RGB:
(2,247,89)
(1%,97%,35%)

RGB channels and saturation

R 2 of 255 = 1%
G 247 of 255 = 97%
B 89 of 255 = 35%

2
247
89

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

Portions of RGB colors in percentages

R + G + B =
2 + 247 + 89 = 338 (100%)
R 2 of 338 ~ 0.59%
G 247 of 338 ~ 73.08%
B 89 of 338 ~ 26.33%

%73.08
%26.33

CMYK color model

#02F759 color CMYK value is (99,0,64,3).

  • cyan value is 99.19%
  • magenta value is 0.00%
  • yellow value is 63.97%
  • key color value is 3.14%
CMYK:
(99,0,64,3)
C99M0Y64K3 
(99%,0%,64%,3%)
(0.99/0.00/0.64/0.03)	

CMYK percentages

%99.19
%0
%63.97
%3.14

Codes

Color #02F759 in popluar color models

02F759
RGB224789
HSL141°98.39%48.82%
HSB/HSV141°99.19%96.86%
CMYK99.19%0.00%63.97%
3.14%

Color #02F759 in popluar number systems.

HEX02F759
Decimal224789
Binary10111101111011001
Octal2367131

Shades and tints

Shades of #02F759

#02F759
(2,247,89)
#02E151
(2,225,81)
#02CB49
(2,203,73)
#02B541
(2,181,65)
#029F39
(2,159,57)
#028931
(2,137,49)
#027329
(2,115,41)
#025D21
(2,93,33)
#024719
(2,71,25)
#023111
(2,49,17)
#021B09
(2,27,9)
#000000
(0,0,0)

Tints of #02F759

#02F759
(2,247,89)
#19F768
(25,247,104)
#30F777
(48,247,119)
#47F786
(71,247,134)
#5EF795
(94,247,149)
#75F7A4
(117,247,164)
#8CF7B3
(140,247,179)
#A3F7C2
(163,247,194)
#BAF7D1
(186,247,209)
#D1F7E0
(209,247,224)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02F759 color. Also use rgb(2,247,89) instead hex code.

Text Font Color

.myTextColor { color: #02F759; }

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

This text font color is #02F759.


Background Color

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

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

This div background color is #02F759.


Border color

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

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

This div border color is #02F759.


Opacity

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

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

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

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

This text has shadow with #02F759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02F759 on black background.


Color preview on white background

This text has color #02F759 on white background.



Black color preview on #02F759 background

This text has black color on #02F759 background.


White color preview on #02F759 background

This text has white color on #02F759 background.