Html Css Color HEX #7AD120 Lima

📋 copy color: '#7AD120'

red 122 ◦ green 209 ◦ blue 32

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

Shades of Lima #7AD120

Tints of Lima #7AD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.58%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 33.61%
G = 57.58%
B = 8.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#7AD120 (or 0x7AD120) is known color: Lima. HEX triplet: 7A, D1 and 20. RGB value is (122,209,32). Sum of RGB (Red+Green+Blue) = 122+209+32=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD120 is #852EDF. Grayscale: #A3A3A3. Windows color (decimal): -8728288 or 2150778. OLE color: 2150778.

HSL color Cylindrical-coordinate representation of color #7AD120: hue angle of 89.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AD120 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 209 32 -
CMYK 0.42 0 0.85 0.18
HSL 89.49º 0.73% 0.47% -
HSV(B) 89.49º 0.85% 0.82% -
XYZ 31.09 49.84 9.35 -
YUV 162.81 54.18 98.89 -
System Red Green Blue C M Y K H S L
Decimal 122 209 32 0.42 0 0.85 0.18 89.49 0.73 0.47
Hex 7A D1 20 2A 0 55 12 59 49 2F
Octal 172 321 40 52 0 125 22 131 111 57
Binary 1111010 11010001 100000 101010 0 1010101 10010 1011001 1001001 101111

Color Harmonies of #7AD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD120

Black with #7AD120

Text Example


Text Example

White with #7AD120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,209,32); }

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

background-color css

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

 a { background-color: rgb(122,209,32); }

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

border-color css

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

 span { border-color: rgb(122,209,32); }

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