#80B02C

Color #80B02C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80B02C

Tints of Lima #80B02C

Color information

#80B02C (or 0x80B02C) is unknown color: approx Lima. HEX triplet: 80, B0 and 2C. RGB value is (128,176,44). Sum of RGB (Red+Green+Blue) = 128+176+44=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #80B02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B02C is #7F4FD3. Grayscale: #939393. Windows color (decimal): -8343508 or 2928768. OLE color: 2928768.

HSL color Cylindrical-coordinate representation of color #80B02C: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80B02C is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB12817644-
CMYK0.2700.750.31
HSL81.82º60%43.14%-
HSV(B)81.82º75%69.02%-
XYZ24.8835.827.99-
YUV146.670.1114.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 176 (69.14% from 255) = 50.57%
BLUE value IS 44 (17.58% from 255) = 12.64%
R=36.78%
G=50.57%
B=12.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128176440.2700.750.3181.826043.14
Hex80B02C1B04B1F523c2b
Octal20026054330113371227453
Binary10000000101100001011001101101001011111111010010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B02C; }

 p { color: rgb(128,176,44); }

 H1.HeaderClassName
 {
   color: #80B02C;
 }
 .AnyTagClassName
 {
   color: #80B02C;
 }
</style>
background-color css

<style>
 a { background-color: #80B02C; }

 a { background-color: rgb(128,176,44); }

 div.DivClassName
 {
   background-color: #80B02C;
 }
 .BgClassName
 {
   background-color: #80B02C;
 }
</style>
border-color css

<style>
 span { border-color: #80B02C; }

 span { border-color: rgb(128,176,44); }

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