Html Css Color HEX #80BE2B Lima

📋 copy color: '#80BE2B'

red 128 ◦ green 190 ◦ blue 43

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

Shades of Lima #80BE2B

Tints of Lima #80BE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 35.46%
G = 52.63%
B = 11.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#80BE2B (or 0x80BE2B) is known color: Lima. HEX triplet: 80, BE and 2B. RGB value is (128,190,43). Sum of RGB (Red+Green+Blue) = 128+190+43=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE2B is #7F41D4. Grayscale: #9B9B9B. Windows color (decimal): -8339925 or 2866816. OLE color: 2866816.

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

Color convert

RGB 128 190 43 -
CMYK 0.33 0 0.77 0.25
HSL 85.31º 0.63% 0.46% -
HSV(B) 85.31º 0.77% 0.75% -
XYZ 27.75 41.59 8.85 -
YUV 154.7 64.96 108.95 -
System Red Green Blue C M Y K H S L
Decimal 128 190 43 0.33 0 0.77 0.25 85.31 0.63 0.46
Hex 80 BE 2B 21 0 4D 19 55 3F 2E
Octal 200 276 53 41 0 115 31 125 77 56
Binary 10000000 10111110 101011 100001 0 1001101 11001 1010101 111111 101110

Color Harmonies of #80BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE2B

Black with #80BE2B

Text Example


Text Example

White with #80BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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