#82F51E

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

Shades of Lawn Green #82F51E

Tints of Lawn Green #82F51E

Color information

#82F51E (or 0x82F51E) is unknown color: approx Lawn Green. HEX triplet: 82, F5 and 1E. RGB value is (130,245,30). Sum of RGB (Red+Green+Blue) = 130+245+30=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #82F51E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F51E is #7D0AE1. Grayscale: #BABABA. Windows color (decimal): -8194786 or 2028930. OLE color: 2028930.

HSL color Cylindrical-coordinate representation of color #82F51E: hue angle of 92.09º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82F51E is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB13024530-
CMYK0.4700.880.04
HSL92.09º91.49%53.92%-
HSV(B)92.09º87.76%96.08%-
XYZ42.0970.1412.55-
YUV186.139.987.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 245 (96.09% from 255) = 60.49%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=32.10%
G=60.49%
B=7.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal130245300.4700.880.0492.0991.4953.92
Hex82F51E2F05845c5b36
Octal20236536570130413413366
Binary1000001011110101111101011110101100010010111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82F51E; }

 p { color: rgb(130,245,30); }

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

<style>
 a { background-color: #82F51E; }

 a { background-color: rgb(130,245,30); }

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

<style>
 span { border-color: #82F51E; }

 span { border-color: rgb(130,245,30); }

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