#80F02E

Color #80F02E Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #80F02E

Tints of Lawn Green #80F02E

Color information

#80F02E (or 0x80F02E) is unknown color: approx Lawn Green. HEX triplet: 80, F0 and 2E. RGB value is (128,240,46). Sum of RGB (Red+Green+Blue) = 128+240+46=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #80F02E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F02E is #7F0FD1. Grayscale: #B9B9B9. Windows color (decimal): -8327122 or 3076224. OLE color: 3076224.

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

Color convert

RGB12824046-
CMYK0.4700.810.06
HSL94.64º86.61%56.08%-
HSV(B)94.64º80.83%94.12%-
XYZ40.5667.1113.4-
YUV184.449.8987.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 240 (94.14% from 255) = 57.97%
BLUE value IS 46 (18.36% from 255) = 11.11%
R=30.92%
G=57.97%
B=11.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal128240460.4700.810.0694.6486.6156.08
Hex80F02E2F05165f5738
Octal20036056570121613712770
Binary10000000111100001011101011110101000111010111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80F02E;
 }
 .AnyTagClassName
 {
   color: #80F02E;
 }
</style>
background-color css

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

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

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

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

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

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