Html Css Color HEX #80BF37 Lima

📋 copy color: '#80BF37'

red 128 ◦ green 191 ◦ blue 55

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

Shades of Lima #80BF37

Tints of Lima #80BF37

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

 BLUE value IS 55 (21.88% from 255) = 14.71%

R = 34.22%
G = 51.07%
B = 14.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#80BF37 (or 0x80BF37) is known color: Lima. HEX triplet: 80, BF and 37. RGB value is (128,191,55). Sum of RGB (Red+Green+Blue) = 128+191+55=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF37 is #7F40C8. Grayscale: #9D9D9D. Windows color (decimal): -8339657 or 3653504. OLE color: 3653504.

HSL color Cylindrical-coordinate representation of color #80BF37: hue angle of 87.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80BF37 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 55 -
CMYK 0.33 0 0.71 0.25
HSL 87.79º 0.55% 0.48% -
HSV(B) 87.79º 0.71% 0.75% -
XYZ 28.22 42.13 10.26 -
YUV 156.66 70.63 107.56 -
System Red Green Blue C M Y K H S L
Decimal 128 191 55 0.33 0 0.71 0.25 87.79 0.55 0.48
Hex 80 BF 37 21 0 47 19 58 37 30
Octal 200 277 67 41 0 107 31 130 67 60
Binary 10000000 10111111 110111 100001 0 1000111 11001 1011000 110111 110000

Color Harmonies of #80BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF37

Black with #80BF37

Text Example


Text Example

White with #80BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,55); }

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

background-color css

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

 a { background-color: rgb(128,191,55); }

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

border-color css

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

 span { border-color: rgb(128,191,55); }

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