COLOR #7BD12C

HEX: #7BD12C
RGB: (123,209,44)

Color info

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

RGB color model

#7BD12C color RGB value is (123,209,44).

  • red value is 123;
  • green value is 209;
  • blue value is 44.
RGB:
(123,209,44)
(48%,82%,17%)

RGB channels and saturation

R 123 of 255 = 48%
G 209 of 255 = 82%
B 44 of 255 = 17%

123
209
44

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

Portions of RGB colors in percentages

R + G + B =
123 + 209 + 44 = 376 (100%)
R 123 of 376 ~ 32.71%
G 209 of 376 ~ 55.59%
B 44 of 376 ~ 11.7%

%32.71
%55.59
%11.7

CMYK color model

#7BD12C color CMYK value is (41,0,79,18).

  • cyan value is 41.15%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 18.04%
CMYK:
(41,0,79,18)
C41M0Y79K18 
(41%,0%,79%,18%)
(0.41/0.00/0.79/0.18)	

CMYK percentages

%41.15
%0
%78.95
%18.04

Codes

Color #7BD12C in popluar color models

7BD12C
RGB12320944
HSL91°65.22%49.61%
HSB/HSV91°78.95%81.96%
CMYK41.15%0.00%78.95%
18.04%

Color #7BD12C in popluar number systems.

HEX7BD12C
Decimal12320944
Binary111101111010001101100
Octal17332154

Shades and tints

Shades of #7BD12C

#7BD12C
(123,209,44)
#70BE28
(112,190,40)
#65AB24
(101,171,36)
#5A9820
(90,152,32)
#4F851C
(79,133,28)
#447218
(68,114,24)
#395F14
(57,95,20)
#2E4C10
(46,76,16)
#23390C
(35,57,12)
#182608
(24,38,8)
#0D1304
(13,19,4)
#000000
(0,0,0)

Tints of #7BD12C

#7BD12C
(123,209,44)
#87D53F
(135,213,63)
#93D952
(147,217,82)
#9FDD65
(159,221,101)
#ABE178
(171,225,120)
#B7E58B
(183,229,139)
#C3E99E
(195,233,158)
#CFEDB1
(207,237,177)
#DBF1C4
(219,241,196)
#E7F5D7
(231,245,215)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD12C color. Also use rgb(123,209,44) instead hex code.

Text Font Color

.myTextColor { color: #7BD12C; }

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

This text font color is #7BD12C.


Background Color

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

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

This div background color is #7BD12C.


Border color

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

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

This div border color is #7BD12C.


Opacity

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

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

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

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

This text has shadow with #7BD12C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD12C on black background.


Color preview on white background

This text has color #7BD12C on white background.



Black color preview on #7BD12C background

This text has black color on #7BD12C background.


White color preview on #7BD12C background

This text has white color on #7BD12C background.