Html Css Color HEX #80BF28 Lima

📋 copy color: '#80BF28'

red 128 ◦ green 191 ◦ blue 40

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

Shades of Lima #80BF28

Tints of Lima #80BF28

RGB

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

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

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

R = 35.65%
G = 53.2%
B = 11.14%

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

#80BF28 (or 0x80BF28) is known color: Lima. HEX triplet: 80, BF and 28. RGB value is (128,191,40). Sum of RGB (Red+Green+Blue) = 128+191+40=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF28 is #7F40D7. Grayscale: #9B9B9B. Windows color (decimal): -8339672 or 2670464. OLE color: 2670464.

HSL color Cylindrical-coordinate representation of color #80BF28: hue angle of 85.03º 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 #80BF28 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 40 -
CMYK 0.33 0 0.79 0.25
HSL 85.03º 0.65% 0.45% -
HSV(B) 85.03º 0.79% 0.75% -
XYZ 27.92 42 8.64 -
YUV 154.95 63.13 108.78 -
System Red Green Blue C M Y K H S L
Decimal 128 191 40 0.33 0 0.79 0.25 85.03 0.65 0.45
Hex 80 BF 28 21 0 4F 19 55 41 2D
Octal 200 277 50 41 0 117 31 125 101 55
Binary 10000000 10111111 101000 100001 0 1001111 11001 1010101 1000001 101101

Color Harmonies of #80BF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF28

Black with #80BF28

Text Example


Text Example

White with #80BF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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