Html Css Color HEX #80E300 Lawn Green

📋 copy color: '#80E300'

red 128 ◦ green 227 ◦ blue 0

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

Shades of Lawn Green #80E300

Tints of Lawn Green #80E300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.06%
G = 63.94%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#80E300 (or 0x80E300) is known color: Lawn Green. HEX triplet: 80, E3 and 00. RGB value is (128,227,0). Sum of RGB (Red+Green+Blue) = 128+227+0=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 227 (89.06% from 255 or 63.94% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 227 - color contains mainly: green. Hex color #80E300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E300 is #7F1CFF. Grayscale: #ACACAC. Windows color (decimal): -8330496 or 58240. OLE color: 58240.

HSL color Cylindrical-coordinate representation of color #80E300: hue angle of 86.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80E300 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 0 -
CMYK 0.44 0 1 0.11
HSL 86.17º 1% 0.45% -
HSV(B) 86.17º 1% 0.89% -
XYZ 36.37 59.53 9.57 -
YUV 171.52 31.2 96.96 -
System Red Green Blue C M Y K H S L
Decimal 128 227 0 0.44 0 1 0.11 86.17 1 0.45
Hex 80 E3 0 2C 0 64 B 56 64 2D
Octal 200 343 0 54 0 144 13 126 144 55
Binary 10000000 11100011 0 101100 0 1100100 1011 1010110 1100100 101101

Color Harmonies of #80E300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E300

Black with #80E300

Text Example


Text Example

White with #80E300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,227,0); }

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

background-color css

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

 a { background-color: rgb(128,227,0); }

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

border-color css

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

 span { border-color: rgb(128,227,0); }

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