#82CC11

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

Shades of Lima #82CC11

Tints of Lima #82CC11

Color information

#82CC11 (or 0x82CC11) is unknown color: approx Lima. HEX triplet: 82, CC and 11. RGB value is (130,204,17). Sum of RGB (Red+Green+Blue) = 130+204+17=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CC11 is #7D33EE. Grayscale: #A1A1A1. Windows color (decimal): -8205295 or 1166466. OLE color: 1166466.

HSL color Cylindrical-coordinate representation of color #82CC11: hue angle of 83.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82CC11 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB13020417-
CMYK0.3600.920.2
HSL83.74º84.62%43.33%-
HSV(B)83.74º91.67%80%-
XYZ30.947.978.16-
YUV160.5646.98106.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 204 (80.08% from 255) = 58.12%
BLUE value IS 17 (7.03% from 255) = 4.84%
R=37.04%
G=58.12%
B=4.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130204170.3600.920.283.7484.6243.33
Hex82CC112405C1454552b
Octal202314214401342412412553
Binary100000101100110010001100100010111001010010101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,204,17); }

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

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

 a { background-color: rgb(130,204,17); }

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

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

 span { border-color: rgb(130,204,17); }

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