Html Css Color HEX #80BE2E Lima

📋 copy color: '#80BE2E'

red 128 ◦ green 190 ◦ blue 46

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

Shades of Lima #80BE2E

Tints of Lima #80BE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 35.16%
G = 52.2%
B = 12.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#80BE2E (or 0x80BE2E) is known color: Lima. HEX triplet: 80, BE and 2E. RGB value is (128,190,46). Sum of RGB (Red+Green+Blue) = 128+190+46=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE2E is #7F41D1. Grayscale: #9B9B9B. Windows color (decimal): -8339922 or 3063424. OLE color: 3063424.

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

Color convert

RGB 128 190 46 -
CMYK 0.33 0 0.76 0.25
HSL 85.83º 0.61% 0.46% -
HSV(B) 85.83º 0.76% 0.75% -
XYZ 27.81 41.61 9.15 -
YUV 155.05 66.46 108.71 -
System Red Green Blue C M Y K H S L
Decimal 128 190 46 0.33 0 0.76 0.25 85.83 0.61 0.46
Hex 80 BE 2E 21 0 4C 19 56 3D 2E
Octal 200 276 56 41 0 114 31 126 75 56
Binary 10000000 10111110 101110 100001 0 1001100 11001 1010110 111101 101110

Color Harmonies of #80BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE2E

Black with #80BE2E

Text Example


Text Example

White with #80BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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