Html Css Color HEX #80C22C Lima

📋 copy color: '#80C22C'

red 128 ◦ green 194 ◦ blue 44

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

Shades of Lima #80C22C

Tints of Lima #80C22C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.01%

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

R = 34.97%
G = 53.01%
B = 12.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#80C22C (or 0x80C22C) is known color: Lima. HEX triplet: 80, C2 and 2C. RGB value is (128,194,44). Sum of RGB (Red+Green+Blue) = 128+194+44=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #80C22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C22C is #7F3DD3. Grayscale: #9D9D9D. Windows color (decimal): -8338900 or 2933376. OLE color: 2933376.

HSL color Cylindrical-coordinate representation of color #80C22C: hue angle of 86.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80C22C is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 44 -
CMYK 0.34 0 0.77 0.24
HSL 86.4º 0.63% 0.47% -
HSV(B) 86.4º 0.77% 0.76% -
XYZ 28.65 43.35 9.24 -
YUV 157.17 64.13 107.2 -
System Red Green Blue C M Y K H S L
Decimal 128 194 44 0.34 0 0.77 0.24 86.4 0.63 0.47
Hex 80 C2 2C 22 0 4D 18 56 3F 2F
Octal 200 302 54 42 0 115 30 126 77 57
Binary 10000000 11000010 101100 100010 0 1001101 11000 1010110 111111 101111

Color Harmonies of #80C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C22C

Black with #80C22C

Text Example


Text Example

White with #80C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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