Html Css Color HEX #80F52E Lawn Green

📋 copy color: '#80F52E'

red 128 ◦ green 245 ◦ blue 46

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

Shades of Lawn Green #80F52E

Tints of Lawn Green #80F52E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.47%

 BLUE value IS 46 (18.36% from 255) = 10.98%

R = 30.55%
G = 58.47%
B = 10.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#80F52E (or 0x80F52E) is known color: Lawn Green. HEX triplet: 80, F5 and 2E. RGB value is (128,245,46). Sum of RGB (Red+Green+Blue) = 128+245+46=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 245 (96.09% from 255 or 58.47% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 245 - color contains mainly: green. Hex color #80F52E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F52E is #7F0AD1. Grayscale: #BCBCBC. Windows color (decimal): -8325842 or 3077504. OLE color: 3077504.

HSL color Cylindrical-coordinate representation of color #80F52E: hue angle of 95.28º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80F52E is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 245 46 -
CMYK 0.48 0 0.81 0.04
HSL 95.28º 0.91% 0.57% -
HSV(B) 95.28º 0.81% 0.96% -
XYZ 42.05 70.09 13.9 -
YUV 187.33 48.24 85.68 -
System Red Green Blue C M Y K H S L
Decimal 128 245 46 0.48 0 0.81 0.04 95.28 0.91 0.57
Hex 80 F5 2E 30 0 51 4 5F 5B 39
Octal 200 365 56 60 0 121 4 137 133 71
Binary 10000000 11110101 101110 110000 0 1010001 100 1011111 1011011 111001

Color Harmonies of #80F52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F52E

Black with #80F52E

Text Example


Text Example

White with #80F52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,245,46); }

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

background-color css

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

 a { background-color: rgb(128,245,46); }

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

border-color css

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

 span { border-color: rgb(128,245,46); }

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