Html Css Color HEX #80BC31 Lima

📋 copy color: '#80BC31'

red 128 ◦ green 188 ◦ blue 49

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

Shades of Lima #80BC31

Tints of Lima #80BC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 35.07%
G = 51.51%
B = 13.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#80BC31 (or 0x80BC31) is known color: Lima. HEX triplet: 80, BC and 31. RGB value is (128,188,49). Sum of RGB (Red+Green+Blue) = 128+188+49=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC31 is #7F43CE. Grayscale: #9A9A9A. Windows color (decimal): -8340431 or 3259520. OLE color: 3259520.

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

Color convert

RGB 128 188 49 -
CMYK 0.32 0 0.74 0.26
HSL 85.9º 0.59% 0.46% -
HSV(B) 85.9º 0.74% 0.74% -
XYZ 27.44 40.78 9.33 -
YUV 154.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 128 188 49 0.32 0 0.74 0.26 85.9 0.59 0.46
Hex 80 BC 31 20 0 4A 1A 56 3B 2E
Octal 200 274 61 40 0 112 32 126 73 56
Binary 10000000 10111100 110001 100000 0 1001010 11010 1010110 111011 101110

Color Harmonies of #80BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC31

Black with #80BC31

Text Example


Text Example

White with #80BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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