#80f12e

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

Shades of Lawn Green #80F12E

Tints of Lawn Green #80F12E

Color information

#80F12E (or 0x80F12E) is unknown color: approx Lawn Green. HEX triplet: 80, F1 and 2E. RGB value is (128,241,46). Sum of RGB (Red+Green+Blue) = 128+241+46=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #80F12E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F12E is #7F0ED1. Grayscale: #B9B9B9. Windows color (decimal): -8326866 or 3076480. OLE color: 3076480.

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

Color convert

RGB12824146-
CMYK0.4700.810.05
HSL94.77º87.44%56.27%-
HSV(B)94.77º80.91%94.51%-
XYZ40.8567.713.5-
YUV184.9849.5687.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 241 (94.53% from 255) = 58.07%
BLUE value IS 46 (18.36% from 255) = 11.08%
R=30.84%
G=58.07%
B=11.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128241460.4700.810.0594.7787.4456.27
Hex80F12E2F05155f5738
Octal20036156570121513712770
Binary10000000111100011011101011110101000110110111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80f12e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel