Html Css Color HEX #80B32E Lima

📋 copy color: '#80B32E'

red 128 ◦ green 179 ◦ blue 46

#80B32E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #80B32E

Tints of Lima #80B32E

RGB

 RED value IS 128 (50.39% from 255) = 36.26%

 GREEN value IS 179 (70.31% from 255) = 50.71%

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 36.26%
G = 50.71%
B = 13.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#80B32E (or 0x80B32E) is known color: Lima. HEX triplet: 80, B3 and 2E. RGB value is (128,179,46). Sum of RGB (Red+Green+Blue) = 128+179+46=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #80B32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B32E is #7F4CD1. Grayscale: #959595. Windows color (decimal): -8342738 or 3060608. OLE color: 3060608.

HSL color Cylindrical-coordinate representation of color #80B32E: hue angle of 83.01º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80B32E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 179 46 -
CMYK 0.28 0 0.74 0.30
HSL 83.01º 0.59% 0.44% -
HSV(B) 83.01º 0.74% 0.7% -
XYZ 25.52 37.03 8.39 -
YUV 148.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 128 179 46 0.28 0 0.74 0.30 83.01 0.59 0.44
Hex 80 B3 2E 1C 0 4A 1E 53 3B 2C
Octal 200 263 56 34 0 112 36 123 73 54
Binary 10000000 10110011 101110 11100 0 1001010 11110 1010011 111011 101100

Color Harmonies of #80B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B32E

Black with #80B32E

Text Example


Text Example

White with #80B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,179,46); }

 H1.HeaderClassName
 {
   color: #80B32E;
 }
 .AnyTagClassName
 {
   color: #80B32E;
 }
</style>

background-color css

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

 a { background-color: rgb(128,179,46); }

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

border-color css

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

 span { border-color: rgb(128,179,46); }

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