Html Css Color HEX #80BC22 Lima

📋 copy color: '#80BC22'

red 128 ◦ green 188 ◦ blue 34

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

Shades of Lima #80BC22

Tints of Lima #80BC22

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.71%

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 36.57%
G = 53.71%
B = 9.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#80BC22 (or 0x80BC22) is known color: Lima. HEX triplet: 80, BC and 22. RGB value is (128,188,34). Sum of RGB (Red+Green+Blue) = 128+188+34=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC22 is #7F43DD. Grayscale: #999999. Windows color (decimal): -8340446 or 2276480. OLE color: 2276480.

HSL color Cylindrical-coordinate representation of color #80BC22: hue angle of 83.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80BC22 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 34 -
CMYK 0.32 0 0.82 0.26
HSL 83.38º 0.69% 0.44% -
HSV(B) 83.38º 0.82% 0.74% -
XYZ 27.17 40.67 7.93 -
YUV 152.5 61.12 110.52 -
System Red Green Blue C M Y K H S L
Decimal 128 188 34 0.32 0 0.82 0.26 83.38 0.69 0.44
Hex 80 BC 22 20 0 52 1A 53 45 2C
Octal 200 274 42 40 0 122 32 123 105 54
Binary 10000000 10111100 100010 100000 0 1010010 11010 1010011 1000101 101100

Color Harmonies of #80BC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC22

Black with #80BC22

Text Example


Text Example

White with #80BC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,34); }

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

background-color css

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

 a { background-color: rgb(128,188,34); }

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

border-color css

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

 span { border-color: rgb(128,188,34); }

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