Html Css Color HEX #80BE1A Lima

📋 copy color: '#80BE1A'

red 128 ◦ green 190 ◦ blue 26

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

Shades of Lima #80BE1A

Tints of Lima #80BE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.23%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 37.21%
G = 55.23%
B = 7.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#80BE1A (or 0x80BE1A) is known color: Lima. HEX triplet: 80, BE and 1A. RGB value is (128,190,26). Sum of RGB (Red+Green+Blue) = 128+190+26=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE1A is #7F41E5. Grayscale: #999999. Windows color (decimal): -8339942 or 1752704. OLE color: 1752704.

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

Color convert

RGB 128 190 26 -
CMYK 0.33 0 0.86 0.25
HSL 82.68º 0.76% 0.42% -
HSV(B) 82.68º 0.86% 0.75% -
XYZ 27.5 41.49 7.54 -
YUV 152.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 128 190 26 0.33 0 0.86 0.25 82.68 0.76 0.42
Hex 80 BE 1A 21 0 56 19 53 4C 2A
Octal 200 276 32 41 0 126 31 123 114 52
Binary 10000000 10111110 11010 100001 0 1010110 11001 1010011 1001100 101010

Color Harmonies of #80BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE1A

Black with #80BE1A

Text Example


Text Example

White with #80BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,26); }

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

background-color css

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

 a { background-color: rgb(128,190,26); }

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

border-color css

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

 span { border-color: rgb(128,190,26); }

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