Html Css Color HEX #80C02A Lima

📋 copy color: '#80C02A'

red 128 ◦ green 192 ◦ blue 42

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

Shades of Lima #80C02A

Tints of Lima #80C02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.6%

R = 35.36%
G = 53.04%
B = 11.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#80C02A (or 0x80C02A) is known color: Lima. HEX triplet: 80, C0 and 2A. RGB value is (128,192,42). Sum of RGB (Red+Green+Blue) = 128+192+42=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #80C02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C02A is #7F3FD5. Grayscale: #9C9C9C. Windows color (decimal): -8339414 or 2801792. OLE color: 2801792.

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

Color convert

RGB 128 192 42 -
CMYK 0.33 0 0.78 0.25
HSL 85.6º 0.64% 0.46% -
HSV(B) 85.6º 0.78% 0.75% -
XYZ 28.17 42.46 8.9 -
YUV 155.76 63.8 108.2 -
System Red Green Blue C M Y K H S L
Decimal 128 192 42 0.33 0 0.78 0.25 85.6 0.64 0.46
Hex 80 C0 2A 21 0 4E 19 56 40 2E
Octal 200 300 52 41 0 116 31 126 100 56
Binary 10000000 11000000 101010 100001 0 1001110 11001 1010110 1000000 101110

Color Harmonies of #80C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C02A

Black with #80C02A

Text Example


Text Example

White with #80C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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