Html Css Color HEX #80CE11 Lima

📋 copy color: '#80CE11'

red 128 ◦ green 206 ◦ blue 17

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

Shades of Lima #80CE11

Tints of Lima #80CE11

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.69%

 BLUE value IS 17 (7.03% from 255) = 4.84%

R = 36.47%
G = 58.69%
B = 4.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#80CE11 (or 0x80CE11) is known color: Lima. HEX triplet: 80, CE and 11. RGB value is (128,206,17). Sum of RGB (Red+Green+Blue) = 128+206+17=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE11 is #7F31EE. Grayscale: #A1A1A1. Windows color (decimal): -8335855 or 1166976. OLE color: 1166976.

HSL color Cylindrical-coordinate representation of color #80CE11: hue angle of 84.76º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80CE11 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 17 -
CMYK 0.38 0 0.92 0.19
HSL 84.76º 0.85% 0.44% -
HSV(B) 84.76º 0.92% 0.81% -
XYZ 31.07 48.77 8.31 -
YUV 161.13 46.66 104.37 -
System Red Green Blue C M Y K H S L
Decimal 128 206 17 0.38 0 0.92 0.19 84.76 0.85 0.44
Hex 80 CE 11 26 0 5C 13 55 55 2C
Octal 200 316 21 46 0 134 23 125 125 54
Binary 10000000 11001110 10001 100110 0 1011100 10011 1010101 1010101 101100

Color Harmonies of #80CE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE11

Black with #80CE11

Text Example


Text Example

White with #80CE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,17); }

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

background-color css

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

 a { background-color: rgb(128,206,17); }

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

border-color css

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

 span { border-color: rgb(128,206,17); }

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