Html Css Color HEX #7AB22A Lima

📋 copy color: '#7AB22A'

red 122 ◦ green 178 ◦ blue 42

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

Shades of Lima #7AB22A

Tints of Lima #7AB22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.05%

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 35.67%
G = 52.05%
B = 12.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#7AB22A (or 0x7AB22A) is known color: Lima. HEX triplet: 7A, B2 and 2A. RGB value is (122,178,42). Sum of RGB (Red+Green+Blue) = 122+178+42=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB22A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB22A is #854DD5. Grayscale: #929292. Windows color (decimal): -8736214 or 2798202. OLE color: 2798202.

HSL color Cylindrical-coordinate representation of color #7AB22A: hue angle of 84.71º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AB22A is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 178 42 -
CMYK 0.31 0 0.76 0.30
HSL 84.71º 0.62% 0.43% -
HSV(B) 84.71º 0.76% 0.7% -
XYZ 24.36 36.15 7.88 -
YUV 145.75 69.45 111.06 -
System Red Green Blue C M Y K H S L
Decimal 122 178 42 0.31 0 0.76 0.30 84.71 0.62 0.43
Hex 7A B2 2A 1F 0 4C 1E 55 3E 2B
Octal 172 262 52 37 0 114 36 125 76 53
Binary 1111010 10110010 101010 11111 0 1001100 11110 1010101 111110 101011

Color Harmonies of #7AB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB22A

Black with #7AB22A

Text Example


Text Example

White with #7AB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,178,42); }

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

background-color css

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

 a { background-color: rgb(122,178,42); }

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

border-color css

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

 span { border-color: rgb(122,178,42); }

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