#82C22B

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

Shades of Lima #82C22B

Tints of Lima #82C22B

Color information

#82C22B (or 0x82C22B) is unknown color: approx Lima. HEX triplet: 82, C2 and 2B. RGB value is (130,194,43). Sum of RGB (Red+Green+Blue) = 130+194+43=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #82C22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C22B is #7D3DD4. Grayscale: #9E9E9E. Windows color (decimal): -8207829 or 2867842. OLE color: 2867842.

HSL color Cylindrical-coordinate representation of color #82C22B: hue angle of 85.43º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82C22B is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB13019443-
CMYK0.3300.780.24
HSL85.43º63.71%46.47%-
HSV(B)85.43º77.84%76.08%-
XYZ28.9343.59.16-
YUV157.6563.3108.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=35.42%
G=52.86%
B=11.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130194430.3300.780.2485.4363.7146.47
Hex82C22B2104E1855402e
Octal202302534101163012510056
Binary1000001011000010101011100001010011101100010101011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,194,43); }

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

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

 a { background-color: rgb(130,194,43); }

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

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

 span { border-color: rgb(130,194,43); }

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