Html Css Color HEX #7AB82B Lima

📋 copy color: '#7AB82B'

red 122 ◦ green 184 ◦ blue 43

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

Shades of Lima #7AB82B

Tints of Lima #7AB82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.72%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 34.96%
G = 52.72%
B = 12.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#7AB82B (or 0x7AB82B) is known color: Lima. HEX triplet: 7A, B8 and 2B. RGB value is (122,184,43). Sum of RGB (Red+Green+Blue) = 122+184+43=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB82B is #8547D4. Grayscale: #959595. Windows color (decimal): -8734677 or 2865274. OLE color: 2865274.

HSL color Cylindrical-coordinate representation of color #7AB82B: hue angle of 86.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AB82B is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 184 43 -
CMYK 0.34 0 0.77 0.28
HSL 86.38º 0.62% 0.45% -
HSV(B) 86.38º 0.77% 0.72% -
XYZ 25.6 38.59 8.39 -
YUV 149.39 67.96 108.46 -
System Red Green Blue C M Y K H S L
Decimal 122 184 43 0.34 0 0.77 0.28 86.38 0.62 0.45
Hex 7A B8 2B 22 0 4D 1C 56 3E 2D
Octal 172 270 53 42 0 115 34 126 76 55
Binary 1111010 10111000 101011 100010 0 1001101 11100 1010110 111110 101101

Color Harmonies of #7AB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB82B

Black with #7AB82B

Text Example


Text Example

White with #7AB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,184,43); }

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

background-color css

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

 a { background-color: rgb(122,184,43); }

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

border-color css

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

 span { border-color: rgb(122,184,43); }

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