Html Css Color HEX #80E620 Lawn Green

📋 copy color: '#80E620'

red 128 ◦ green 230 ◦ blue 32

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

Shades of Lawn Green #80E620

Tints of Lawn Green #80E620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.97%

 BLUE value IS 32 (12.89% from 255) = 8.21%

R = 32.82%
G = 58.97%
B = 8.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#80E620 (or 0x80E620) is known color: Lawn Green. HEX triplet: 80, E6 and 20. RGB value is (128,230,32). Sum of RGB (Red+Green+Blue) = 128+230+32=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 230 (90.23% from 255 or 58.97% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 230 - color contains mainly: green. Hex color #80E620 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E620 is #7F19DF. Grayscale: #B1B1B1. Windows color (decimal): -8329696 or 2156160. OLE color: 2156160.

HSL color Cylindrical-coordinate representation of color #80E620: hue angle of 90.91º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80E620 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 230 32 -
CMYK 0.44 0 0.86 0.10
HSL 90.91º 0.8% 0.51% -
HSV(B) 90.91º 0.86% 0.9% -
XYZ 37.46 61.29 11.22 -
YUV 176.93 46.21 93.1 -
System Red Green Blue C M Y K H S L
Decimal 128 230 32 0.44 0 0.86 0.10 90.91 0.8 0.51
Hex 80 E6 20 2C 0 56 A 5B 50 33
Octal 200 346 40 54 0 126 12 133 120 63
Binary 10000000 11100110 100000 101100 0 1010110 1010 1011011 1010000 110011

Color Harmonies of #80E620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E620

Black with #80E620

Text Example


Text Example

White with #80E620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,230,32); }

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

background-color css

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

 a { background-color: rgb(128,230,32); }

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

border-color css

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

 span { border-color: rgb(128,230,32); }

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