Html Css Color HEX #80DC03 Lawn Green

📋 copy color: '#80DC03'

red 128 ◦ green 220 ◦ blue 3

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

Shades of Lawn Green #80DC03

Tints of Lawn Green #80DC03

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.68%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 36.47%
G = 62.68%
B = 0.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#80DC03 (or 0x80DC03) is known color: Lawn Green. HEX triplet: 80, DC and 03. RGB value is (128,220,3). Sum of RGB (Red+Green+Blue) = 128+220+3=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC03 is #7F23FC. Grayscale: #A8A8A8. Windows color (decimal): -8332285 or 253056. OLE color: 253056.

HSL color Cylindrical-coordinate representation of color #80DC03: hue angle of 85.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80DC03 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 3 -
CMYK 0.42 0 0.99 0.14
HSL 85.44º 0.97% 0.44% -
HSV(B) 85.44º 0.99% 0.86% -
XYZ 34.51 55.78 9.03 -
YUV 167.75 35.02 99.64 -
System Red Green Blue C M Y K H S L
Decimal 128 220 3 0.42 0 0.99 0.14 85.44 0.97 0.44
Hex 80 DC 3 2A 0 63 E 55 61 2C
Octal 200 334 3 52 0 143 16 125 141 54
Binary 10000000 11011100 11 101010 0 1100011 1110 1010101 1100001 101100

Color Harmonies of #80DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC03

Black with #80DC03

Text Example


Text Example

White with #80DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,3); }

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

background-color css

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

 a { background-color: rgb(128,220,3); }

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

border-color css

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

 span { border-color: rgb(128,220,3); }

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