Html Css Color HEX #80B42E Lima

📋 copy color: '#80B42E'

red 128 ◦ green 180 ◦ blue 46

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

Shades of Lima #80B42E

Tints of Lima #80B42E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

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

R = 36.16%
G = 50.85%
B = 12.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#80B42E (or 0x80B42E) is known color: Lima. HEX triplet: 80, B4 and 2E. RGB value is (128,180,46). Sum of RGB (Red+Green+Blue) = 128+180+46=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #80B42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B42E is #7F4BD1. Grayscale: #959595. Windows color (decimal): -8342482 or 3060864. OLE color: 3060864.

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

Color convert

RGB 128 180 46 -
CMYK 0.29 0 0.74 0.29
HSL 83.28º 0.59% 0.44% -
HSV(B) 83.28º 0.74% 0.71% -
XYZ 25.72 37.43 8.45 -
YUV 149.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 128 180 46 0.29 0 0.74 0.29 83.28 0.59 0.44
Hex 80 B4 2E 1D 0 4A 1D 53 3B 2C
Octal 200 264 56 35 0 112 35 123 73 54
Binary 10000000 10110100 101110 11101 0 1001010 11101 1010011 111011 101100

Color Harmonies of #80B42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B42E

Black with #80B42E

Text Example


Text Example

White with #80B42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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