Html Css Color HEX #80BA2A Lima

📋 copy color: '#80BA2A'

red 128 ◦ green 186 ◦ blue 42

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

Shades of Lima #80BA2A

Tints of Lima #80BA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.25%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 35.96%
G = 52.25%
B = 11.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#80BA2A (or 0x80BA2A) is known color: Lima. HEX triplet: 80, BA and 2A. RGB value is (128,186,42). Sum of RGB (Red+Green+Blue) = 128+186+42=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA2A is #7F45D5. Grayscale: #989898. Windows color (decimal): -8340950 or 2800256. OLE color: 2800256.

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

Color convert

RGB 128 186 42 -
CMYK 0.31 0 0.77 0.27
HSL 84.17º 0.63% 0.45% -
HSV(B) 84.17º 0.77% 0.73% -
XYZ 26.88 39.87 8.47 -
YUV 152.24 65.78 110.71 -
System Red Green Blue C M Y K H S L
Decimal 128 186 42 0.31 0 0.77 0.27 84.17 0.63 0.45
Hex 80 BA 2A 1F 0 4D 1B 54 3F 2D
Octal 200 272 52 37 0 115 33 124 77 55
Binary 10000000 10111010 101010 11111 0 1001101 11011 1010100 111111 101101

Color Harmonies of #80BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA2A

Black with #80BA2A

Text Example


Text Example

White with #80BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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