Html Css Color HEX #80BE33 Lima

📋 copy color: '#80BE33'

red 128 ◦ green 190 ◦ blue 51

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

Shades of Lima #80BE33

Tints of Lima #80BE33

RGB

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

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

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

R = 34.69%
G = 51.49%
B = 13.82%

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

#80BE33 (or 0x80BE33) is known color: Lima. HEX triplet: 80, BE and 33. RGB value is (128,190,51). Sum of RGB (Red+Green+Blue) = 128+190+51=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE33 is #7F41CC. Grayscale: #9C9C9C. Windows color (decimal): -8339917 or 3391104. OLE color: 3391104.

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

Color convert

RGB 128 190 51 -
CMYK 0.33 0 0.73 0.25
HSL 86.76º 0.58% 0.47% -
HSV(B) 86.76º 0.73% 0.75% -
XYZ 27.91 41.66 9.7 -
YUV 155.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 128 190 51 0.33 0 0.73 0.25 86.76 0.58 0.47
Hex 80 BE 33 21 0 49 19 57 3A 2F
Octal 200 276 63 41 0 111 31 127 72 57
Binary 10000000 10111110 110011 100001 0 1001001 11001 1010111 111010 101111

Color Harmonies of #80BE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE33

Black with #80BE33

Text Example


Text Example

White with #80BE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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