Html Css Color HEX #80C02B Lima

📋 copy color: '#80C02B'

red 128 ◦ green 192 ◦ blue 43

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

Shades of Lima #80C02B

Tints of Lima #80C02B

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 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

#80C02B (or 0x80C02B) is known color: 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

RGB 128 192 43 -
CMYK 0.33 0 0.78 0.25
HSL 85.77º 0.63% 0.46% -
HSV(B) 85.77º 0.78% 0.75% -
XYZ 28.19 42.46 9 -
YUV 155.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 128 192 43 0.33 0 0.78 0.25 85.77 0.63 0.46
Hex 80 C0 2B 21 0 4E 19 56 3F 2E
Octal 200 300 53 41 0 116 31 126 77 56
Binary 10000000 11000000 101011 100001 0 1001110 11001 1010110 111111 101110

Color Harmonies of #80C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C02B

Black with #80C02B

Text Example


Text Example

White with #80C02B

Text Example


Text Example

HTML Codes & Css Web 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>