COLOR #7BCA1D

HEX: #7BCA1D
RGB: (123,202,29)

Color info

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

RGB color model

#7BCA1D color RGB value is (123,202,29).

  • red value is 123;
  • green value is 202;
  • blue value is 29.
RGB:
(123,202,29)
(48%,79%,11%)

RGB channels and saturation

R 123 of 255 = 48%
G 202 of 255 = 79%
B 29 of 255 = 11%

123
202
29

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

Portions of RGB colors in percentages

R + G + B =
123 + 202 + 29 = 354 (100%)
R 123 of 354 ~ 34.75%
G 202 of 354 ~ 57.06%
B 29 of 354 ~ 8.19%

%34.75
%57.06

CMYK color model

#7BCA1D color CMYK value is (39,0,86,21).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 85.64%
  • key color value is 20.78%
CMYK:
(39,0,86,21)
C39M0Y86K21 
(39%,0%,86%,21%)
(0.39/0.00/0.86/0.21)	

CMYK percentages

%39.11
%0
%85.64
%20.78

Codes

Color #7BCA1D in popluar color models

7BCA1D
RGB12320229
HSL87°74.89%45.29%
HSB/HSV87°85.64%79.22%
CMYK39.11%0.00%85.64%
20.78%

Color #7BCA1D in popluar number systems.

HEX7BCA1D
Decimal12320229
Binary11110111100101011101
Octal17331235

Shades and tints

Shades of #7BCA1D

#7BCA1D
(123,202,29)
#70B81B
(112,184,27)
#65A619
(101,166,25)
#5A9417
(90,148,23)
#4F8215
(79,130,21)
#447013
(68,112,19)
#395E11
(57,94,17)
#2E4C0F
(46,76,15)
#233A0D
(35,58,13)
#18280B
(24,40,11)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #7BCA1D

#7BCA1D
(123,202,29)
#87CE31
(135,206,49)
#93D245
(147,210,69)
#9FD659
(159,214,89)
#ABDA6D
(171,218,109)
#B7DE81
(183,222,129)
#C3E295
(195,226,149)
#CFE6A9
(207,230,169)
#DBEABD
(219,234,189)
#E7EED1
(231,238,209)
#F3F2E5
(243,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCA1D color. Also use rgb(123,202,29) instead hex code.

Text Font Color

.myTextColor { color: #7BCA1D; }

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

This text font color is #7BCA1D.


Background Color

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

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

This div background color is #7BCA1D.


Border color

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

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

This div border color is #7BCA1D.


Opacity

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

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

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

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

This text has shadow with #7BCA1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCA1D on black background.


Color preview on white background

This text has color #7BCA1D on white background.



Black color preview on #7BCA1D background

This text has black color on #7BCA1D background.


White color preview on #7BCA1D background

This text has white color on #7BCA1D background.