#80C02B

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

Shades of Lima #80C02B

Tints of Lima #80C02B

Color information

#80C02B (or 0x80C02B) is unknown color: approx Lima. HEX triplet: 80, C0 and 2B. RGB value is (128,192,43). Sum of RGB (Red+Green+Blue) = 128+192+43=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #80C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C02B is #7F3FD4. Grayscale: #9C9C9C. Windows color (decimal): -8339413 or 2867328. OLE color: 2867328.

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

Color convert

RGB12819243-
CMYK0.3300.780.25
HSL85.77º63.4%46.08%-
HSV(B)85.77º77.6%75.29%-
XYZ28.1942.469-
YUV155.8864.3108.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 43 (17.19% from 255) = 11.85%
R=35.26%
G=52.89%
B=11.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128192430.3300.780.2585.7763.446.08
Hex80C02B2104E19563f2e
Octal20030053410116311267756
Binary100000001100000010101110000101001110110011010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,43); }

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

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

 a { background-color: rgb(128,192,43); }

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

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

 span { border-color: rgb(128,192,43); }

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