COLOR #02E726

HEX: #02E726
RGB: (2,231,38)

Color info

#02E726 contains mainly green color. Web safe color of #02E726 is #00FF33 (or #0F3).

RGB color model

#02E726 color RGB value is (2,231,38).

  • red value is 2;
  • green value is 231;
  • blue value is 38.
RGB:
(2,231,38)
(1%,91%,15%)

RGB channels and saturation

R 2 of 255 = 1%
G 231 of 255 = 91%
B 38 of 255 = 15%

2
231
38

R + G + B ~ 36%. #02E726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 231 + 38 = 271 (100%)
R 2 of 271 ~ 0.74%
G 231 of 271 ~ 85.24%
B 38 of 271 ~ 14.02%

%85.24
%14.02

CMYK color model

#02E726 color CMYK value is (99,0,84,9).

  • cyan value is 99.13%
  • magenta value is 0.00%
  • yellow value is 83.55%
  • key color value is 9.41%
CMYK:
(99,0,84,9)
C99M0Y84K9 
(99%,0%,84%,9%)
(0.99/0.00/0.84/0.09)	

CMYK percentages

%99.13
%0
%83.55
%9.41

Codes

Color #02E726 in popluar color models

02E726
RGB223138
HSL129°98.28%45.69%
HSB/HSV129°99.13%90.59%
CMYK99.13%0.00%83.55%
9.41%

Color #02E726 in popluar number systems.

HEX02E726
Decimal223138
Binary1011100111100110
Octal234746

Shades and tints

Shades of #02E726

#02E726
(2,231,38)
#02D223
(2,210,35)
#02BD20
(2,189,32)
#02A81D
(2,168,29)
#02931A
(2,147,26)
#027E17
(2,126,23)
#026914
(2,105,20)
#025411
(2,84,17)
#023F0E
(2,63,14)
#022A0B
(2,42,11)
#021508
(2,21,8)
#000000
(0,0,0)

Tints of #02E726

#02E726
(2,231,38)
#19E939
(25,233,57)
#30EB4C
(48,235,76)
#47ED5F
(71,237,95)
#5EEF72
(94,239,114)
#75F185
(117,241,133)
#8CF398
(140,243,152)
#A3F5AB
(163,245,171)
#BAF7BE
(186,247,190)
#D1F9D1
(209,249,209)
#E8FBE4
(232,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02E726 color. Also use rgb(2,231,38) instead hex code.

Text Font Color

.myTextColor { color: #02E726; }

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

This text font color is #02E726.


Background Color

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

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

This div background color is #02E726.


Border color

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

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

This div border color is #02E726.


Opacity

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

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

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

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

This text has shadow with #02E726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02E726 on black background.


Color preview on white background

This text has color #02E726 on white background.



Black color preview on #02E726 background

This text has black color on #02E726 background.


White color preview on #02E726 background

This text has white color on #02E726 background.