#82BF1C

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

Shades of Lima #82BF1C

Tints of Lima #82BF1C

Color information

#82BF1C (or 0x82BF1C) is unknown color: approx Lima. HEX triplet: 82, BF and 1C. RGB value is (130,191,28). Sum of RGB (Red+Green+Blue) = 130+191+28=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF1C is #7D40E3. Grayscale: #9A9A9A. Windows color (decimal): -8208612 or 1884034. OLE color: 1884034.

HSL color Cylindrical-coordinate representation of color #82BF1C: hue angle of 82.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82BF1C is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB13019128-
CMYK0.3200.850.25
HSL82.45º74.43%42.94%-
HSV(B)82.45º85.34%74.9%-
XYZ28.0542.097.74-
YUV154.1856.79110.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 191 (75% from 255) = 54.73%
BLUE value IS 28 (11.33% from 255) = 8.02%
R=37.25%
G=54.73%
B=8.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130191280.3200.850.2582.4574.4342.94
Hex82BF1C2005519524a2b
Octal202277344001253112211253
Binary100000101011111111100100000010101011100110100101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,191,28); }

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

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

 a { background-color: rgb(130,191,28); }

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

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

 span { border-color: rgb(130,191,28); }

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