COLOR #7ADF19

HEX: #7ADF19
RGB: (122,223,25)

Color info

#7ADF19 contains mainly green color. Web safe color of #7ADF19 is #66CC00 (or #6C0).

RGB color model

#7ADF19 color RGB value is (122,223,25).

  • red value is 122;
  • green value is 223;
  • blue value is 25.
RGB:
(122,223,25)
(48%,87%,10%)

RGB channels and saturation

R 122 of 255 = 48%
G 223 of 255 = 87%
B 25 of 255 = 10%

122
223
25

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

Portions of RGB colors in percentages

R + G + B =
122 + 223 + 25 = 370 (100%)
R 122 of 370 ~ 32.97%
G 223 of 370 ~ 60.27%
B 25 of 370 ~ 6.76%

%32.97
%60.27

CMYK color model

#7ADF19 color CMYK value is (45,0,89,13).

  • cyan value is 45.29%
  • magenta value is 0.00%
  • yellow value is 88.79%
  • key color value is 12.55%
CMYK:
(45,0,89,13)
C45M0Y89K13 
(45%,0%,89%,13%)
(0.45/0.00/0.89/0.13)	

CMYK percentages

%45.29
%0
%88.79
%12.55

Codes

Color #7ADF19 in popluar color models

7ADF19
RGB12222325
HSL91°79.84%48.63%
HSB/HSV91°88.79%87.45%
CMYK45.29%0.00%88.79%
12.55%

Color #7ADF19 in popluar number systems.

HEX7ADF19
Decimal12222325
Binary11110101101111111001
Octal17233731

Shades and tints

Shades of #7ADF19

#7ADF19
(122,223,25)
#6FCB17
(111,203,23)
#64B715
(100,183,21)
#59A313
(89,163,19)
#4E8F11
(78,143,17)
#437B0F
(67,123,15)
#38670D
(56,103,13)
#2D530B
(45,83,11)
#223F09
(34,63,9)
#172B07
(23,43,7)
#0C1705
(12,23,5)
#000000
(0,0,0)

Tints of #7ADF19

#7ADF19
(122,223,25)
#86E12D
(134,225,45)
#92E341
(146,227,65)
#9EE555
(158,229,85)
#AAE769
(170,231,105)
#B6E97D
(182,233,125)
#C2EB91
(194,235,145)
#CEEDA5
(206,237,165)
#DAEFB9
(218,239,185)
#E6F1CD
(230,241,205)
#F2F3E1
(242,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ADF19 color. Also use rgb(122,223,25) instead hex code.

Text Font Color

.myTextColor { color: #7ADF19; }

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

This text font color is #7ADF19.


Background Color

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

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

This div background color is #7ADF19.


Border color

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

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

This div border color is #7ADF19.


Opacity

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

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

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

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

This text has shadow with #7ADF19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ADF19 on black background.


Color preview on white background

This text has color #7ADF19 on white background.



Black color preview on #7ADF19 background

This text has black color on #7ADF19 background.


White color preview on #7ADF19 background

This text has white color on #7ADF19 background.