COLOR #7BCF3E

HEX: #7BCF3E
RGB: (123,207,62)

Color info

#7BCF3E contains mainly green color. Web safe color of #7BCF3E is #66CC33 (or #6C3).

RGB color model

#7BCF3E color RGB value is (123,207,62).

  • red value is 123;
  • green value is 207;
  • blue value is 62.
RGB:
(123,207,62)
(48%,81%,24%)

RGB channels and saturation

R 123 of 255 = 48%
G 207 of 255 = 81%
B 62 of 255 = 24%

123
207
62

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

Portions of RGB colors in percentages

R + G + B =
123 + 207 + 62 = 392 (100%)
R 123 of 392 ~ 31.38%
G 207 of 392 ~ 52.81%
B 62 of 392 ~ 15.82%

%31.38
%52.81
%15.82

CMYK color model

#7BCF3E color CMYK value is (41,0,70,19).

  • cyan value is 40.58%
  • magenta value is 0.00%
  • yellow value is 70.05%
  • key color value is 18.82%
CMYK:
(41,0,70,19)
C41M0Y70K19 
(41%,0%,70%,19%)
(0.41/0.00/0.70/0.19)	

CMYK percentages

%40.58
%0
%70.05
%18.82

Codes

Color #7BCF3E in popluar color models

7BCF3E
RGB12320762
HSL95°60.17%52.75%
HSB/HSV95°70.05%81.18%
CMYK40.58%0.00%70.05%
18.82%

Color #7BCF3E in popluar number systems.

HEX7BCF3E
Decimal12320762
Binary111101111001111111110
Octal17331776

Shades and tints

Shades of #7BCF3E

#7BCF3E
(123,207,62)
#70BD39
(112,189,57)
#65AB34
(101,171,52)
#5A992F
(90,153,47)
#4F872A
(79,135,42)
#447525
(68,117,37)
#396320
(57,99,32)
#2E511B
(46,81,27)
#233F16
(35,63,22)
#182D11
(24,45,17)
#0D1B0C
(13,27,12)
#000000
(0,0,0)

Tints of #7BCF3E

#7BCF3E
(123,207,62)
#87D34F
(135,211,79)
#93D760
(147,215,96)
#9FDB71
(159,219,113)
#ABDF82
(171,223,130)
#B7E393
(183,227,147)
#C3E7A4
(195,231,164)
#CFEBB5
(207,235,181)
#DBEFC6
(219,239,198)
#E7F3D7
(231,243,215)
#F3F7E8
(243,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCF3E color. Also use rgb(123,207,62) instead hex code.

Text Font Color

.myTextColor { color: #7BCF3E; }

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

This text font color is #7BCF3E.


Background Color

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

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

This div background color is #7BCF3E.


Border color

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

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

This div border color is #7BCF3E.


Opacity

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

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

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

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

This text has shadow with #7BCF3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCF3E on black background.


Color preview on white background

This text has color #7BCF3E on white background.



Black color preview on #7BCF3E background

This text has black color on #7BCF3E background.


White color preview on #7BCF3E background

This text has white color on #7BCF3E background.