Html Css Color HEX #80F02C Lawn Green

📋 copy color: '#80F02C'

red 128 ◦ green 240 ◦ blue 44

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

Shades of Lawn Green #80F02C

Tints of Lawn Green #80F02C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.25%

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 31.07%
G = 58.25%
B = 10.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#80F02C (or 0x80F02C) is known color: Lawn Green. HEX triplet: 80, F0 and 2C. RGB value is (128,240,44). Sum of RGB (Red+Green+Blue) = 128+240+44=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #80F02C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F02C is #7F0FD3. Grayscale: #B8B8B8. Windows color (decimal): -8327124 or 2945152. OLE color: 2945152.

HSL color Cylindrical-coordinate representation of color #80F02C: hue angle of 94.29º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80F02C is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 240 44 -
CMYK 0.47 0 0.82 0.06
HSL 94.29º 0.87% 0.56% -
HSV(B) 94.29º 0.82% 0.94% -
XYZ 40.52 67.09 13.2 -
YUV 184.17 48.89 87.94 -
System Red Green Blue C M Y K H S L
Decimal 128 240 44 0.47 0 0.82 0.06 94.29 0.87 0.56
Hex 80 F0 2C 2F 0 52 6 5E 57 38
Octal 200 360 54 57 0 122 6 136 127 70
Binary 10000000 11110000 101100 101111 0 1010010 110 1011110 1010111 111000

Color Harmonies of #80F02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F02C

Black with #80F02C

Text Example


Text Example

White with #80F02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,240,44); }

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

background-color css

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

 a { background-color: rgb(128,240,44); }

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

border-color css

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

 span { border-color: rgb(128,240,44); }

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