#80BE28

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

Shades of Lima #80BE28

Tints of Lima #80BE28

Color information

#80BE28 (or 0x80BE28) is unknown color: approx Lima. HEX triplet: 80, BE and 28. RGB value is (128,190,40). Sum of RGB (Red+Green+Blue) = 128+190+40=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE28 is #7F41D7. Grayscale: #9A9A9A. Windows color (decimal): -8339928 or 2670208. OLE color: 2670208.

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

Color convert

RGB12819040-
CMYK0.3300.790.25
HSL84.8º65.22%45.1%-
HSV(B)84.8º78.95%74.51%-
XYZ27.741.578.57-
YUV154.3663.46109.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 190 (74.61% from 255) = 53.07%
BLUE value IS 40 (16.02% from 255) = 11.17%
R=35.75%
G=53.07%
B=11.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128190400.3300.790.2584.865.2245.1
Hex80BE282104F1955412d
Octal200276504101173112510155
Binary1000000010111110101000100001010011111100110101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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