Html Css Color HEX #7AB52A Lima

📋 copy color: '#7AB52A'

red 122 ◦ green 181 ◦ blue 42

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

Shades of Lima #7AB52A

Tints of Lima #7AB52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.46%

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

R = 35.36%
G = 52.46%
B = 12.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#7AB52A (or 0x7AB52A) is known color: Lima. HEX triplet: 7A, B5 and 2A. RGB value is (122,181,42). Sum of RGB (Red+Green+Blue) = 122+181+42=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB52A is #854AD5. Grayscale: #949494. Windows color (decimal): -8735446 or 2798970. OLE color: 2798970.

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

Color convert

RGB 122 181 42 -
CMYK 0.33 0 0.77 0.29
HSL 85.47º 0.62% 0.44% -
HSV(B) 85.47º 0.77% 0.71% -
XYZ 24.97 37.35 8.08 -
YUV 147.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 122 181 42 0.33 0 0.77 0.29 85.47 0.62 0.44
Hex 7A B5 2A 21 0 4D 1D 55 3E 2C
Octal 172 265 52 41 0 115 35 125 76 54
Binary 1111010 10110101 101010 100001 0 1001101 11101 1010101 111110 101100

Color Harmonies of #7AB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB52A

Black with #7AB52A

Text Example


Text Example

White with #7AB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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