#82CB1C

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

Shades of Lima #82CB1C

Tints of Lima #82CB1C

Color information

#82CB1C (or 0x82CB1C) is unknown color: approx Lima. HEX triplet: 82, CB and 1C. RGB value is (130,203,28). Sum of RGB (Red+Green+Blue) = 130+203+28=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB1C is #7D34E3. Grayscale: #A1A1A1. Windows color (decimal): -8205540 or 1887106. OLE color: 1887106.

HSL color Cylindrical-coordinate representation of color #82CB1C: hue angle of 85.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82CB1C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB13020328-
CMYK0.3600.860.20
HSL85.03º75.76%45.29%-
HSV(B)85.03º86.21%79.61%-
XYZ30.7747.548.65-
YUV161.2252.82105.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 203 (79.69% from 255) = 56.23%
BLUE value IS 28 (11.33% from 255) = 7.76%
R=36.01%
G=56.23%
B=7.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130203280.3600.860.2085.0375.7645.29
Hex82CB1C2405614554c2d
Octal202313344401262412511455
Binary100000101100101111100100100010101101010010101011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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