Html Css Color HEX #7AB42C Lima

📋 copy color: '#7AB42C'

red 122 ◦ green 180 ◦ blue 44

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

Shades of Lima #7AB42C

Tints of Lima #7AB42C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.02%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 35.26%
G = 52.02%
B = 12.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#7AB42C (or 0x7AB42C) is known color: Lima. HEX triplet: 7A, B4 and 2C. RGB value is (122,180,44). Sum of RGB (Red+Green+Blue) = 122+180+44=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB42C is #854BD3. Grayscale: #939393. Windows color (decimal): -8735700 or 2929786. OLE color: 2929786.

HSL color Cylindrical-coordinate representation of color #7AB42C: hue angle of 85.59º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AB42C is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 44 -
CMYK 0.32 0 0.76 0.29
HSL 85.59º 0.61% 0.44% -
HSV(B) 85.59º 0.76% 0.71% -
XYZ 24.8 36.96 8.21 -
YUV 147.15 69.78 110.06 -
System Red Green Blue C M Y K H S L
Decimal 122 180 44 0.32 0 0.76 0.29 85.59 0.61 0.44
Hex 7A B4 2C 20 0 4C 1D 56 3D 2C
Octal 172 264 54 40 0 114 35 126 75 54
Binary 1111010 10110100 101100 100000 0 1001100 11101 1010110 111101 101100

Color Harmonies of #7AB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB42C

Black with #7AB42C

Text Example


Text Example

White with #7AB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,44); }

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

background-color css

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

 a { background-color: rgb(122,180,44); }

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

border-color css

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

 span { border-color: rgb(122,180,44); }

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