Html Css Color HEX #7ADD30 Yellow Green

📋 copy color: '#7ADD30'

red 122 ◦ green 221 ◦ blue 48

#7ADD30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #7ADD30

Tints of Yellow Green #7ADD30

RGB

 RED value IS 122 (48.05% from 255) = 31.2%

 GREEN value IS 221 (86.72% from 255) = 56.52%

 BLUE value IS 48 (19.14% from 255) = 12.28%

R = 31.2%
G = 56.52%
B = 12.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7ADD30 (or 0x7ADD30) is known color: Yellow Green. HEX triplet: 7A, DD and 30. RGB value is (122,221,48). Sum of RGB (Red+Green+Blue) = 122+221+48=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD30 is #8522CF. Grayscale: #ACACAC. Windows color (decimal): -8725200 or 3202426. OLE color: 3202426.

HSL color Cylindrical-coordinate representation of color #7ADD30: hue angle of 94.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ADD30 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 48 -
CMYK 0.45 0 0.78 0.13
HSL 94.34º 0.72% 0.53% -
HSV(B) 94.34º 0.78% 0.87% -
XYZ 34.42 56.06 11.8 -
YUV 171.68 58.2 92.57 -
System Red Green Blue C M Y K H S L
Decimal 122 221 48 0.45 0 0.78 0.13 94.34 0.72 0.53
Hex 7A DD 30 2D 0 4E D 5E 48 35
Octal 172 335 60 55 0 116 15 136 110 65
Binary 1111010 11011101 110000 101101 0 1001110 1101 1011110 1001000 110101

Color Harmonies of #7ADD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD30

Black with #7ADD30

Text Example


Text Example

White with #7ADD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ADD30; }

 p { color: rgb(122,221,48); }

 H1.HeaderClassName
 {
   color: #7ADD30;
 }
 .AnyTagClassName
 {
   color: #7ADD30;
 }
</style>

background-color css

<style>
 a { background-color: #7ADD30; }

 a { background-color: rgb(122,221,48); }

 div.DivClassName
 {
   background-color: #7ADD30;
 }
 .BgClassName
 {
   background-color: #7ADD30;
 }
</style>

border-color css

<style>
 span { border-color: #7ADD30; }

 span { border-color: rgb(122,221,48); }

 td.TdClassName
 {
   border-color: #7ADD30;
 }
 .TagClassName
 {
   border-color: #7ADD30;
 }
</style>