Html Css Color HEX #80BF29 Lima

📋 copy color: '#80BF29'

red 128 ◦ green 191 ◦ blue 41

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

Shades of Lima #80BF29

Tints of Lima #80BF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.39%

R = 35.56%
G = 53.06%
B = 11.39%

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

#80BF29 (or 0x80BF29) is known color: Lima. HEX triplet: 80, BF and 29. RGB value is (128,191,41). Sum of RGB (Red+Green+Blue) = 128+191+41=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF29 is #7F40D6. Grayscale: #9B9B9B. Windows color (decimal): -8339671 or 2736000. OLE color: 2736000.

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

Color convert

RGB 128 191 41 -
CMYK 0.33 0 0.79 0.25
HSL 85.2º 0.65% 0.45% -
HSV(B) 85.2º 0.79% 0.75% -
XYZ 27.93 42.01 8.73 -
YUV 155.06 63.63 108.7 -
System Red Green Blue C M Y K H S L
Decimal 128 191 41 0.33 0 0.79 0.25 85.2 0.65 0.45
Hex 80 BF 29 21 0 4F 19 55 41 2D
Octal 200 277 51 41 0 117 31 125 101 55
Binary 10000000 10111111 101001 100001 0 1001111 11001 1010101 1000001 101101

Color Harmonies of #80BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF29

Black with #80BF29

Text Example


Text Example

White with #80BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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