Html Css Color HEX #80BF33 Lima

📋 copy color: '#80BF33'

red 128 ◦ green 191 ◦ blue 51

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

Shades of Lima #80BF33

Tints of Lima #80BF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 34.59%
G = 51.62%
B = 13.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#80BF33 (or 0x80BF33) is known color: Lima. HEX triplet: 80, BF and 33. RGB value is (128,191,51). Sum of RGB (Red+Green+Blue) = 128+191+51=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF33 is #7F40CC. Grayscale: #9C9C9C. Windows color (decimal): -8339661 or 3391360. OLE color: 3391360.

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

Color convert

RGB 128 191 51 -
CMYK 0.33 0 0.73 0.25
HSL 87º 0.58% 0.47% -
HSV(B) 87º 0.73% 0.75% -
XYZ 28.13 42.09 9.77 -
YUV 156.2 68.63 107.88 -
System Red Green Blue C M Y K H S L
Decimal 128 191 51 0.33 0 0.73 0.25 87 0.58 0.47
Hex 80 BF 33 21 0 49 19 57 3A 2F
Octal 200 277 63 41 0 111 31 127 72 57
Binary 10000000 10111111 110011 100001 0 1001001 11001 1010111 111010 101111

Color Harmonies of #80BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF33

Black with #80BF33

Text Example


Text Example

White with #80BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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