Html Css Color HEX #80E102 Lawn Green

📋 copy color: '#80E102'

red 128 ◦ green 225 ◦ blue 2

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

Shades of Lawn Green #80E102

Tints of Lawn Green #80E102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.38%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 36.06%
G = 63.38%
B = 0.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#80E102 (or 0x80E102) is known color: Lawn Green. HEX triplet: 80, E1 and 02. RGB value is (128,225,2). Sum of RGB (Red+Green+Blue) = 128+225+2=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #80E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E102 is #7F1EFD. Grayscale: #ABABAB. Windows color (decimal): -8331006 or 188800. OLE color: 188800.

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

Color convert

RGB 128 225 2 -
CMYK 0.43 0 0.99 0.12
HSL 86.1º 0.98% 0.45% -
HSV(B) 86.1º 0.99% 0.88% -
XYZ 35.84 58.44 9.45 -
YUV 170.58 32.86 97.63 -
System Red Green Blue C M Y K H S L
Decimal 128 225 2 0.43 0 0.99 0.12 86.1 0.98 0.45
Hex 80 E1 2 2B 0 63 C 56 62 2D
Octal 200 341 2 53 0 143 14 126 142 55
Binary 10000000 11100001 10 101011 0 1100011 1100 1010110 1100010 101101

Color Harmonies of #80E102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E102

Black with #80E102

Text Example


Text Example

White with #80E102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,2); }

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

background-color css

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

 a { background-color: rgb(128,225,2); }

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

border-color css

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

 span { border-color: rgb(128,225,2); }

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