Html Css Color HEX #80C01E Lima

📋 copy color: '#80C01E'

red 128 ◦ green 192 ◦ blue 30

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

Shades of Lima #80C01E

Tints of Lima #80C01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 36.57%
G = 54.86%
B = 8.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#80C01E (or 0x80C01E) is known color: Lima. HEX triplet: 80, C0 and 1E. RGB value is (128,192,30). Sum of RGB (Red+Green+Blue) = 128+192+30=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #80C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C01E is #7F3FE1. Grayscale: #9A9A9A. Windows color (decimal): -8339426 or 2015360. OLE color: 2015360.

HSL color Cylindrical-coordinate representation of color #80C01E: hue angle of 83.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80C01E is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 30 -
CMYK 0.33 0 0.84 0.25
HSL 83.7º 0.73% 0.44% -
HSV(B) 83.7º 0.84% 0.75% -
XYZ 27.99 42.38 7.93 -
YUV 154.4 57.8 109.17 -
System Red Green Blue C M Y K H S L
Decimal 128 192 30 0.33 0 0.84 0.25 83.7 0.73 0.44
Hex 80 C0 1E 21 0 54 19 54 49 2C
Octal 200 300 36 41 0 124 31 124 111 54
Binary 10000000 11000000 11110 100001 0 1010100 11001 1010100 1001001 101100

Color Harmonies of #80C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C01E

Black with #80C01E

Text Example


Text Example

White with #80C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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