Html Css Color HEX #80C61E Lima

📋 copy color: '#80C61E'

red 128 ◦ green 198 ◦ blue 30

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

Shades of Lima #80C61E

Tints of Lima #80C61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.62%

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

R = 35.96%
G = 55.62%
B = 8.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#80C61E (or 0x80C61E) is known color: Lima. HEX triplet: 80, C6 and 1E. RGB value is (128,198,30). Sum of RGB (Red+Green+Blue) = 128+198+30=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #80C61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C61E is #7F39E1. Grayscale: #9E9E9E. Windows color (decimal): -8337890 or 2016896. OLE color: 2016896.

HSL color Cylindrical-coordinate representation of color #80C61E: hue angle of 85º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80C61E is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 30 -
CMYK 0.35 0 0.85 0.22
HSL 85º 0.74% 0.45% -
HSV(B) 85º 0.85% 0.78% -
XYZ 29.33 45.07 8.38 -
YUV 157.92 55.81 106.66 -
System Red Green Blue C M Y K H S L
Decimal 128 198 30 0.35 0 0.85 0.22 85 0.74 0.45
Hex 80 C6 1E 23 0 55 16 55 4A 2D
Octal 200 306 36 43 0 125 26 125 112 55
Binary 10000000 11000110 11110 100011 0 1010101 10110 1010101 1001010 101101

Color Harmonies of #80C61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C61E

Black with #80C61E

Text Example


Text Example

White with #80C61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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