COLOR #7AEB3F

HEX: #7AEB3F
RGB: (122,235,63)

Color info

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

RGB color model

#7AEB3F color RGB value is (122,235,63).

  • red value is 122;
  • green value is 235;
  • blue value is 63.
RGB:
(122,235,63)
(48%,92%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 235 of 255 = 92%
B 63 of 255 = 25%

122
235
63

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

Portions of RGB colors in percentages

R + G + B =
122 + 235 + 63 = 420 (100%)
R 122 of 420 ~ 29.05%
G 235 of 420 ~ 55.95%
B 63 of 420 ~ 15%

%29.05
%55.95
%15

CMYK color model

#7AEB3F color CMYK value is (48,0,73,8).

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 73.19%
  • key color value is 7.84%
CMYK:
(48,0,73,8)
C48M0Y73K8 
(48%,0%,73%,8%)
(0.48/0.00/0.73/0.08)	

CMYK percentages

%48.09
%0
%73.19
%7.84

Codes

Color #7AEB3F in popluar color models

7AEB3F
RGB12223563
HSL99°81.13%58.43%
HSB/HSV99°73.19%92.16%
CMYK48.09%0.00%73.19%
7.84%

Color #7AEB3F in popluar number systems.

HEX7AEB3F
Decimal12223563
Binary111101011101011111111
Octal17235377

Shades and tints

Shades of #7AEB3F

#7AEB3F
(122,235,63)
#6FD63A
(111,214,58)
#64C135
(100,193,53)
#59AC30
(89,172,48)
#4E972B
(78,151,43)
#438226
(67,130,38)
#386D21
(56,109,33)
#2D581C
(45,88,28)
#224317
(34,67,23)
#172E12
(23,46,18)
#0C190D
(12,25,13)
#000000
(0,0,0)

Tints of #7AEB3F

#7AEB3F
(122,235,63)
#86EC50
(134,236,80)
#92ED61
(146,237,97)
#9EEE72
(158,238,114)
#AAEF83
(170,239,131)
#B6F094
(182,240,148)
#C2F1A5
(194,241,165)
#CEF2B6
(206,242,182)
#DAF3C7
(218,243,199)
#E6F4D8
(230,244,216)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AEB3F color. Also use rgb(122,235,63) instead hex code.

Text Font Color

.myTextColor { color: #7AEB3F; }

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

This text font color is #7AEB3F.


Background Color

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

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

This div background color is #7AEB3F.


Border color

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

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

This div border color is #7AEB3F.


Opacity

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

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

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

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

This text has shadow with #7AEB3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEB3F on black background.


Color preview on white background

This text has color #7AEB3F on white background.



Black color preview on #7AEB3F background

This text has black color on #7AEB3F background.


White color preview on #7AEB3F background

This text has white color on #7AEB3F background.