Html Css Color HEX #80BF1F Lima

📋 copy color: '#80BF1F'

red 128 ◦ green 191 ◦ blue 31

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

Shades of Lima #80BF1F

Tints of Lima #80BF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 36.57%
G = 54.57%
B = 8.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#80BF1F (or 0x80BF1F) is known color: Lima. HEX triplet: 80, BF and 1F. RGB value is (128,191,31). Sum of RGB (Red+Green+Blue) = 128+191+31=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF1F is #7F40E0. Grayscale: #9A9A9A. Windows color (decimal): -8339681 or 2080640. OLE color: 2080640.

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

Color convert

RGB 128 191 31 -
CMYK 0.33 0 0.84 0.25
HSL 83.63º 0.72% 0.44% -
HSV(B) 83.63º 0.84% 0.75% -
XYZ 27.78 41.95 7.93 -
YUV 153.92 58.63 109.51 -
System Red Green Blue C M Y K H S L
Decimal 128 191 31 0.33 0 0.84 0.25 83.63 0.72 0.44
Hex 80 BF 1F 21 0 54 19 54 48 2C
Octal 200 277 37 41 0 124 31 124 110 54
Binary 10000000 10111111 11111 100001 0 1010100 11001 1010100 1001000 101100

Color Harmonies of #80BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF1F

Black with #80BF1F

Text Example


Text Example

White with #80BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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