#80CB0C

Color #80CB0C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80CB0C

Tints of Lima #80CB0C

Color information

#80CB0C (or 0x80CB0C) is unknown color: approx Lima. HEX triplet: 80, CB and 0C. RGB value is (128,203,12). Sum of RGB (Red+Green+Blue) = 128+203+12=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CB0C is #7F34F3. Grayscale: #9F9F9F. Windows color (decimal): -8336628 or 838528. OLE color: 838528.

HSL color Cylindrical-coordinate representation of color #80CB0C: hue angle of 83.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80CB0C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB12820312-
CMYK0.3700.940.20
HSL83.56º88.84%42.16%-
HSV(B)83.56º94.09%79.61%-
XYZ30.3247.337.88-
YUV158.845.15106.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 203 (79.69% from 255) = 59.18%
BLUE value IS 12 (5.08% from 255) = 3.50%
R=37.32%
G=59.18%
B=3.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128203120.3700.940.2083.5688.8442.16
Hex80CBC2505E1454592a
Octal200313144501362412413152
Binary10000000110010111100100101010111101010010101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,203,12); }

 H1.HeaderClassName
 {
   color: #80CB0C;
 }
 .AnyTagClassName
 {
   color: #80CB0C;
 }
</style>
background-color css

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

 a { background-color: rgb(128,203,12); }

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

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

 span { border-color: rgb(128,203,12); }

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