#80BF2A

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

Shades of Lima #80BF2A

Tints of Lima #80BF2A

Color information

#80BF2A (or 0x80BF2A) is unknown color: approx Lima. HEX triplet: 80, BF and 2A. RGB value is (128,191,42). Sum of RGB (Red+Green+Blue) = 128+191+42=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF2A is #7F40D5. Grayscale: #9B9B9B. Windows color (decimal): -8339670 or 2801536. OLE color: 2801536.

HSL color Cylindrical-coordinate representation of color #80BF2A: hue angle of 85.37º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80BF2A is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB12819142-
CMYK0.3300.780.25
HSL85.37º63.95%45.69%-
HSV(B)85.37º78.01%74.9%-
XYZ27.9542.028.83-
YUV155.1864.13108.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 191 (75% from 255) = 52.91%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=35.46%
G=52.91%
B=11.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128191420.3300.780.2585.3763.9545.69
Hex80BF2A2104E1955402e
Octal200277524101163112510056
Binary1000000010111111101010100001010011101100110101011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,191,42); }

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

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

 a { background-color: rgb(128,191,42); }

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

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

 span { border-color: rgb(128,191,42); }

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