Html Css Color HEX #80BB2E Lima

📋 copy color: '#80BB2E'

red 128 ◦ green 187 ◦ blue 46

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

Shades of Lima #80BB2E

Tints of Lima #80BB2E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.8%

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

R = 35.46%
G = 51.8%
B = 12.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#80BB2E (or 0x80BB2E) is known color: Lima. HEX triplet: 80, BB and 2E. RGB value is (128,187,46). Sum of RGB (Red+Green+Blue) = 128+187+46=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB2E is #7F44D1. Grayscale: #999999. Windows color (decimal): -8340690 or 3062656. OLE color: 3062656.

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

Color convert

RGB 128 187 46 -
CMYK 0.32 0 0.75 0.27
HSL 85.11º 0.61% 0.46% -
HSV(B) 85.11º 0.75% 0.73% -
XYZ 27.17 40.33 8.94 -
YUV 153.29 67.45 109.96 -
System Red Green Blue C M Y K H S L
Decimal 128 187 46 0.32 0 0.75 0.27 85.11 0.61 0.46
Hex 80 BB 2E 20 0 4B 1B 55 3D 2E
Octal 200 273 56 40 0 113 33 125 75 56
Binary 10000000 10111011 101110 100000 0 1001011 11011 1010101 111101 101110

Color Harmonies of #80BB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB2E

Black with #80BB2E

Text Example


Text Example

White with #80BB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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