Html Css Color HEX #80E018 Lawn Green

📋 copy color: '#80E018'

red 128 ◦ green 224 ◦ blue 24

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

Shades of Lawn Green #80E018

Tints of Lawn Green #80E018

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.57%

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 34.04%
G = 59.57%
B = 6.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#80E018 (or 0x80E018) is known color: Lawn Green. HEX triplet: 80, E0 and 18. RGB value is (128,224,24). Sum of RGB (Red+Green+Blue) = 128+224+24=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #80E018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E018 is #7F1FE7. Grayscale: #ADADAD. Windows color (decimal): -8331240 or 1630336. OLE color: 1630336.

HSL color Cylindrical-coordinate representation of color #80E018: hue angle of 88.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80E018 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 24 -
CMYK 0.43 0 0.89 0.12
HSL 88.8º 0.81% 0.49% -
HSV(B) 88.8º 0.89% 0.88% -
XYZ 35.72 57.97 10.17 -
YUV 172.5 44.2 96.26 -
System Red Green Blue C M Y K H S L
Decimal 128 224 24 0.43 0 0.89 0.12 88.8 0.81 0.49
Hex 80 E0 18 2B 0 59 C 59 51 31
Octal 200 340 30 53 0 131 14 131 121 61
Binary 10000000 11100000 11000 101011 0 1011001 1100 1011001 1010001 110001

Color Harmonies of #80E018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E018

Black with #80E018

Text Example


Text Example

White with #80E018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,24); }

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

background-color css

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

 a { background-color: rgb(128,224,24); }

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

border-color css

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

 span { border-color: rgb(128,224,24); }

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