COLOR #7AE325

HEX: #7AE325
RGB: (122,227,37)

Color info

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

RGB color model

#7AE325 color RGB value is (122,227,37).

  • red value is 122;
  • green value is 227;
  • blue value is 37.
RGB:
(122,227,37)
(48%,89%,15%)

RGB channels and saturation

R 122 of 255 = 48%
G 227 of 255 = 89%
B 37 of 255 = 15%

122
227
37

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

Portions of RGB colors in percentages

R + G + B =
122 + 227 + 37 = 386 (100%)
R 122 of 386 ~ 31.61%
G 227 of 386 ~ 58.81%
B 37 of 386 ~ 9.59%

%31.61
%58.81
%9.59

CMYK color model

#7AE325 color CMYK value is (46,0,84,11).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 83.70%
  • key color value is 10.98%
CMYK:
(46,0,84,11)
C46M0Y84K11 
(46%,0%,84%,11%)
(0.46/0.00/0.84/0.11)	

CMYK percentages

%46.26
%0
%83.7
%10.98

Codes

Color #7AE325 in popluar color models

7AE325
RGB12222737
HSL93°77.24%51.76%
HSB/HSV93°83.70%89.02%
CMYK46.26%0.00%83.70%
10.98%

Color #7AE325 in popluar number systems.

HEX7AE325
Decimal12222737
Binary111101011100011100101
Octal17234345

Shades and tints

Shades of #7AE325

#7AE325
(122,227,37)
#6FCF22
(111,207,34)
#64BB1F
(100,187,31)
#59A71C
(89,167,28)
#4E9319
(78,147,25)
#437F16
(67,127,22)
#386B13
(56,107,19)
#2D5710
(45,87,16)
#22430D
(34,67,13)
#172F0A
(23,47,10)
#0C1B07
(12,27,7)
#000000
(0,0,0)

Tints of #7AE325

#7AE325
(122,227,37)
#86E538
(134,229,56)
#92E74B
(146,231,75)
#9EE95E
(158,233,94)
#AAEB71
(170,235,113)
#B6ED84
(182,237,132)
#C2EF97
(194,239,151)
#CEF1AA
(206,241,170)
#DAF3BD
(218,243,189)
#E6F5D0
(230,245,208)
#F2F7E3
(242,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE325 color. Also use rgb(122,227,37) instead hex code.

Text Font Color

.myTextColor { color: #7AE325; }

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

This text font color is #7AE325.


Background Color

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

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

This div background color is #7AE325.


Border color

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

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

This div border color is #7AE325.


Opacity

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

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

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

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

This text has shadow with #7AE325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE325 on black background.


Color preview on white background

This text has color #7AE325 on white background.



Black color preview on #7AE325 background

This text has black color on #7AE325 background.


White color preview on #7AE325 background

This text has white color on #7AE325 background.