#80BA30

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

Shades of Lima #80BA30

Tints of Lima #80BA30

Color information

#80BA30 (or 0x80BA30) is unknown color: approx Lima. HEX triplet: 80, BA and 30. RGB value is (128,186,48). Sum of RGB (Red+Green+Blue) = 128+186+48=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA30 is #7F45CF. Grayscale: #999999. Windows color (decimal): -8340944 or 3193472. OLE color: 3193472.

HSL color Cylindrical-coordinate representation of color #80BA30: hue angle of 85.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80BA30 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB12818648-
CMYK0.3100.740.27
HSL85.22º58.97%45.88%-
HSV(B)85.22º74.19%72.94%-
XYZ26.9939.929.08-
YUV152.9368.78110.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 51.38%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=35.36%
G=51.38%
B=13.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128186480.3100.740.2785.2258.9745.88
Hex80BA301F04A1B553b2e
Octal20027260370112331257356
Binary10000000101110101100001111101001010110111010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,48); }

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

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

 a { background-color: rgb(128,186,48); }

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

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

 span { border-color: rgb(128,186,48); }

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