Html Css Color HEX #80BC13 Lima

📋 copy color: '#80BC13'

red 128 ◦ green 188 ◦ blue 19

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

Shades of Lima #80BC13

Tints of Lima #80BC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 38.21%
G = 56.12%
B = 5.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#80BC13 (or 0x80BC13) is known color: Lima. HEX triplet: 80, BC and 13. RGB value is (128,188,19). Sum of RGB (Red+Green+Blue) = 128+188+19=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC13 is #7F43EC. Grayscale: #979797. Windows color (decimal): -8340461 or 1293440. OLE color: 1293440.

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

Color convert

RGB 128 188 19 -
CMYK 0.32 0 0.90 0.26
HSL 81.3º 0.82% 0.41% -
HSV(B) 81.3º 0.9% 0.74% -
XYZ 27 40.6 7.03 -
YUV 150.79 53.62 111.74 -
System Red Green Blue C M Y K H S L
Decimal 128 188 19 0.32 0 0.90 0.26 81.3 0.82 0.41
Hex 80 BC 13 20 0 5A 1A 51 52 29
Octal 200 274 23 40 0 132 32 121 122 51
Binary 10000000 10111100 10011 100000 0 1011010 11010 1010001 1010010 101001

Color Harmonies of #80BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC13

Black with #80BC13

Text Example


Text Example

White with #80BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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