COLOR #7BF11C

HEX: #7BF11C
RGB: (123,241,28)

Color info

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

RGB color model

#7BF11C color RGB value is (123,241,28).

  • red value is 123;
  • green value is 241;
  • blue value is 28.
RGB:
(123,241,28)
(48%,95%,11%)

RGB channels and saturation

R 123 of 255 = 48%
G 241 of 255 = 95%
B 28 of 255 = 11%

123
241
28

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

Portions of RGB colors in percentages

R + G + B =
123 + 241 + 28 = 392 (100%)
R 123 of 392 ~ 31.38%
G 241 of 392 ~ 61.48%
B 28 of 392 ~ 7.14%

%31.38
%61.48

CMYK color model

#7BF11C color CMYK value is (49,0,88,5).

  • cyan value is 48.96%
  • magenta value is 0.00%
  • yellow value is 88.38%
  • key color value is 5.49%
CMYK:
(49,0,88,5)
C49M0Y88K5 
(49%,0%,88%,5%)
(0.49/0.00/0.88/0.05)	

CMYK percentages

%48.96
%0
%88.38
%5.49

Codes

Color #7BF11C in popluar color models

7BF11C
RGB12324128
HSL93°88.38%52.75%
HSB/HSV93°88.38%94.51%
CMYK48.96%0.00%88.38%
5.49%

Color #7BF11C in popluar number systems.

HEX7BF11C
Decimal12324128
Binary11110111111000111100
Octal17336134

Shades and tints

Shades of #7BF11C

#7BF11C
(123,241,28)
#70DC1A
(112,220,26)
#65C718
(101,199,24)
#5AB216
(90,178,22)
#4F9D14
(79,157,20)
#448812
(68,136,18)
#397310
(57,115,16)
#2E5E0E
(46,94,14)
#23490C
(35,73,12)
#18340A
(24,52,10)
#0D1F08
(13,31,8)
#000000
(0,0,0)

Tints of #7BF11C

#7BF11C
(123,241,28)
#87F230
(135,242,48)
#93F344
(147,243,68)
#9FF458
(159,244,88)
#ABF56C
(171,245,108)
#B7F680
(183,246,128)
#C3F794
(195,247,148)
#CFF8A8
(207,248,168)
#DBF9BC
(219,249,188)
#E7FAD0
(231,250,208)
#F3FBE4
(243,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BF11C color. Also use rgb(123,241,28) instead hex code.

Text Font Color

.myTextColor { color: #7BF11C; }

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

This text font color is #7BF11C.


Background Color

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

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

This div background color is #7BF11C.


Border color

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

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

This div border color is #7BF11C.


Opacity

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

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

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

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

This text has shadow with #7BF11C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BF11C on black background.


Color preview on white background

This text has color #7BF11C on white background.



Black color preview on #7BF11C background

This text has black color on #7BF11C background.


White color preview on #7BF11C background

This text has white color on #7BF11C background.