Html Css Color HEX #80BE28 Lima

📋 copy color: '#80BE28'

red 128 ◦ green 190 ◦ blue 40

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

Shades of Lima #80BE28

Tints of Lima #80BE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 35.75%
G = 53.07%
B = 11.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#80BE28 (or 0x80BE28) is known color: Lima. HEX triplet: 80, BE and 28. RGB value is (128,190,40). Sum of RGB (Red+Green+Blue) = 128+190+40=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE28 is #7F41D7. Grayscale: #9A9A9A. Windows color (decimal): -8339928 or 2670208. OLE color: 2670208.

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

Color convert

RGB 128 190 40 -
CMYK 0.33 0 0.79 0.25
HSL 84.8º 0.65% 0.45% -
HSV(B) 84.8º 0.79% 0.75% -
XYZ 27.7 41.57 8.57 -
YUV 154.36 63.46 109.2 -
System Red Green Blue C M Y K H S L
Decimal 128 190 40 0.33 0 0.79 0.25 84.8 0.65 0.45
Hex 80 BE 28 21 0 4F 19 55 41 2D
Octal 200 276 50 41 0 117 31 125 101 55
Binary 10000000 10111110 101000 100001 0 1001111 11001 1010101 1000001 101101

Color Harmonies of #80BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE28

Black with #80BE28

Text Example


Text Example

White with #80BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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