COLOR #7BF503

HEX: #7BF503
RGB: (123,245,3)

Color info

#7BF503 contains mainly green color. Web safe color of #7BF503 is #66FF00 (or #6F0).

RGB color model

#7BF503 color RGB value is (123,245,3).

  • red value is 123;
  • green value is 245;
  • blue value is 3.
RGB:
(123,245,3)
(48%,96%,1%)

RGB channels and saturation

R 123 of 255 = 48%
G 245 of 255 = 96%
B 3 of 255 = 1%

123
245
3

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

Portions of RGB colors in percentages

R + G + B =
123 + 245 + 3 = 371 (100%)
R 123 of 371 ~ 33.15%
G 245 of 371 ~ 66.04%
B 3 of 371 ~ 0.81%

%33.15
%66.04

CMYK color model

#7BF503 color CMYK value is (50,0,99,4).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 98.78%
  • key color value is 3.92%
CMYK:
(50,0,99,4)
C50M0Y99K4 
(50%,0%,99%,4%)
(0.50/0.00/0.99/0.04)	

CMYK percentages

%49.8
%0
%98.78
%3.92

Codes

Color #7BF503 in popluar color models

7BF503
RGB1232453
HSL90°97.58%48.63%
HSB/HSV90°98.78%96.08%
CMYK49.80%0.00%98.78%
3.92%

Color #7BF503 in popluar number systems.

HEX7BF503
Decimal1232453
Binary11110111111010111
Octal1733653

Shades and tints

Shades of #7BF503

#7BF503
(123,245,3)
#70DF03
(112,223,3)
#65C903
(101,201,3)
#5AB303
(90,179,3)
#4F9D03
(79,157,3)
#448703
(68,135,3)
#397103
(57,113,3)
#2E5B03
(46,91,3)
#234503
(35,69,3)
#182F03
(24,47,3)
#0D1903
(13,25,3)
#000000
(0,0,0)

Tints of #7BF503

#7BF503
(123,245,3)
#87F519
(135,245,25)
#93F52F
(147,245,47)
#9FF545
(159,245,69)
#ABF55B
(171,245,91)
#B7F571
(183,245,113)
#C3F587
(195,245,135)
#CFF59D
(207,245,157)
#DBF5B3
(219,245,179)
#E7F5C9
(231,245,201)
#F3F5DF
(243,245,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BF503 color. Also use rgb(123,245,3) instead hex code.

Text Font Color

.myTextColor { color: #7BF503; }

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

This text font color is #7BF503.


Background Color

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

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

This div background color is #7BF503.


Border color

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

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

This div border color is #7BF503.


Opacity

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

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

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

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

This text has shadow with #7BF503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BF503 on black background.


Color preview on white background

This text has color #7BF503 on white background.



Black color preview on #7BF503 background

This text has black color on #7BF503 background.


White color preview on #7BF503 background

This text has white color on #7BF503 background.