Html Css Color HEX #80C02C Lima

📋 copy color: '#80C02C'

red 128 ◦ green 192 ◦ blue 44

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

Shades of Lima #80C02C

Tints of Lima #80C02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.75%

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 35.16%
G = 52.75%
B = 12.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#80C02C (or 0x80C02C) is known color: Lima. HEX triplet: 80, C0 and 2C. RGB value is (128,192,44). Sum of RGB (Red+Green+Blue) = 128+192+44=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #80C02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C02C is #7F3FD3. Grayscale: #9C9C9C. Windows color (decimal): -8339412 or 2932864. OLE color: 2932864.

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

Color convert

RGB 128 192 44 -
CMYK 0.33 0 0.77 0.25
HSL 85.95º 0.63% 0.46% -
HSV(B) 85.95º 0.77% 0.75% -
XYZ 28.21 42.47 9.09 -
YUV 155.99 64.8 108.03 -
System Red Green Blue C M Y K H S L
Decimal 128 192 44 0.33 0 0.77 0.25 85.95 0.63 0.46
Hex 80 C0 2C 21 0 4D 19 56 3F 2E
Octal 200 300 54 41 0 115 31 126 77 56
Binary 10000000 11000000 101100 100001 0 1001101 11001 1010110 111111 101110

Color Harmonies of #80C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C02C

Black with #80C02C

Text Example


Text Example

White with #80C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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