#80BE2A

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

Shades of Lima #80BE2A

Tints of Lima #80BE2A

Color information

#80BE2A (or 0x80BE2A) is unknown color: approx Lima. HEX triplet: 80, BE and 2A. RGB value is (128,190,42). Sum of RGB (Red+Green+Blue) = 128+190+42=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE2A is #7F41D5. Grayscale: #9B9B9B. Windows color (decimal): -8339926 or 2801280. OLE color: 2801280.

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

Color convert

RGB12819042-
CMYK0.3300.780.25
HSL85.14º63.79%45.49%-
HSV(B)85.14º77.89%74.51%-
XYZ27.7341.588.76-
YUV154.5964.46109.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 190 (74.61% from 255) = 52.78%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=35.56%
G=52.78%
B=11.67%

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
Decimal128190420.3300.780.2585.1463.7945.49
Hex80BE2A2104E1955402d
Octal200276524101163112510055
Binary1000000010111110101010100001010011101100110101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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