Html Css Color HEX #80BC2C Lima

📋 copy color: '#80BC2C'

red 128 ◦ green 188 ◦ blue 44

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

Shades of Lima #80BC2C

Tints of Lima #80BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.22%

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

R = 35.56%
G = 52.22%
B = 12.22%

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

#80BC2C (or 0x80BC2C) is known color: Lima. HEX triplet: 80, BC and 2C. RGB value is (128,188,44). Sum of RGB (Red+Green+Blue) = 128+188+44=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC2C is #7F43D3. Grayscale: #9A9A9A. Windows color (decimal): -8340436 or 2931840. OLE color: 2931840.

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

Color convert

RGB 128 188 44 -
CMYK 0.32 0 0.77 0.26
HSL 85º 0.62% 0.45% -
HSV(B) 85º 0.77% 0.74% -
XYZ 27.34 40.74 8.81 -
YUV 153.64 66.12 109.71 -
System Red Green Blue C M Y K H S L
Decimal 128 188 44 0.32 0 0.77 0.26 85 0.62 0.45
Hex 80 BC 2C 20 0 4D 1A 55 3E 2D
Octal 200 274 54 40 0 115 32 125 76 55
Binary 10000000 10111100 101100 100000 0 1001101 11010 1010101 111110 101101

Color Harmonies of #80BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC2C

Black with #80BC2C

Text Example


Text Example

White with #80BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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