Html Css Color HEX #80EE14 Lawn Green

📋 copy color: '#80EE14'

red 128 ◦ green 238 ◦ blue 20

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

Shades of Lawn Green #80EE14

Tints of Lawn Green #80EE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 61.66%

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 33.16%
G = 61.66%
B = 5.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#80EE14 (or 0x80EE14) is known color: Lawn Green. HEX triplet: 80, EE and 14. RGB value is (128,238,20). Sum of RGB (Red+Green+Blue) = 128+238+20=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 238 (93.36% from 255 or 61.66% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EE14 is #7F11EB. Grayscale: #B5B5B5. Windows color (decimal): -8327660 or 1371776. OLE color: 1371776.

HSL color Cylindrical-coordinate representation of color #80EE14: hue angle of 90.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80EE14 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 238 20 -
CMYK 0.46 0 0.92 0.07
HSL 90.28º 0.87% 0.51% -
HSV(B) 90.28º 0.92% 0.93% -
XYZ 39.6 65.79 11.27 -
YUV 180.26 37.56 90.73 -
System Red Green Blue C M Y K H S L
Decimal 128 238 20 0.46 0 0.92 0.07 90.28 0.87 0.51
Hex 80 EE 14 2E 0 5C 7 5A 57 33
Octal 200 356 24 56 0 134 7 132 127 63
Binary 10000000 11101110 10100 101110 0 1011100 111 1011010 1010111 110011

Color Harmonies of #80EE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EE14

Black with #80EE14

Text Example


Text Example

White with #80EE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,238,20); }

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

background-color css

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

 a { background-color: rgb(128,238,20); }

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

border-color css

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

 span { border-color: rgb(128,238,20); }

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