COLOR #7FEB02

HEX: #7FEB02
RGB: (127,235,2)

Color info

#7FEB02 contains mainly green color. Web safe color of #7FEB02 is #66FF00 (or #6F0).

RGB color model

#7FEB02 color RGB value is (127,235,2).

  • red value is 127;
  • green value is 235;
  • blue value is 2.
RGB:
(127,235,2)
(50%,92%,1%)

RGB channels and saturation

R 127 of 255 = 50%
G 235 of 255 = 92%
B 2 of 255 = 1%

127
235
2

R + G + B ~ 48%. #7FEB02 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 235 + 2 = 364 (100%)
R 127 of 364 ~ 34.89%
G 235 of 364 ~ 64.56%
B 2 of 364 ~ 0.55%

%34.89
%64.56

CMYK color model

#7FEB02 color CMYK value is (46,0,99,8).

  • cyan value is 45.96%
  • magenta value is 0.00%
  • yellow value is 99.15%
  • key color value is 7.84%
CMYK:
(46,0,99,8)
C46M0Y99K8 
(46%,0%,99%,8%)
(0.46/0.00/0.99/0.08)	

CMYK percentages

%45.96
%0
%99.15
%7.84

Codes

Color #7FEB02 in popluar color models

7FEB02
RGB1272352
HSL88°98.31%46.47%
HSB/HSV88°99.15%92.16%
CMYK45.96%0.00%99.15%
7.84%

Color #7FEB02 in popluar number systems.

HEX7FEB02
Decimal1272352
Binary11111111110101110
Octal1773532

Shades and tints

Shades of #7FEB02

#7FEB02
(127,235,2)
#74D602
(116,214,2)
#69C102
(105,193,2)
#5EAC02
(94,172,2)
#539702
(83,151,2)
#488202
(72,130,2)
#3D6D02
(61,109,2)
#325802
(50,88,2)
#274302
(39,67,2)
#1C2E02
(28,46,2)
#111902
(17,25,2)
#000000
(0,0,0)

Tints of #7FEB02

#7FEB02
(127,235,2)
#8AEC19
(138,236,25)
#95ED30
(149,237,48)
#A0EE47
(160,238,71)
#ABEF5E
(171,239,94)
#B6F075
(182,240,117)
#C1F18C
(193,241,140)
#CCF2A3
(204,242,163)
#D7F3BA
(215,243,186)
#E2F4D1
(226,244,209)
#EDF5E8
(237,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FEB02 color. Also use rgb(127,235,2) instead hex code.

Text Font Color

.myTextColor { color: #7FEB02; }

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

This text font color is #7FEB02.


Background Color

.myBgColor { background-color: #7FEB02; }

<div style="background-color:#7FEB02">Inner text</div>

This div background color is #7FEB02.


Border color

.myBorderColor { border: 1px solid #7FEB02; }

<div style="border:3px solid #7FEB02">Div</div>

This div border color is #7FEB02.


Opacity

.myOpacity80 { color: #7FEB02; opacity: 0.8; }

<p style="color:#7FEB02;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FEB02 color.

.textShadow {text-shadow: 3px 3px 1px #7FEB02, 3px 3px 1px red;}

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

This text has shadow with #7FEB02 primary color and red secondary color.


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

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

This text has shadow with #7FEB02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FEB02 on black background.


Color preview on white background

This text has color #7FEB02 on white background.



Black color preview on #7FEB02 background

This text has black color on #7FEB02 background.


White color preview on #7FEB02 background

This text has white color on #7FEB02 background.