COLOR #7BE214

HEX: #7BE214
RGB: (123,226,20)

Color info

#7BE214 contains mainly green color. Web safe color of #7BE214 is #66CC00 (or #6C0).

RGB color model

#7BE214 color RGB value is (123,226,20).

  • red value is 123;
  • green value is 226;
  • blue value is 20.
RGB:
(123,226,20)
(48%,89%,8%)

RGB channels and saturation

R 123 of 255 = 48%
G 226 of 255 = 89%
B 20 of 255 = 8%

123
226
20

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

Portions of RGB colors in percentages

R + G + B =
123 + 226 + 20 = 369 (100%)
R 123 of 369 ~ 33.33%
G 226 of 369 ~ 61.25%
B 20 of 369 ~ 5.42%

%33.33
%61.25

CMYK color model

#7BE214 color CMYK value is (46,0,91,11).

  • cyan value is 45.58%
  • magenta value is 0.00%
  • yellow value is 91.15%
  • key color value is 11.37%
CMYK:
(46,0,91,11)
C46M0Y91K11 
(46%,0%,91%,11%)
(0.46/0.00/0.91/0.11)	

CMYK percentages

%45.58
%0
%91.15
%11.37

Codes

Color #7BE214 in popluar color models

7BE214
RGB12322620
HSL90°83.74%48.24%
HSB/HSV90°91.15%88.63%
CMYK45.58%0.00%91.15%
11.37%

Color #7BE214 in popluar number systems.

HEX7BE214
Decimal12322620
Binary11110111110001010100
Octal17334224

Shades and tints

Shades of #7BE214

#7BE214
(123,226,20)
#70CE13
(112,206,19)
#65BA12
(101,186,18)
#5AA611
(90,166,17)
#4F9210
(79,146,16)
#447E0F
(68,126,15)
#396A0E
(57,106,14)
#2E560D
(46,86,13)
#23420C
(35,66,12)
#182E0B
(24,46,11)
#0D1A0A
(13,26,10)
#000000
(0,0,0)

Tints of #7BE214

#7BE214
(123,226,20)
#87E429
(135,228,41)
#93E63E
(147,230,62)
#9FE853
(159,232,83)
#ABEA68
(171,234,104)
#B7EC7D
(183,236,125)
#C3EE92
(195,238,146)
#CFF0A7
(207,240,167)
#DBF2BC
(219,242,188)
#E7F4D1
(231,244,209)
#F3F6E6
(243,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BE214 color. Also use rgb(123,226,20) instead hex code.

Text Font Color

.myTextColor { color: #7BE214; }

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

This text font color is #7BE214.


Background Color

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

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

This div background color is #7BE214.


Border color

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

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

This div border color is #7BE214.


Opacity

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

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

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

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

This text has shadow with #7BE214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BE214 on black background.


Color preview on white background

This text has color #7BE214 on white background.



Black color preview on #7BE214 background

This text has black color on #7BE214 background.


White color preview on #7BE214 background

This text has white color on #7BE214 background.