COLOR #7BED20

HEX: #7BED20
RGB: (123,237,32)

Color info

#7BED20 contains mainly green color. Web safe color of #7BED20 is #66FF33 (or #6F3).

RGB color model

#7BED20 color RGB value is (123,237,32).

  • red value is 123;
  • green value is 237;
  • blue value is 32.
RGB:
(123,237,32)
(48%,93%,13%)

RGB channels and saturation

R 123 of 255 = 48%
G 237 of 255 = 93%
B 32 of 255 = 13%

123
237
32

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

Portions of RGB colors in percentages

R + G + B =
123 + 237 + 32 = 392 (100%)
R 123 of 392 ~ 31.38%
G 237 of 392 ~ 60.46%
B 32 of 392 ~ 8.16%

%31.38
%60.46

CMYK color model

#7BED20 color CMYK value is (48,0,86,7).

  • cyan value is 48.10%
  • magenta value is 0.00%
  • yellow value is 86.50%
  • key color value is 7.06%
CMYK:
(48,0,86,7)
C48M0Y86K7 
(48%,0%,86%,7%)
(0.48/0.00/0.86/0.07)	

CMYK percentages

%48.1
%0
%86.5
%7.06

Codes

Color #7BED20 in popluar color models

7BED20
RGB12323732
HSL93°85.06%52.75%
HSB/HSV93°86.50%92.94%
CMYK48.10%0.00%86.50%
7.06%

Color #7BED20 in popluar number systems.

HEX7BED20
Decimal12323732
Binary111101111101101100000
Octal17335540

Shades and tints

Shades of #7BED20

#7BED20
(123,237,32)
#70D81E
(112,216,30)
#65C31C
(101,195,28)
#5AAE1A
(90,174,26)
#4F9918
(79,153,24)
#448416
(68,132,22)
#396F14
(57,111,20)
#2E5A12
(46,90,18)
#234510
(35,69,16)
#18300E
(24,48,14)
#0D1B0C
(13,27,12)
#000000
(0,0,0)

Tints of #7BED20

#7BED20
(123,237,32)
#87EE34
(135,238,52)
#93EF48
(147,239,72)
#9FF05C
(159,240,92)
#ABF170
(171,241,112)
#B7F284
(183,242,132)
#C3F398
(195,243,152)
#CFF4AC
(207,244,172)
#DBF5C0
(219,245,192)
#E7F6D4
(231,246,212)
#F3F7E8
(243,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BED20 color. Also use rgb(123,237,32) instead hex code.

Text Font Color

.myTextColor { color: #7BED20; }

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

This text font color is #7BED20.


Background Color

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

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

This div background color is #7BED20.


Border color

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

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

This div border color is #7BED20.


Opacity

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

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

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

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

This text has shadow with #7BED20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BED20 on black background.


Color preview on white background

This text has color #7BED20 on white background.



Black color preview on #7BED20 background

This text has black color on #7BED20 background.


White color preview on #7BED20 background

This text has white color on #7BED20 background.