Html Css Color HEX #80BD2C Lima

📋 copy color: '#80BD2C'

red 128 ◦ green 189 ◦ blue 44

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

Shades of Lima #80BD2C

Tints of Lima #80BD2C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 35.46%
G = 52.35%
B = 12.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#80BD2C (or 0x80BD2C) is known color: Lima. HEX triplet: 80, BD and 2C. RGB value is (128,189,44). Sum of RGB (Red+Green+Blue) = 128+189+44=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD2C is #7F42D3. Grayscale: #9A9A9A. Windows color (decimal): -8340180 or 2932096. OLE color: 2932096.

HSL color Cylindrical-coordinate representation of color #80BD2C: hue angle of 85.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80BD2C is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 44 -
CMYK 0.32 0 0.77 0.26
HSL 85.24º 0.62% 0.46% -
HSV(B) 85.24º 0.77% 0.74% -
XYZ 27.55 41.17 8.88 -
YUV 154.23 65.79 109.29 -
System Red Green Blue C M Y K H S L
Decimal 128 189 44 0.32 0 0.77 0.26 85.24 0.62 0.46
Hex 80 BD 2C 20 0 4D 1A 55 3E 2E
Octal 200 275 54 40 0 115 32 125 76 56
Binary 10000000 10111101 101100 100000 0 1001101 11010 1010101 111110 101110

Color Harmonies of #80BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD2C

Black with #80BD2C

Text Example


Text Example

White with #80BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,44); }

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

background-color css

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

 a { background-color: rgb(128,189,44); }

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

border-color css

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

 span { border-color: rgb(128,189,44); }

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